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

Reply via email to