Have you tried not setting the ROOTDRIVE property at all and letting the 
Installer mechanism do it? 
  You're possibly overwriting the value Windows Installer is giving it.

Rob

Etienne Grignon wrote:
> Hello,
> 
> For the moment, the ROOTDRIVE property is set like this in the wix file :
> 
> <Property Id="ROOTDRIVE"><![CDATA[C:\]]></Property>
> 
> However, on some computers which don't have the C: drive, it is
> impossible to install the application embedded in the MSI. The only
> way is to move the cddrive to the C: letter so the MSI can work.
> 
> Is there custom action or a tip to set the ROOTDRIVE dynamically
> depending the res sources of the computer target ?
> 
> Regards,
> 



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to