Just trying to add the vc 2010 runtime to my bundle. The installation files available to me on our network are :
P:\Projects\Updates\VS2010_x86\vc_red.msi P:\Projects\Updates\VS2010_x86\vc_red.cab (not sure why we dont just use vcredist_x86.exe...) I add these to my bundle as: <Fragment> <PackageGroup Id="VC2010"> <MsiPackage Id="VC2010.x86" Cache="no" Compressed="no" Permanent="yes" Vital="yes" SourceFile="P:\Projects\Updates\VS2010_x86\vc_red.msi" Name="Updates\VS2010_x86\vc_red.msi"> <Payload Id="vc_red.cab" SourceFile="P:\Projects\Updates\VS2010_x86\vc_red.cab" Name="Updates\VS2010_x86\vc_red.cab" Compressed="yes"/> </MsiPackage> </PackageGroup> </Fragment> & <Chain> ... <PackageGroupRef Id="VC2010"/> But when i build the installer i get a Light error: Could not find file 'P:\Projects\Updates\VS2010_x86\*install.exe*'. What is going on here? If i substitute vc_red.msi for another msi somewhere else, then it works fine. Light just seems to object to this particular one, and where is it getting 'install.exe' from? Confused! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Light-could-not-find-file-install-exe-when-using-vc-red-msi-tp7526759.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users