IIRC, there is a feature request open to support this.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-----Original Message-----
From: Jerome [mailto:jero2r...@gmail.com] 
Sent: Monday, April 7, 2014 1:16 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix Burn select msi and apply mst dynamically

I have MSI's in english, german and a MST transform file for german installer.

Now in burn boostrapper how to bundle these MSI's and MST's so that appropriate 
localized MST is applied to the msi during runtime ?

<Bundle ....>
 <Chain>
  <PackageGroupRef Id='Netfx4Full' />
  <PackageGroupRef Id='SQLServerCompact4.0' />
  <MsiPackage Id="EN_MSI_x86"
              SourceFile="$(var.MsiDir_x86)MyApp_x86.msi"
              Compressed="yes" EnableFeatureSelection="no" Vital="yes"
Visible="no"
              InstallCondition="NOT VersionNT64">
    <MsiProperty Name="INSTALL_LANG" Value="1033" />
    <MsiProperty Name="TRANSFORMS" Value="[SystemLanguageID].mst"/>
    <Payload Id="1031.mst" Compressed="yes" Name="de-localization"
SourceFile="$(var.MsiDir_x86)1031.mst" />
  </MsiPackage></Chain></Bundle>

Is this the right way to include MST in the bundle ?

Thanks,
Jerome
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration Continuously Automate 
Build, Test & Deployment Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to