cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
g1morgan
Level 2

Response files for install and uninstall?

I'm using an install shield project with Install Shield 2011. I have created a response file for both my install and uninstall. The dialogs are different, so how do I specify which .iss file should be used when I'm executing my setup.exe as an install or as a uninstall?
Labels (1)
0 Kudos
(3) Replies
Cygnusx1
Level 8

/f1"C:\Temp\uninstall.iss"
0 Kudos
g1morgan
Level 2

Cygnusx1 wrote:
/f1"C:\Temp\uninstall.iss"


I don't want to run the setup.exe from the command line, so how do I incorporate this into my install shield? I've added the .iss file for the install into the Disk1 folder under Advanced Files in the Support Files/Billboards view. Now it sounds like I need to add a second .iss file for the uninstall into the install shield. Do I need to write a script to call the correct .iss file based on whether I'm running the setup.exe for install or uninstall?
0 Kudos
Cygnusx1
Level 8

command line must be used to use separate answer files
0 Kudos