This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Hot to launch vcredist_x86.exe in the setup program.
Subscribe
- 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
‎Nov 05, 2009
02:42 AM
Hot to launch vcredist_x86.exe in the setup program.
Hi,
I'm using in InstallShield 2008 Premier Edition.
After upgrading to the Visual Studio 2005 SP1,
the application fails to launch when installed by setup program built from InstallShield 2008 Premier Edition.
So, I dicided to add a custom action to launch 'Microsoft Visual C++ 2005 SP1 Redistributable(vcredist_x86.exe)' before installing the application.
I want to install the vcredist_x86.exe only just once, that is if already installed in target machine the setup program should not launch vcredist_x86.exe any more.
Are there anyone who knows how to solve the above problems?
I'm using in InstallShield 2008 Premier Edition.
After upgrading to the Visual Studio 2005 SP1,
the application fails to launch when installed by setup program built from InstallShield 2008 Premier Edition.
So, I dicided to add a custom action to launch 'Microsoft Visual C++ 2005 SP1 Redistributable(vcredist_x86.exe)' before installing the application.
I want to install the vcredist_x86.exe only just once, that is if already installed in target machine the setup program should not launch vcredist_x86.exe any more.
Are there anyone who knows how to solve the above problems?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 05, 2009
02:56 AM
You can use the redistributable Merge Module include in the Installshield
Redistributable --> merge Module
Visual C++ 9.0 CRT
Visual C++ 9.0 MFC
Visual C++ 9.0 ATL
It OK ??
Redistributable --> merge Module
Visual C++ 9.0 CRT
Visual C++ 9.0 MFC
Visual C++ 9.0 ATL
It OK ??
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 11, 2019
02:55 PM
I want to launch it as a part of custom action and not as a preq. Please advise