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=48897031&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