Natxo Mateos wrote:
> 2. Which would be the best planning to define a multilanguage installer? 
> Define a dialog with all the possible languages and depending on the 
> selection, execute one or another executable file (that would imply 
> having as many .msi files as languages). Or it would be possible to 
> generate only one .msi file that internally resolves the language 
> selected? Any clue?
>   

MSI doesn't support multi-language packages. You can either do one MSI 
per language or one language-neutral MSI and multiple language 
transforms. See "Database Transforms" in the MSI SDK.

> 3. Custom Actions. It would be possible to implement a Custom Action 
> that search in the registry for a group of programs (in fact it would be 
> the same program but with diferent versions) and after that, returns the 
> HKEY of those that has found it? If no, how could this be achieved?
>   

Custom actions aren't required; see RegistrySearch in WiX.chm.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
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