InstallShield question
Hello everyone. This is the my first time to post a question here. I hope I can get a hint with my problem.
I want to install InstallShield 10.5 unattentedly, but I can't figure out how to do it. I think the installer uses theInstallScript Technology , so it is more difficult to deploy. Unlike InstallShield X Express, which is MSI based. For InstallShield 10.5, I tried running the setup with the /A switch, but it didn't work. I also tried installing it with the record mode (-R switch), but it didn't create the setup.iss file. What other approaches should I try?
Thanks. [:)]
I want to install InstallShield 10.5 unattentedly, but I can't figure out how to do it. I think the installer uses the
Thanks. [:)]
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
totoymola
19 years ago
Ok, I tried installing it again on record mode on a clean system, and it created the setup.iss. Now, how can I install it silently and let it use the setup.iss? Can I just copy the setup.iss on the same folder as the compressed exe and install it using the /s switch? Or do I have to extract the files inside the exe? I tried extracting the files of the exe using WinRAR, but it doesn't work. I also tried running the setup, and checked the files that it created in the %temp% folder, but the size is too small.
Posted by:
totoymola
19 years ago
I solved my problem. Running the setup with the /s and with the setup.iss in the same directory will not work, since the exe is a compressed archive, and it's files are extracted to the %temp% directory. So to be able to use the response file, I have to use the /f"path_of_the_response_file" switch too. [:)]
Posted by:
Bladerun
19 years ago
Posted by:
totoymola
19 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.