SaiTeja wrote:
> But when I mention only TARGETDIR ie <Directory Id="TARGETDIR"
> Name="SourceDir">
> it is not showing "C:\". It is showing some times D:\ or E:\
> 
> What is the problem here? How can I get drive "C:\"

Hi

If the TARGETDIR is not defined explicitly (common case) then it is
defaulted to ROOTDRIVE. And ROOTDRIVE property is set by installer
to partition which have most free space.

See following links for details:

http://msdn2.microsoft.com/en-us/library/aa372064.aspx
http://msdn2.microsoft.com/en-us/library/aa371372.aspx

-- 
Stefan Pavlik

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to