If you gather a verbose log file you might search it for the word ROOTDRIVE. 
This property can alter where an installation automatically goes.

You can set ROOTDRIVE manually in your WiX code, too.

<Property Id="ROOTDRIVE" Value="C:\" />



-----Original Message-----
From: Chaitanya [mailto:chaita...@pointcross.com] 
Sent: Wednesday, January 02, 2013 3:38 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Drive Problem

Hi,

Iam writing silent installer(msi) to install in C Drive like(C:\Apps).

<Directory Id="TARGETDIR" Name="sourcedir">

But msi checking drive which is having low space it is installing there.

Ex:if iam havng low space in my D:\ drive its installing there.

As per my customer requirement I want to install in C:\ drive.

Just help me what to do.

Regards,

Chaitanya.

 

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and 
much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to