- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- C++ 2019 Redistributable restart required via InstallShield
- 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
C++ 2019 Redistributable restart required via InstallShield
Hi InstallShield Forum,
We want to install C++ 2019 Redistributable as a prerequisite as part of our complete installation. I've created a prq with the following settings:
Application to Run:
VC_redist x64.exe
Command-line:
/install /quiet /norestart
Specify the return code the application return if a reboot is required:
1641,3010
Now when the installer is running for some reason the prerequisite prompt for a restart, although when running the exact command line outside of InstallShiled, the installer doesn't prompt for a restart.
I've searched for a solution but until now didn't find any solution to this behavior.
How can I make InstallShield install C++ 2019 without prompt for a reboot?
Thanks,
Liran.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Lirantev ,
Please check the InstallShield KB article and hotfix installer for the VC++ 2019 restart issue.
