Re: [WiX-users] I'm losing the digital signature during WiX build

2012-01-29 Thread Darren Bennett
- -Original Message- From: Neils Christoffersen [mailto:neils.christoffer...@gmail.com] Sent: Sunday, 29 January 2012 10:46 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] I'm losing the digital signature during WiX build Hi, I've got a VS sol

Re: [WiX-users] I'm losing the digital signature during WiX build

2012-01-29 Thread Umeshj
I don't know why your project is getting rebuilt but you can simply sign the file in the postbuild event and then even if it is rebuilt the signed file will be picked up. Umesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-m-losing-the-digital-

Re: [WiX-users] I'm losing the digital signature during WiX build

2012-01-28 Thread Rob Mensching
Never heard of WiX stripping signature off a file. Are you sure you are pointing to the signed file? On Sat, Jan 28, 2012 at 3:45 PM, Neils Christoffersen < neils.christoffer...@gmail.com> wrote: > Hi, > > I've got a VS solution with two projects: 1) a Windows Forms app 2) a > WiX project (with a

[WiX-users] I'm losing the digital signature during WiX build

2012-01-28 Thread Neils Christoffersen
Hi, I've got a VS solution with two projects: 1) a Windows Forms app 2) a WiX project (with a reference to the other project) After I build the first project, I manually sign the output assembly using signtool. I want the WiX MSI to include the signed assembly, but something is happening during t