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

Basic MSI, need to install VC++2008 runtime

I'm having an issue when trying to create a basic MSI installer.
The msi needs to do the following:
1. install a particular version of the VC++ runtime
2. install three additional msi's (one of these requires the runtime to be installed)

Since I have not been able to find this version of the runtime as merge module(s) or in the redistributable library, I am using a custom actions, but having a problem getting the runtime to install. Currently, I am launching the vcredist_x86.exe after ExecuteAction in the Installation User Interface sequence. The exe is in the Binary table.
I have not been able to determine why this is not working. Any ideas?
Thanks!
Labels (1)
0 Kudos
(1) Reply
MSIYER
Level 8

0 Kudos