cancel
Showing results for 
Search instead for 
Did you mean: 

Installation routine

Former Member
0 Kudos

Hi

I have written a few programs in VB6 for SBO 2004 which don't really need an install routine, because I am only using the ui and di api. I am now working on a program which will need to be installed.

Can I just use the standard install routine that comes with VB6 ?

Regards Andy

Accepted Solutions (0)

Answers (1)

Answers (1)

barend_morkel2
Active Contributor
0 Kudos

Yes,

I'm guessing you're referring to

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

Former Member
0 Kudos

Hi

I am not using vb.net though ?

Regards Andy

barend_morkel2
Active Contributor
0 Kudos

You wiill have to use the addoninstallapi.dll as described in the code. And you will have to include your exe & dlls as empbedded resources. Thus if VB6 can do it - do it using the .NET example as a framework...

Former Member
0 Kudos

Hi

I will have a look at the code, thanks alot for your advice

Regards Andy