Let me rephrase. How do I specify preprocessor variables when I build
from command line with MSBuild?

msbuild myinstall.wixproj /p:???????????


-----Original Message-----
From: Alex Ivanoff 
Sent: Tuesday, October 14, 2008 15:47
To: 'General discussion for Windows Installer XML toolset.'
Subject: RE: [WiX-users] WiX Team Build

How do I pass preprocessor variables to WiX using MSBuild task? I tried
this

<MSBuild Projects="Installer.wixproj"
         Properties="DefineConstants=%22Name1=Value1%3bName2=Value2%22"
/>


But it did not work. Any ideas?



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to