Re: [WiX-users] MsiPackage without upgrade

2012-10-06 Thread Neil Sleightholm
Who does that? I have to put up with rubbish installers from third party suppliers! This one looks like it was authored with Visual Studio. Neil -- Don't let slow site performance ruin your business. Deploy New Relic

[WiX-users] Digitially signing a bundle

2012-10-06 Thread Ben Clothier
I discovered that there are few more steps required to distribute a signed bundle. Somebody was quite thoughtful to post this snippet which I added to wixproj file: http://wyrdfish.wordpress.com/2012/07/10/digitally-signing-your-bundle-with- wix/ However, it's apparent I'm missing something

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

2012-10-06 Thread Steven Ogilvie
Condition![CDATA[TITUS_FOUNDPRODUCTPLATFORM x86]]/Condition /Component -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: October-05-12 4:37 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] condition not

Re: [WiX-users] Digitially signing a bundle

2012-10-06 Thread Milan Kaše
In your bundle a MSIs wixprojs set SignOutput to true: Project PropertyGroup ... SignOutputtrue/SignOutput /PropertyGroup Then for MSIs add target SignMsi and for bundle add targets SignBundleEngine and SignBundle. In these targets use SignFile task or Exec task to sign the output