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

2012-01-29 Thread Darren Bennett
Could there be something in your WIX project that is causing your Windows Forms project to be built again? This would make it look like your digital signature was being removed. I recall something similar in one of our WIX projects but cannot remember the details of what the problem was. - Darren

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