. . . according to help doc section entitled "List of Supported Project 
References" it would suggests that using $(var.<SolutionOrProjectMacroName>) 
works for a set of $(Solution*) macro values.

Should one expect using this method to reference in wix soures other standard 
issue project macros not specifically mentioned in that help document to work 
as well, e.g. $(var.Configuration), $(var.OutputPath), $(var.OutDir) and 
$(var.TargetPath)?

From: Robert O'Brien
Sent: Friday, April 04, 2008 5:14 AM
To: 'wix-users@lists.sourceforge.net'
Subject: is there a way to access wixproj macro values from within wix sources

is there a way to access .wixproj macro values from within wix sources?   For 
example in csproj and wixproj settings, such as pre and post build events, one 
can make use of useful project related macro values such as $(Configuration), 
$(SolutionDir), $(ProjectDir), $(OutputPath), $(OutDir), $(TargetDir), 
$(TargetPath).

Is there a way to access these project related macro values at compile time 
within my wix source files?
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to