Re: [WiX-users] C# Custom Action questions

2011-03-13 Thread Mike Edenfield
On 3/11/2011 9:27 AM, Kevin Burton wrote: Along these same lines I tried building the CA project setting the target as x64 just to see if this made a difference. I did get a different error message but it still didn't work: MSI (s) (60:80) [08:07:23:231]: Created Custom Action Server with

Re: [WiX-users] Bootstrapper

2011-02-09 Thread Mike Edenfield
The bootstrapper redistributable components don't appear to ship with the v7.1 Windows SDK. This could be a result of MS deprecating Visual Studio's setup packages in favor of using InstallShield (blech) which has it's own repository of redistributables. Or it may simply be that those components

[WiX-users] Incorrect ICE81 when using PackageCertificates

2011-02-08 Thread Mike Edenfield
I'm building a chained installer (via the EmbeddedChainer element) that chains a series of signed MSI packages together. As recommended by the MSI documentation, I've added the signing certificate to my parent MSI, like so: PackageCertificates DigitalCertificate Id=mycert

Re: [WiX-users] Detecting architecture of WiX build host (x86 vs. x64)...

2010-11-14 Thread Mike Edenfield
On Thu, 2010-11-11 at 15:30 -0800, Blair wrote: I haven't tested this, but IIRC 32-bit processes get the 32-bit environment variables, and the fact that candle is marked as a 32-bit program should make the following work on both platforms: ?define DevExpressBin=$(env.ProgramFiles)\Developer

[WiX-users] Detecting architecture of WiX build host (x86 vs. x64)...

2010-11-11 Thread Mike Edenfield
Hi, Is there a way to tell, while building an installer package, whether the building system is a 32-bit or 64-bit version of Windows? We are starting to move some of the machines in our build farm and developer's workstations to 64-bit Windows systems, but they are failing on the WiX builds