Re: [WiX-users] Multilanguage bundle

2013-08-16 Thread Branko Horvat
Hi,

I currently use WiX 3.6.

BR,
Branko
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Multilanguage bundle

2013-08-16 Thread Branko Horvat
Hi,
I am testing multilanguage bundle (burn) support but I couldn't make it work:

...
WixVariable Id=WixStdbaThemeWxl Value=Resources\RtfTheme.wxl/
BootstrapperApplicationRef Id='WixStandardBootstrapperApplication.RtfLicense'
 bal:WixStandardBootstrapperApplication LicenseFile='Resources\Eula.rtf' 
LogoFile='Resources\Logo.png' SuppressOptionsUI='yes'/
 Payload Id=thm-de Compressed=yes Name=1031\thm.wxl 
SourceFile=Resources\1031\RtfTheme_de.wxl/
/BootstrapperApplicationRef
...

Candle and light don't complain. When I run the resulting .exe nothing happens.
If I remove the the WixVariable element then the setup works as expected. 
When I define a theme under bal: :WixStandardBootstrapperApplication element 
as an ThemeFile the same happens - it doesn't run.

I want to make Multilanguage bundle setup to be dependant on computer system 
selection or to enable user to decide (menu). Do I have to got to 3.8 for this 
purpose as I read in posts?

Thx,
B.
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multilanguage bundle

2013-08-16 Thread Branko Horvat
It must be it doesn't work in WiX 3.6.

Ok, I have upgraded WiX to 3.7 and now the default .exe works as expected (now 
language specifics). But If I call the setup .exe file with language param 
(-lang 1031) it doesn't run but there is also no response whatsoever.

BR,
B.
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multilanguage bundle

2013-08-16 Thread Branko Horvat
No, it doesn't work if I keep this line even in WiX 3.7:

WixVariable Id=WixStdbaThemeWxl Value=Resources\RtfTheme.wxl/

No errors but also no setup UI after calling setup.exe (with or without -lang 
1031). I also tried with LicenseUrl='' and adding two additional Payload 
elements for logo and theme in 1031 but also that didn't help.

How to make setup.exe -lang 1031 to show up the installer with different eula?

BR,
B.
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Multilanguage bundle

2013-08-16 Thread Phill Hogland
Look at the log file that typically gets created in %temp%.  For the
situation were it does not display any dialog my guess is that the that the
dialog could not be created due to some problem with the theme file.  This
is not a 3.7 or 3.8 problem.  I had this problem when I incorrectly edited
the RtfTheme file or when I just had the wrong file.

What I did was to comment out all of my customized theme files and build and
run the setup with the default files for the type of Bootstrapper
application that you want to use.
(WixStandardBootstrapperApplication.RtfLicense)

Then as the setup is displaying the dialog, go to %temp%\some guid\.ba1
 (the .ba1 folder is the temporary folder where your bundle is running from)
and grab the thm.wxl, thm.xml, and logo.png files.  Put these files in your
project as starter files rather than the file which is causing your dialog
to not load.

Once you solve that problem, then the next issue has to do with a) selecting
the desired language and b) displaying your translated eula.  

The automatic language selection issue is where 3.7 had an issue, and why I
moved to 3.8.  But my testing was also a bit confusing due to my use of
Windows 8.  -lang 1031 always worked for me in either 3.7 or 3.8.

Regarding the eula, I would get your translated dialog (-de.wxl) file
working first, then you may need to place a customized (-de.xml) file in the
1031\ folder.  If you do this you need to place the logo.png file in the
same folder and I think the eual in the same folder.  The path is hard coded
in the xml, but you could change the xml to use a localized string and set
the path in the wxl file.

I think you have multiple issues and it would be best to use the log and
resolve why the dialog is not being displayed first before trying to
implement the xml and eula changes.



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

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users