Re: [WiX-users] Patch building with Torch, all .NET assemblies "changed"

2012-02-01 Thread Brinkmeier, Doug
rce control and Jenkins as our build server. Good luck! -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Thursday, January 26, 2012 3:34 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch building with Torch, all .NET assem

Re: [WiX-users] Patch building with Torch, all .NET assemblies "changed"

2012-01-26 Thread john.burak
For future readers, this sentence from my last email looks to be wrong: "We fully-sign our assemblies after they are built, so we might have to make sure MSBuild is looking at pre-signed copies or it might rebuild them." I tried fully signing the outputted DLL and did another Build, and MSBuild di

Re: [WiX-users] Patch building with Torch, all .NET assemblies "changed"

2012-01-26 Thread john.burak
That's a good thought, so I checked and verified that leaving the file's version number the same between builds still produces different binary files. Unless we hear a better suggestion we're going to try this: Each time we build an assembly we will leave all the intermediate files in place (.pdb

Re: [WiX-users] Patch building with Torch, all .NET assemblies "changed"

2012-01-26 Thread John Cooper
com] Sent: Thursday, January 26, 2012 3:14 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Patch building with Torch, all .NET assemblies "changed" My initial guess is that your assembly's versions are changing between builds. I'm very in

Re: [WiX-users] Patch building with Torch, all .NET assemblies "changed"

2012-01-26 Thread Castro, Edwin G. (Hillsboro)
t; Sent: Thursday, January 26, 2012 11:00 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Patch building with Torch, all .NET assemblies "changed" > > We recently implemented patch building using Torch/Pyro. We are keeping > the old MSI and totally rebuildi

[WiX-users] Patch building with Torch, all .NET assemblies "changed"

2012-01-26 Thread john.burak
We recently implemented patch building using Torch/Pyro. We are keeping the old MSI and totally rebuilding a new one for Torch to diff with. The problem is that Torch sees all of our .NET assemblies as changed even though the source code only changed in a few. We did some digging and it turns ou