InstallShield howto disable check for prerequisite ?
I have a installshield installer that couldn't be totally silently installed(setup.exe /s /f1"install.iss") because it always call the vc++ runtime redistribution in GUI mode. Is there a way to suppress the detection for this vcredist_x86.exe ? Thanks in advance.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
rajdera1
13 years ago
It seems that the setup.exe is extracting the msi files 2 approaches
1) extract the vc++ redist and install it first and then call the setup silently should work
2) check if the application is also extracted as a msi then you can use vc++ and application msi for silent installation
Both depend on what way you would like to deploy the application and what are the packaging tools available at hand
1) extract the vc++ redist and install it first and then call the setup silently should work
2) check if the application is also extracted as a msi then you can use vc++ and application msi for silent installation
Both depend on what way you would like to deploy the application and what are the packaging tools available at hand
Posted by:
Savage455
13 years ago
Posted by:
pjbaars
13 years ago
The behavior you described seems very strange to me. Why should an installer ALWAYS start the installation of the vcredist runtime causing a maintenance screen if it's already on the pc? Often there is a configuration file to suppress it (ini, cfg etc). But because it's a setup.exe (black-box) you never know how crap the installer is made.
I would ask the vendor how to suppress the vcredist installation. Because it's not a msi maybe repackaging is an option?
I would ask the vendor how to suppress the vcredist installation. Because it's not a msi maybe repackaging is an option?
Posted by:
Savage455
13 years ago
Posted by:
pjbaars
13 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.