Benas wrote:
    <Property Id="MYAPPPATH">
      <RegistrySearch Id='FacilitiesPlannerRegistry' Type='directory'
        Root='HKLM' Key='Software\Test\Test\' Name='PathName' />
    </Property>

    <Directory Id='TARGETDIR' Name='SourceDir'>
      <Directory Id='ProgramFilesFolder' Name='PFiles'>
<Directory Id="MYAPPPATH" Name="."> <!-- Overrides the parent folder -->

I did something almost identical and it worked as expected. Are you doing anything in InstallExecuteSequence?

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to