cancel
Showing results for 
Search instead for 
Did you mean: 

AddOnInstallAPI folder diffrers from Server to clients the installer halts

iNDdM
Participant
0 Kudos

trying to install my addon. On a client server environment.

I have a situations where the AddOnInstallAPI is in the D:/Program Files ..... ( in the server ) and the Local

PC clients has it in C:/Program Files/SAP ......

My ard file specifies the C:/program files/SAP......  -

and obviously when attempting to install the addon on the server  it cannot find the AddOnInstallAPI.dll

what can I do to make sure the addon can install on C drive installations as well as D drive installations

any help is appreciated

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

pedro_magueija
Active Contributor
0 Kudos

Hi Indika,

As mentioned by the path to the dll is given in the command line parameters:


cmdParams = <installParams> "installPath"|"AddOnInstallAPI.dll"

installPath - target add-on installation folder

AddOnInstallAPI.dllPath - full path to AddOnInstallAPI.dll


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

AdKerremans
Active Contributor
0 Kudos

Hi

You get the standard installation deirectory in your command line parameters

Regards

Ad