>> I wonder if it is possible to chain from a MSI Package depending of the
user language. 
Yes, create a MsiPackage for each locale and use InstallCondition (or
implement code in a custom BA in PlanBegin) which allows the package to be
installed only for that locale.  This would involve using a built-in culture
variable or defining a variable, possibly in your wxl file to use the in the
InstallCondition.  Include all packages in the chain, possibly in a
PackageGroup.  If this is a third-party installer you may need to use
ExePackage.

>>Moreover where can I found the Url ...
I don't know.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/localisable-msi-packages-in-a-bundle-tp7600458p7600459.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to