Re: [WiX-users] Reading a File in the MSI

2012-10-07 Thread Derek Lancastle
Yup - that worked fine once I got the code sorted. Thanks for the pointer. -Original Message- From: tom [mailto:tomer.d...@intergraph.com] Sent: 30 September 2012 23:14 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Reading a File in the MSI Just add the file to the binary

Re: [WiX-users] condition not working :(

2012-10-07 Thread Hoover, Jacob
Hmm, Is it oversight that your condition uses TITUS_FOUNDPRODUCTPLATFORM and your logs show you setting MYCORP_FOUNDPRODUCTPLATFORM? It looks like your CA is scheduled properly (from what I can tell in the SDK docs) and your condition should evaluate to false (if you are using the right prope

Re: [WiX-users] Digitially signing a bundle

2012-10-07 Thread Ben Clothier
Apologies, I spoke too soon - Some property group did have attribute that changes the condition they are used under, akin to VS's Configuration Manager. So, I added SignOutput to each PropertyGroup for different configuration builds and everything worked as expected. So thank you very much, Milan

Re: [WiX-users] Digitially signing a bundle

2012-10-07 Thread Ben Clothier
Milan, Thank you very much for your helpful advice. I've added SignOutput to both my MSI and Bundle WIX projects. There were multiple PropertyGroup elements in both but since they had no attributes I assumed they didn't mattered which I put it. I sticked it in one where there were elements for Ou