In some installations you may need to extract files from your InstallShield Setup. This usually happens when you just have a Setup.exe file and need to create a response file, which normally works when you have the files extracted. Otherwise when trying to silent install, you get a message asking for files.
So, to extract the Setup.exe files, just use this command line:
Example
Setup.exe /extract_all:”C:\Temp”
For a complete list of commands, take a look at this file:
InstallShield Setup.exe Command-Line Parameters
No comments:
Post a Comment