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
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-
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
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
4 matches
Mail list logo