On Mon, 7 Aug 2006 11:30:51 -0700, John Lemire wrote:

John,

> Maybe those of you more intimately familiar with msi and the wix
> tool set already have much better alternate suggestions in mind or
> already in place for achieving the same thing that would make
> support for that method a completely moot point.

The solution with transforms can be easily done with WiX and a few available 
tools from Microsoft (actually, I started to write a replacement utility 
instead of those MS ones, after all they do nothing else but call MSI API 
function themselves; I came stuck at one point but I no longer remember where 
and why, I would need to dig up the code; of course, if it would work, it would 
be contributed to the project itself). Even the undocumented and discouraged 
part of it can be done with WiX if you chose to do so. I left it out from the 
tutorial on purpose, after having asked Rob about the issue.

But even with the documented way, it's a ten-minute job to come up with a 
single dialog bootstrapper in your favorite programming environment that offers 
a listbox of all the languages you provide in your installation, checks the 
system language and sets it as default, then at the touch of an OK button calls

msiexec /i SampleMulti.msi TRANSFORMS="fr-fr.mst"

with the appropriate names of the transforms hardwired.

Bye,
   Gábor

-------------------------------------------------------------------
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to