cancel
Showing results for 
Search instead for 
Did you mean: 

Installation of Addons for SAP Business One Studio

Former Member
0 Kudos

hi ,

I created in Visual studio 2010 an Add-On Project , the compilation was successful but i want to know how can i install it in SAP BUSINESS ONE 

Version 9 .

Thanks and Regards,

ZAGHI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ,

I tried to install B1DE for visual studio C # but i don't have a project type install add-on, I only AddOn Wizard.

former_member183246
Participant
0 Kudos

Hello Oussama,

you can try to create ARD using B1DE for visual basic.

in that you have three options. you can choose the option "SAP B1 AddOnInstaller.NET" wizard.

and create ARD.

then your problem will get solve.

- Thanks

Vikas

Former Member
0 Kudos

Hi Oussama,

here select Other Language, and select Visual Basic and then select SAPB1 AddOn .Net Wizard and then Open VS and select Create new project and Click on  "SAP B1 AddOnInstaller .Net Wizard"

And fill remaining information.

provide -

App Name- Give any name

Version-  Give any version what you want.

time- 180

After that add .Exe file, UI, DI and XML files.

And Finish..

Your AddOn created inside the  "Bin Folder".

Regards

Pradeep

Former Member
0 Kudos

Hi Vikas,

Thank you someuch.

Oussama

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pradeep ,

thank you very much for your assistance.

Regrads

Oussama

Former Member
0 Kudos

Hi Oussama,

Have you created AddOn or not???

If Yes, then go to Administration -> AddOns -> AddOns Administration ->Register AddOn. ->

In that,

--Installation Information---

1) put ".ard" file inside the Registration Data File

2 put ".exe" file inside the Installation Package.

After that,

see at right side matrix(Company-Assigned Add-Ons), in that

1)Default Group mark as a Automatic.

2) tick on Force Install.

After that go in to Main menu (Administration -> AddOns)

select Add-On Manager click on (Pending Add-Ons) Folder and Insatll your add on.

Thats it.

Regards

Pradeep

edy_simon
Active Contributor
0 Kudos

Hi Oussama,

You can still use the B1DE to create an installer for your addon.

Or you can create an installer yourself, and use the AddOnRegDataGen.exe to generate the ARD file.

Regards

Edy