Hi,
I am trying to get the system drive from the environment variable in my wix 
code.
I have a system which has multiple partitions of windows running. G:\ has x86 
and C:\ has amd64.
G:\is the active OS. But from the log files,   MYAPPPATH always holds  C:\ 
which is incorrect

This is how MYAPPPATH is used

<Property Id="MYAPPPATH" Value="$(env.SystemDrive)"></Property>
;
;
;
<Directory Id ="MYAPPPATH" Name="." >

Am I missing something ???


Harini

-------------------------------------------------------------------------
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