Yes exactly we use the language transforms only on localization strings
(ActionText, Control, Dialog, Error, RadioButton + UIText...). In Property
Table we change: ProductLanguage and add an additional Dummy Property for
an English Transform.

We don't change: ProductCode + Languages (In SummaryInformation) and
PackageCode + UpgradeCode


> What you have may work in very narrow cases (i.e. transforms don't change
ProductCode, UpgradeCode, Language, etc).
For now I expected that approach having no drawback when using in a burn
bundle. What might be areas which might have issues or need special
consideration?



2014-09-19 19:05 GMT+02:00 Rob Mensching <r...@firegiant.com>:

> 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
>
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&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