[wix-users] Burn Loose file Install/Copy

Varun varun.d.reddy at gmail.com
Tue Dec 13 09:26:08 PST 2016


1) Can I set the option to pickup loose files from the same location as exe?

2) can payload support wildcard file name something like *.lic so that anything that has .lic in the same location will be installed?

> On Dec 13, 2016, at 9:16 AM, Phill Hogland <phill.hogland at rimage.com> wrote:
> 
> I have not tried to work with "loose files" and don't know all the caveats, but it seems there are several approaches.
> 
> 1) Use WixBundleSourceProcessFolder
> 
> see this list: http://wixtoolset.org/documentation/manual/v3/bundle/bundle_built_in_variables.html
> 
> 2) Use a bundle Payload element to specify where relative to the bundle.exe the file should be cached, and a tool like ProcessMon to investigate this implementation.
> 
> ________________________________
> From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Varun <varun.d.reddy at gmail.com>
> Sent: Tuesday, December 13, 2016 10:57:21 AM
> To: wix-users at lists.wixtoolset.org
> Subject: [wix-users] Burn Loose file Install/Copy
> 
> I am able to install loose file during installation using copy element in a setup project. When same mid used inside a bundle project(burn) the msi is unable to copy the files. Is it because the burn caches all the packages to a temporary location and that location does not have the loose files? Note the loose files are in the same directory next to the exe.
> 
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
> 
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list