Re: [WiX-users] Digitally Signing a Bootstrapper by hand

2012-10-28 Thread Marc Wandschneider
Huge thanks for this article. The key set of commands to codesign my Burn/WiX setup program I'm now using are: insignia -ib MySetup.exe -o tempsetup.exe signtool sign /a tempsetup.exe insignia -ab tempsetup.exe MySetup.exe -o MySetup.exe signtool sign /a MySetup.exe Awesomeness

Re: [WiX-users] Digitally Signing a Bootstrapper by hand

2012-10-26 Thread Hoover, Jacob
leightholm [mailto:n...@x2systems.com] Sent: Friday, October 26, 2012 2:11 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Digitally Signing a Bootstrapper by hand The approach I use is outlined here http://neilsleightholm.blogspot.co.uk/2012/05/wix-burn-

Re: [WiX-users] Digitally Signing a Bootstrapper by hand

2012-10-26 Thread Neil Sleightholm
The approach I use is outlined here http://neilsleightholm.blogspot.co.uk/2012/05/wix-burn-tipstricks.html See "Signing a package" at the bottom. Neil >hello! > >I'm building a Bootstrapper WiX setup system with shell scripts (not >using VS), and struggling to get the setup going completely. I

[WiX-users] Digitally Signing a Bootstrapper by hand

2012-10-25 Thread Marc Wandschneider
hello! I'm building a Bootstrapper WiX setup system with shell scripts (not using VS), and struggling to get the setup going completely. I hope somebody can shed some light on the process: Here is my process: i. I have a (signed) EXE in my project. I build an MSI for this with MyProduct.wxs ii