Re: [WiX-users] how to add code signing to build script

2015-07-06 Thread David Burson
Thanks very much, Jacob - it’s working! In case it helps anyone else: it works to use kSignCMD.exe (free download from K Software) in place of the 2 calls to signtool. > On Jul 6, 2015, at 4:13 PM, Hoover, Jacob wrote: > > The error you are getting is: FDIERROR_NOT_A_CABINET > > (This would

Re: [WiX-users] how to add code signing to build script

2015-07-06 Thread Hoover, Jacob
The error you are getting is: FDIERROR_NOT_A_CABINET (This would go after your last call to light.) http://neilsleightholm.blogspot.com/2012/05/wix-burn-tipstricks.html Signing a package insignia -ib Setup.exe -o engine.exe signtool engine.exe (extra parameters excluded for simplicity) insignia