Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-18 Thread Doran Wellnitz
starting to lose it :). DoranW -Original Message- From: Alex Ivanoff [mailto:alex.ivan...@shavlik.com] Sent: Tuesday, February 17, 2009 4:19 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX 3.0 + MSBuild Issues Where is this snippet from? Your build

Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-17 Thread Alex Ivanoff
toolset. Subject: Re: [WiX-users] WiX 3.0 + MSBuild Issues Were you able to actually get that working? I just tried that approach, but I get the exact same behavior. I think that makes sense since after the properties are calculated, you still end up with the same string value (DefineConstants=Name1

Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-17 Thread Doran Wellnitz
n for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX 3.0 + MSBuild Issues This is what I come up with after reading the posts. Lets say you have two properties to overwrite: BuildNumber and RevisionNumber. In wixproj file: Then instead of overwr

Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-17 Thread Alex Ivanoff
- From: Doran Wellnitz [mailto:dor...@microsoft.com] Sent: Tuesday, February 17, 2009 12:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX 3.0 + MSBuild Issues Hello, I've reviewed both links and unfortunately I haven't been able to resolve my i

Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-17 Thread Doran Wellnitz
) method for passing multiple WiX parameters from MSBuild? Thanks. Thanks, DoranW -Original Message- From: Doran Wellnitz [mailto:dor...@microsoft.com] Sent: Monday, February 16, 2009 9:14 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX 3.0 + MSBuild

Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-16 Thread Doran Wellnitz
Scratch that :)...Links got broken in email. -Original Message- From: Doran Wellnitz Sent: Monday, February 16, 2009 9:13 PM To: General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] WiX 3.0 + MSBuild Issues Thanks for the quick reply, but neither of those links

Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-16 Thread Doran Wellnitz
...@microsoft.com] Sent: Monday, February 16, 2009 22:52 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX 3.0 + MSBuild Issues Hello, I'm trying to upgrade our TFS build (MSBuild) projects to use the new WiX 3.0 stuff. Unfortunately, I'm having a devil of a time passing

Re: [WiX-users] WiX 3.0 + MSBuild Issues

2009-02-16 Thread Alex Ivanoff
...@microsoft.com] Sent: Monday, February 16, 2009 22:52 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX 3.0 + MSBuild Issues Hello, I'm trying to upgrade our TFS build (MSBuild) projects to use the new WiX 3.0 stuff. Unfortunately, I'm having a devil of a time passing

[WiX-users] WiX 3.0 + MSBuild Issues

2009-02-16 Thread Doran Wellnitz
Hello, I'm trying to upgrade our TFS build (MSBuild) projects to use the new WiX 3.0 stuff. Unfortunately, I'm having a devil of a time passing all of the preprocessor variables to the WiX project from MSBuild. My understanding is that I should be using the DefineConstants property for passin