How about this (not tried it though)?
<DirectoryRef Id="InstallDir">
<Component Id="C_ONE" Guid="Your-GUID">
<File Id="F_id1" Name="file1" Longname="LongFileName1.htm" />
<File Id="F_id2" Name="file2" Longname="LongFileName2.htm" />
<!-- add more for every file -->
</Component>
<!-- add more for each subdir -->
<Directory Id="D_Sub1" Name="SubDir">
<Component Id="C_SUBONE" Guid="Your-GUID">
<File Id="F_id_sub1" Name="file3" Longname="LongFileName3.htm" />
<File Id="F_id_sub2" Name="file4" Longname="LongFileName4.htm" />
<!-- add more for every file -->
</Component>
</Directory>
</DirectoryRef>
Please keep follow ups on the list.
________________________________
From: Abhishek,HiRePro [mailto:[EMAIL PROTECTED]
Sent: Thu 8/23/2007 13:10
To: Schrieken, Rene
Subject: RE: [WiX-users] wixDir Element...............
Hi,
Thanks for the Replay,
I have read that and made the sample but, there is no sample for wixDir Element
How to host many files in one dir??
Thanks
________________________________
From: Schrieken, Rene [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 23, 2007 4:39 PM
To: Abhishek,HiRePro; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] wixDir Element...............
http://www.tramontana.co.hu/wix/lesson6.php#6.3
Good learning startpoint anyway:
http://www.tramontana.co.hu/wix/
________________________________
From: [EMAIL PROTECTED] on behalf of Abhishek,HiRePro
Sent: Thu 8/23/2007 12:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] wixDir Element...............
Hi,
I am New to Wix and am learning.
Now I need to host the site in iis and have tried some examples
I have the example below which I am using but I need to host all files in the
specified directory
For this purpose I think I should use webDir Element..
I don't know how to use it and dint find any examples..
Please help me and if possible send me the example
Example
<Component Id='TestWebVirtualDirComponent'
Guid='07BCBEBD-D6B8-4e3f-B447-29BAE780701C'>
<WebVirtualDir Id='TestWebVirtualDir' Alias='Test'
Directory='InstallDir' WebSite='WixWebSite'>
<WebApplication Id='TestWebApplication' Name='Test' />
</WebVirtualDir>
</Component>
</Directory>
<WebSite Id='WixWebSite' Description='Wix Web Site'>
<WebAddress Id='AllUnassigned' Port='8888' />
</WebSite>
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an intended
recipient then please promptly delete this e-mail and any attachment and all
copies and inform the sender. Thank you.
-------------------------------------------------------------------------
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