List all the files in the folder as Payload elements.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/


-----Original Message-----
From: Roni Fuchs [mailto:ro...@microsoft.com] 
Sent: Sunday, April 12, 2015 6:21 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to include an entire folder as payload for my custom 
bootstrapper application?

Hi everyone,

How can I include an entire folder as a payload?
License folder instead of a single license, because I have several licenses in 
several languages

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Fragment>
    <PayloadGroup Id="UiPayloadGroup">
      <Payload SourceFile="$(var.Common.TargetPath)" />
      <Payload SourceFile="$(var.Tri.Common.TargetPath)" />
      <Payload SourceFile="$(var.Tri.Deployment.UI.TargetPath)" />
      <Payload 
SourceFile="$(var.Tri.Center.Deployment.UI.TargetDir)\BootstrapperCore.config" 
/>
      <Payload SourceFile="$(var.Tri.Center.Deployment.UI.TargetDir)\License" />
      <Payload 
SourceFile="$(var.Tri.Center.Deployment.UI.TargetDir)\Microsoft.Deployment.WindowsInstaller.dll"
 />
      <Payload SourceFile="$(var.Tri.Center.Deployment.UI.TargetPath)" />
    </PayloadGroup>
  </Fragment>
</Wix>


Thanks,
Roni (Aron) Fuchs

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to