cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a install.exe with vb.net/VS2003/SBO2004

Former Member
0 Kudos

Hi

I have a working UI API solution that works when started from the VS2003 IDE.

Now i wanna use it as AddOn but have no clue about how to generate the install.exe

I never did a setup project before. Can somebody give me a little guidance or point me into the right direction how to proceed.

TIA

Phil

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hi Phil,

When you install the SDK 2004 CD, you will find a sample installer here:

C:\Program Files\SAP Manage\SAP Business One SDK\Samples\COM UI\VB.NET\14.AddOnInstaller

Please note that the "only" thing that distinguishes a ordinary source from a file to be installed is that you set the property "Build ACtion" to "Embedded Ressource"...

HTH,

Frank

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Frank

Thanks for the tip. It worked. I had even to integrate that intero.SAPboui.dll

Greetings Phil