Natxo Mateos wrote:
> Hi,
> 
> At the moment I've been unable to build an executable with Wix v2 and 
> that uses dialogs.
> 
> How is has to be done to specify the culture in WIX 2. It's possible via 
> Votive? Or the only way is through the command line?

Hi

the WiX 2 does not use something like 'culture'. And there is also 
no Votive support for multiple localization files in WiX2.

To compile and link the localized installer you need to specify the 
wxl file in the command line. e.g.

candle.exe *.wxs
light.exe *.wixobj -loc WixUI_en-us.wxl -out Product.msi

regards

Stefan

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to