That is the minimal set of steps. Maybe one day someone will contribute the
work to wrap it up in the wix.targets so others would never have to see it.

However, I'm not sure language transforms are the best way to distribute
localized software any longer. With Burn, I think I would wrap up the
"neutral" MSI plus as many language MSIs with localized files in them as
necessary into a single Bundle. Or create a Bundle with a single language
and then ship the other localized MSIs in add-on "LangPack" Bundles.

Today, the only reason I'd really do one MSI with localized transforms is
if there was a really strong requirement to have a single MSI with no
Bundle.

On Fri, Oct 5, 2012 at 4:53 AM, Kajal Kumar Biswas <kbis...@adobe.com>wrote:

> I was trying to create a localized setup in Wix. Lets say I support 20
> languages.
> So, objective is to produce all the 20 mst's.
> Using InstallShield in one build I can create the msi and the and all the
> 20 transform files.
>
> Now I want to achieve this process using WIX.
> What I have figured out so far reading the documentation is
> 1. I would create the wixobj file using candle.
> 2. and then I could use light.exe to link with the wixobj(from step 1)
> with .wxl to create the language specific msi files. So, this way I need to
> create all the 20 msi files, for the 20 languages.
> 3. Now using torch.exe , I'm planning to take the diff. and create the
> .mst files 20 times for 20 languages.
>
> My concern is this above process is getting a bit complex. Is there a way
> I can do something to minimize the steps and make it little simple.
>
> Any help is greatly appreciated.
>
> Thanks,
> Kajal
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to