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

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!


Labels (1)
0 Kudos
(1) Reply
Revenera_Ian
Revenera Moderator Revenera Moderator
Revenera Moderator

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!

0 Kudos