Well, I am sorry to hear that it is not working for you.  Since I can build
it with 3.7 and it works, I think I would try to use ProcessMon or WinDbg to
figure out what the issue is, focusing only on the German Wix 3.7 exe which
I complied for you and your compilation of the same thing.  Originally I
thought that WiX 3.8 was needed, but I have proven that it works with 3.7.

Prior to installing Wix 3.8 I created a folder in my svn tree for the 3.7
binaries, and after installing Wix 3.8 a similar folder in my svn tree for
the WiX 3.8 binaries.  Then I created a batch file that calls setx to set
the environment variable WIX to the path to the 3.7 binaries.

The WiX Toolset 3.8 setup creates a system wide WIX variable, and when I
want to switch to 3.7 my batch file creates a user environment variable of
the same name.  To switch back to 3.8 I delete the user WIX variable.  I
also close VS2010 prior to changing the WIX variable or deleting it.  Since
I never change the system variable created by the WiX Toolset 3.8 setup it
still exists when I am building to 3.8.

In this way I can switch back and forth and test either environment.  I
would use ProcessMon or WinDbg to figure out why your results are different
than the exe that I sent you, which tests showed worked.  I would focus on
the difference between the EXE that I compiled which does display both a
German strings and German EULA and your build of this same project in Wix
3.7 which you report does not display by watching each under ProcessMon.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Adding-language-transform-mst-s-to-Burn-Bundle-Chain-tp7586986p7588197.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&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