On 1/24/2010 1:18 PM, Cody Gibson wrote:
> <DirectorySearch Id="VS90CSharpFolder" Path="[VS90_ITEMTEMPLATES_DIR]CSharp" 
> Depth="1" AssignToProperty="yes">
>    

The AppSearch action doesn't guarantee an order the table's rows are 
processed, so you can't rely on being able to use the results of one 
search in another. The log has the details:

> Action start 19:23:35: AppSearch.
>
> AppSearch: Property: PROPCSHARPTEMPLATEDIR, Signature: VS90CSharpFolder
>
> MSI (c) (04:80) [19:23:35:651]: Note: 1: 1322 2:
>
> MSI (c) (04:80) [19:23:35:651]: Note: 1: 1322 2:
>
> AppSearch: Property: VS90_ROOT_FOLDER, Signature: SearchForVS90RootPath
>    

It processed the PROPCSHARPTEMPLATEDIR search before the 
VS90_ITEMTEMPLATES_DIR search, so the path is empty -- hence the 1322 
error codes.

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


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to