Re: [WiX-users] Referencing Environment Variables in WiX

2009-07-27 Thread troy hostetter
One last thing .. using the "/t:rebuild" on the MSBuild of the WiX project has alleviated the need to delete the WiX project and get the latest from the source repository. On Mon, Jul 27, 2009 at 12:06 PM, troy hostetter wrote: > Here are my results. > > WiX Code: > > > ?> >

Re: [WiX-users] Referencing Environment Variables in WiX

2009-07-27 Thread troy hostetter
Here are my results. WiX Code: Batch file output: C:\StarTeam Projects\n-knowledgecentre-kc-tools\Deployment\BuildandPackage>SET

Re: [WiX-users] Referencing Environment Variables in WiX

2009-07-25 Thread Bob Arnson
troy hostetter wrote: > error CNDL0150: Undefined preprocessor variable > '$(env.Install_Environment)'. > Use first to see if it's defined. Don't use $() around it in an . -- sig://boB http://joyofsetup.com/ -- _

[WiX-users] Referencing Environment Variables in WiX

2009-07-23 Thread troy hostetter
WiX project has a pre-build event as such (this is also set in my build script prior to executing MSBuild on the WiX project): set Install_Environment=local I then try to reference this in my WiX code: I get the following error message: error CNDL