On 3/22/2010 6:46 PM, Sanjay Poria wrote:
> The problem is that when I run the installer, it still expects to find files 
> (doc1, doc2) in the main directory (at the same level as the msi) instead of 
> the "DocFiles" directory. When building, the installer actually creates the 
> source structure as above (which made me think everything was specified ok).
>    

The Layout attribute controls where the files are written, not where 
they're installed from. For that, use Directory/@SourceName. See also 
the Directory table in the MSI SDK.

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


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to