In article <[EMAIL PROTECTED]>,
    "Mike Menaker" <[EMAIL PROTECTED]>  writes:

> <File Id=3D"FILE1" Name=3D"FILE1" LongName=3D"MovieSearch.gram"
> Source=3D"$(var.SOURCEPATH)\ \">
>                 <CopyFile Id=3D"CopyFile" DestinationName=3D" FILE1"
> DestinationLongName=3D"file.txt" DestinationProperty=3D"[PATH]\dir\" />
> </File>   =20
> 
> If I use DestinationProperty=3D"PATH" it works.
> 
> I have also tried DestinationProperty=3D"PATH\dir\"
> 
> What am I doing wrong?

DestinationProperty must be the name of a row in your Directory table,
it isn't a formatted string that gives the location of the directory.

So to fix your problem, add a Directory element that defines
[PATH]\dir and then reference this in your CopyFile element.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to