Hi,

I need to copy files from the current directory of the user.
I use the registrySearch to get the variable environement HOMEPATH

<Property Id="HOMEPATH">
                         <RegistrySearch Id="HomePathRegistrySearch" Type="raw" 
Root="HKCU"
Key="Volatile Environment" Name="HOMEPATH" />
</Property>
 <Directory Id="HOMEPATH">
        ....
            <File .../>
</Directory>    

But when i excute the .msi, i have this message "Could not access
network \Documents and Settings\ddacosta"

Or come to this error and how I can solve it.


Thank you in advance for the help you can provide me.

-- 

Daniel DA COSTA


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to