Issues with Creating Response Files
Few weeks ago i posted a problem with Wise Package Studio not being able to capture INI files in one of Intuti products. I decided to create a response file instead and i have the following issue:
I was able to extract the setup files from Install Shield and then copy it from temp forlder. When i create response file (.iss) using setup.exe -r and then follow the installation instruction i can see the file being created in system folder.
Problem i am having is when i try to install the application with the response file by running the following:
setup.exe /s /f1"path\Setup.iss" The install will ask me to choose the install options. For some reason it is not working, i am wondering if anyone knows what's wrong or what would be the other technology to use in order to install that application.
Thanks
I was able to extract the setup files from Install Shield and then copy it from temp forlder. When i create response file (.iss) using setup.exe -r and then follow the installation instruction i can see the file being created in system folder.
Problem i am having is when i try to install the application with the response file by running the following:
setup.exe /s /f1"path\Setup.iss" The install will ask me to choose the install options. For some reason it is not working, i am wondering if anyone knows what's wrong or what would be the other technology to use in order to install that application.
Thanks
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
dunnpy
17 years ago
Xaviorpl,
I'm not sure if you've got your command line correct.
I always use:
setup.exe /s -f1"path\setup.iss"
Minor thing, but makes all the difference.
The other option is that the response file you've grabbed isn't the one for the application in question. I always copy them out and rename them to something meaningful - especially if you create a removal answer file too.
Hope this helps,
Dunnpy
I'm not sure if you've got your command line correct.
I always use:
setup.exe /s -f1"path\setup.iss"
Minor thing, but makes all the difference.
The other option is that the response file you've grabbed isn't the one for the application in question. I always copy them out and rename them to something meaningful - especially if you create a removal answer file too.
Hope this helps,
Dunnpy
Posted by:
AB
17 years ago
Posted by:
aogilmor
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.