Re: [WiX-users] Building localized versions of an installer

2008-05-16 Thread Rob Mensching
ght on track. Last step is to take the .wixout (should have been named ".wixmsi" to match the other things but .wixout came first) and feed it back into light.exe. Light will finish processing the .wixout into MSI. Is that detailed enough or am I missing a step? From: [EMAIL PROTECTED]

Re: [WiX-users] Building localized versions of an installer

2008-05-16 Thread Fairweather, James
other things but .wixout came first) and feed it back into light.exe. Light will finish processing the .wixout into MSI. Is that detailed enough or am I missing a step? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fairweather, James Sent: Thursday, May 15, 2008 13:12 To: wix-user

Re: [WiX-users] Building localized versions of an installer

2008-05-15 Thread Rob Mensching
rocessing the .wixout into MSI. Is that detailed enough or am I missing a step? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fairweather, James Sent: Thursday, May 15, 2008 13:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Building localized versions of an installer Many

Re: [WiX-users] Building localized versions of an installer

2008-05-15 Thread Fairweather, James
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fairweather, James Sent: Thursday, May 15, 2008 13:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Building localized versions of an installer Many of our companies' products are localized into several langua

Re: [WiX-users] Building localized versions of an installer

2008-05-15 Thread Rob Mensching
? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fairweather, James Sent: Thursday, May 15, 2008 13:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Building localized versions of an installer Many of our companies' products are localized into several languages. To bui

[WiX-users] Building localized versions of an installer

2008-05-15 Thread Fairweather, James
Many of our companies' products are localized into several languages. To build the an installer to handle this, we first build a "neutral" MSI, then for each culture, we build an MSI, then use msitran to build a transform, and finally msidb to merge the transform back to the neutral MSI. This work