- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Keep ISSetupPrerequisites-Folder when Extrac From Setup.exe is specified
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Keep ISSetupPrerequisites-Folder when Extrac From Setup.exe is specified
Is there a way to extract PRQs from Setup.exe while keeping the ISSetupPrerequisites-Folder?
Alternatively I would like an option to extract the PRQs.exe files to a custom directory.
Right now Bootstrapper.exe copies them to the local temp folder and deletes the files after the installation has finished.
Is there a way to specify or control this behaviour?
Thanks in advance for any insights!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @m_fischler,
Thank you for your post.
I suggest trying this command:
setup.exe /a"C:\TEMP\SetupPrerequisites" /s /v"/qn TARGETDIR=\"C:\TEMP\MainInstall\"
I tested and confirmed that this command worked for me. The setup prerequisite was extracted to the C:\TEMP\SetupPrerequisites directory. The main installer was extracted to the C:\TEMP\MainInstall directory. If you want to, the administrative install supports extracting both the setup prerequisites and the main installer to the same directory. You just need to specify the same directory for both locations. It does not look like there is a way to preserve the parent ISSetupPrerequisites directory, however. The GUID folder containing the prerequisite is preserved.
Please let us know if you have any questions or concerns. Thanks!