You can use heat.exe (harvest tool provided by WiX Toolset) to generate a
wxs source file from your source folder.
For example, heat dir ".\My Files" -gg -sfrag -template:fragment -out
directory.wxs
Or you may write a tool yourself to do that work.

-----邮件原件-----
发件人: badrul [mailto:badruls...@yahoo.com] 
发送时间: Friday, December 13, 2013 2:54 PM
收件人: wix-users@lists.sourceforge.net
主题: [WiX-users] Include all files from a folder in MSI

How can I to include all files from source folder and deploy them into a
target folder during installation. I have multiple images in a folder and i
want all of them to be included in msi automatically rather than including
all of them separately using <file> element. I am able to include required
dlls and files using
 

<Component Id='HelperLibrary'>
        <File Id='HelperDLL' Name='Helper.dll' /> </Component>

 
Any help will be appreciated. 



--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Include-all-fi
les-from-a-folder-in-MSI-tp7591292.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to