>>But I need to localized Progress message which is display on progress bar. 

The progress messages which are displayed in Burn are provided by the MSI
package and reflect whether it has been localized.  Each msi package needs
to be built for a specific culture.  I set the 'culture' property in the MSI
projects properties, which causes MSBuild to batch build each localized msi
package.  Originally I created transforms and 'embedded' the transforms in a
single msi, including only one msi in the burn chain.  I then discovered
that this approach is not supported when using Burn.  So now I include each
localized msi in my chain, as detailed  here
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-burn-bootstrapper-access-lang-as-a-property-or-variab-le-td7599256.html#a7599259>
 
, and I find that it works reliably with the progress messages localized.  I
do not use a UI in the MSI, as I find the approach of implementing the UI in
Burn to be easier to manage.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-MsiPackage-DisplayName-property-does-not-localized-tp7599572p7599583.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to