What you have may work in very narrow cases (i.e. transforms don't change 
ProductCode, UpgradeCode, Language, etc).

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


-----Original Message-----
From: Tobias S [mailto:tobias.s1...@gmail.com] 
Sent: Friday, September 19, 2014 6:36 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 
issue??

> Not a great solution for localizing shortcut names or service 
> descriptions today. Typically recommend sticking to using trademarked 
> names that aren't localized. Language transforms just aren't supported by 
> Burn yet.
>

Rob you are considering embedded transforms approach in that statement, or?

The "normal" way using
      <MsiPackage Id="MyPackage"
                  SourceFile="ADMO_2.30_x86.msi">
        <MsiProperty Name="INSTALLDIR" Value="[InstallFolder]"/>
        <MsiProperty Name="TRANSFORMS"
Value="[CurrentBurnLanguageName]_x86.mst"/>
        <PayloadGroupRef Id="LangMst"/>
      </MsiPackage>

should be a proper working approach, or did I miss something?

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&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