[WiX-users] Light could not find file ...\install.exe when using vc_red.msi

2012-05-04 Thread stewarth
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

Re: [WiX-users] Light could not find file ...\install.exe when using vc_red.msi

2012-05-04 Thread stewarth
stewarth wrote 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

[WiX-users] Searching WixBundleOriginalSource for bundle in addition to ExecutableName

2012-05-04 Thread Bruce Cran
I've noticed that if I rename an installer binary built using WiX that contains an embedded bundle, then Burn won't find it because it looks for the original filename (ExecutableName) and doesn't try looking in the binary that's current running. Is that deliberate, or should it be searching

Re: [WiX-users] Prioritize Launch Conditions

2012-05-04 Thread raviraj87
So how to use all the above launch conditions (posted by me) in Type 19. I can understand about IsPrivileged but I am not sure about the rest. Can you help by some code? - Regards, Ravi -- View this message in context:

Re: [WiX-users] Prioritize Launch Conditions

2012-05-04 Thread Peter Shirtcliffe
Your error messages go in the error table - see the Error element. You use the error ID numbers from the error element in the CustomAction element below. -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 23 April 2012 12:54 To: General discussion for Windows

Re: [WiX-users] Bundle fails on WIN2K machine .exe is not a valid Win32 application

2012-05-04 Thread James Johnston
You might find the bootstrapper in Visual Studio 2008 to be useful. We're using it to deal with the .NET Framework 2.0 prerequisite, and it works fine even on Win XP RTM (untested on Win2K). (.NET 2.0 is the minimum we require because Vista RTM includes .NET 2.0, so prerequisite install is only

[WiX-users] Image PushButton Help

2012-05-04 Thread Dmuller720
Hello All, My goal is to have an image as the background for a set of PushButtons. I am currently using SharpDevelop 4.2 as a solution/project manager. I assume that the ImageSource attribute is what I want to use, but I am not sure. However, the ImageSource is not recognized and causes an