cancel
Showing results for 
Search instead for 
Did you mean: 

Facing Problem While Installing AddOn

Former Member
0 Kudos

Hi Friends,

I am using InstallShield 8.0 for creating Installation Package. I am facing problem while installtion.

Steps

1. Create Project.

2. Package It with InstallShield 8.0 in a Single File.

3. Create ARD File with Command Line Argument "/s" for install and "/x" for uninstall.

4. Now start the AddOn Installation through ARD In SAP.

5. When I specify ARD File Installation Begins and after compliting the setup. It does not reply quick as installation has been completed.

After Few minutes It Shows the Message "Please Select Yes If installtion succeed or No for Faild". Whatever we select Yes / No it Show the Message Installation Failed.

I don't know what is the problem. I think notification from InstallShield is not responsing to SAP Application.

Is there any Help....

Accepted Solutions (1)

Accepted Solutions (1)

AdKerremans
Active Contributor
0 Kudos

Hi Manish,

Do you call EndInstall, to inform SBO that the installation has finished?

Declare Function EndInstall Lib "AddOnInstallAPI.dll" () As Int32

Regards

Ad

Former Member
0 Kudos

My dear I am using InstallShield 8.0. Do you know how to use script or any function call in installshield...

AdKerremans
Active Contributor
0 Kudos

Hi Manish,

I don't know how, but I know there are posts about Installshield in this forum.

Regards

Ad

Answers (0)