Re: [WiX-users] Burn digital signature

2012-01-05 Thread Rob Mensching
Override the all of the SignXxx targets in the wix2010.targets. Those will call your sign tool with the items that need to be signed at the correct time. On Thu, Jan 5, 2012 at 8:16 AM, Kelly Graus wrote: > Hello, > > I'm currently in the process of setting up a bootstrapper using Burn. In > th

[WiX-users] Burn digital signature

2012-01-05 Thread Kelly Graus
Hello, I'm currently in the process of setting up a bootstrapper using Burn. In the past, we've signed our MSI files so that we don't get the yellow unknown publisher warning dialog when prompted to elevate. However, signing the executable generated by Burn doesn't seem to work - it looks lik