Re: [WiX-users] Building installer with WixUI_Mondo fails with culture fi-FI

2014-05-14 Thread Nick Ramirez
This .wxl file is an oddball, being the only one that I see that uses these UI elements to resize controls from a localization file. Bob Arnson wrote a blog about it here: http://www.joyofsetup.com/2012/07/14/localizing-more-than-strings-in-wix-v3-6/ And the bug that led to adding the UI element

Re: [WiX-users] Building installer with WixUI_Mondo fails with culture fi-FI

2014-05-14 Thread Carter Young
The only Other thing I see is Possibly this: Should this not read: ? Carter Quoting Janne Rantala : > Thanks, I've stumbled upon that solution earlier but decided not to use it > at that time. I'm pretty happy with having two separate msi installers if I > could only make that Finnish versi

Re: [WiX-users] Building installer with WixUI_Mondo fails with culture fi-FI

2014-05-14 Thread Janne Rantala
Thanks, I've stumbled upon that solution earlier but decided not to use it at that time. I'm pretty happy with having two separate msi installers if I could only make that Finnish version to work. If there won't be any quick solutions for my problem I'll take another look at that single installer.

Re: [WiX-users] Building installer with WixUI_Mondo fails with culture fi-FI

2014-05-14 Thread Carter Young
Try the Approach documented here: http://www.installsite.org/pages/en/msi/articles/embeddedlang/ Quoting Janne Rantala : > Hi, > > I've tried creating installer based on WixUI_Mondo dialog set. My setup is > pretty simple, basically I've just added ui reference to WixUI_Mondo. This > works very