cancel
Showing results for 
Search instead for 
Did you mean: 

Which file include "AddOnInstaller"

Former Member
0 Kudos

Hi, there

I am using VB.net to develop B1 Addon, I use some source code about addon install, but there is an error type of "AddOnInstaller.AddOnInstallInfo" not defined, so can not compile, who knows which file include "AddOnInstaller".

Thanks in advance.

Lanjun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The path to the AddOnInstaller.dll is sent as a command line parameter when your add-on get installed. The parameter is

DefaultInstallPath|PathToAddOnInstallAPI

I think the default path is in C:\Program files\SAP Manage\SAP Business One

Hope it helps,

Adele

Former Member
0 Kudos

You should not open the "SAP Business One AddOnInstaller .NET Wizard" or "SAP Business One AddOnInstaller Setup .NET Wizard"(SAP, please think up normal names!) as an existing project, but create a <b>new project</b> using the SAP B1 AddOnInstaller (setup) .NET (Wizard) <b>template</b> that has been added to the new project dialog window.

Message was edited by: Roland Witvoet

Answers (0)