Hi all,

I want to install some files under MyDir, which is under the TempFolder.

<Directory Id="TempFolder">
<Directory Id="MyDir" Name="mydir">
</Directory>
</Directory>

It turns out MyDir point to a wrong temp directory.
Property(S): TempFolder = C:\Users\admin\AppData\Local\Temp\
Property(S): MyDir = C:\Users\ADMINI~1\AppData\Local\Temp\mydir\

The current user is Admin, and the %temp% environment variable is
"C:\Users\Admin\AppData\Local\Temp".
MyDir should be "C:\Users\Admin\AppData\Local\Temp\mydir" but it doesn't.
The files I want to install to "C:\Users\admin\AppData\Local\Temp\mydir"
all goes under "C:\Users\ADMINI~1\AppData\Local\Temp\mydir\".

Had someone experienced this kind of things before?
Any suggestion will be appreciated.

Regards,
Uni

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to