> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Richard
> Sent: Friday, October 19, 2007 11:35 PM
> 
> In article 
> <[EMAIL PROTECTED]>,
>     "Jeremy Farrell" <[EMAIL PROTECTED]>  writes:
> 
> > Then, assuming the documentation's correct, it needs to be 
> > set to a property which contains the required path as the
> > doc says. In
> > 
> >     DestinationProperty="PATH"
> > 
> > which works, you've set it to the name of the property 
> > called PATH which contains a pathname. You need to create
> > a property which contains a string giving the required
> > path, and give the name of that property to 
> > DestinationProperty.
> 
> Its not a property he needs to create, its a row in the Directory
> table (primary keys in the directory table are also mirrored as
> properties containing the resolved path, but just creating a property
> is not sufficient).

That means the WiX help file is as wrong as it could be about
this then, despite being clear and explicit - and how come

    DestinationProperty="PATH"

works? Are you sure you aren't thinking of DestinationDirectory
rather than DestinationProperty?

-------------------------------------------------------------------------
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