cancel
Showing results for 
Search instead for 
Did you mean: 

how to install an addon

Former Member
0 Kudos

Hi Experts

I have made an addon in using sdk . What are the steps to install that sdk permanentally in SBO. I have just made a .net program.

Regards

Groge

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gorge,

You can use one of the following;

1. Install B1DE, create a new VB (I think it's also available in C#) project, choose the B1 Setup wizard and follow all the steps (RECOMENDED)

2. Take a look in SDK sample files and you'll find a normal VisualStudio setup sample. Just do the same with your project;

3. Use any other installer wizard application (such as nullsoft's)

Regards,

Vítor Vieira

Former Member
0 Kudos

Hi Vitor Vieira

Thanks for reply. I tried as you said but I don't know that How can I make setup from a VB.net 2008 program .

Regards

Gorge

Former Member
0 Kudos

Hi Gorge,

I mentioned 3 approaches to create the installer. Which one did you try?

Why did it no work? You could not create the project? An error occured while compiling? An error occurred while installing the setup? You need to provide more information in order for us to help you...

The first method requires B1DE, and the latest version is available only form VisualStudio 2005, NOT 2008.

Regards,

Vítor Vieira

Former Member
0 Kudos

hi Vitor Vieira

I want to clear my problem again. I have develop an Addon let say "BinAddOn" in Vb.net 2008. I made a setup (.EXE) of this program by Setup And Deployment Project Option of vb.net. Now I want to Register this program in SBO by Addon Administration. As I know addon program require .ard file to register. Then how I can make .ard file of this setup program. There is two wizard in VB. template window one is SAP B1 AddOnInstaller .Net Wizard and second is VB B1 AddOnInstaller setup wizard. What is purpose of both these wizards and how can I use these wizard.

Thanks

Regard

Gorge

Former Member
0 Kudos

Hi Gorge,

1st u need to create a .net Installer (Please check google for this or u can take help from any normal .net programmer)

2nd After u have the .net installer now u need to create the .ARD file---- For this u need to use the AddOnRegDataGen.exe u can find this in the following path C:\Program Files\SAP\SAP Business One SDK\Tools\AddOnRegDataGen

Once u have both the ARD file and the setup file then u can run and install in the addon in SAP B1.

Hope it helps u.

Vasu Natari.

Former Member
0 Kudos

Thanks Vasu for reply , I follow the setup for installing addon but I confused on creating .ard file. It required lot of information which I don't know plz tell me for following fields

1.Namespace

2. contact Data

3. Add on Info -> AddOn exe full path

4. Install Info-.>Installer exe full path

5. Installer command line Argument

6. UnInstaller exe full path

7. UnInstaller command line Argument

Thanks

Regards

Gorge

Former Member
0 Kudos

Gud that my post helped u...

1. Namespace-- this is the namespace that is followed by ur company, each and every partner needs to have a unique namespace. Genarally this is a 3 letter word that repsents ur company. For testing purpose u can use some YYY.... etc.

2.Contact Data--- This is the partner website.

3.Add on Info -> AddOn exe full path (There browse for the EXE file which u will find in the .net project under the BIN or the DEBUG folder)

4.Install Info-.>Installer exe full path (Here browse for the .net set upinstaller which u created after completing ur project.)

5.Installer command line Argument-- the value in the text field is /z

6.UnInstaller exe full path --- Here browse for the .net set upinstaller which u created after completing ur project.

7.UnInstaller command line Argument --- the value in the text field is /x"uninstall"/z

Hope this helps u..

Vasu Natari.