Dear Friends,

It seems that in WiX 3, the TARGETDIR is set to the local drive which has
the most free space on the system. 
I need to hardcode this so the user will always see "C:\MyProgram\" as the
default install path. 
For this, I've done the following:

    <Property Id='TARGETDIR' Value='C:\'/>

And this is working properly. Yet, there is a warning:

Warning LGHT1076 : ICE48: Directory 'TARGETDIR' appears to be hardcoded in
the property table to a local drive.

Does anybody has an idea if this is going to have any harm on my installer? 

Regards,

Riyaz

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to