I would like to avoid warnings as well as errors. The languages
themselves are in separate folders (we use XML files instead of
Satellite assemblies for reasons unknown to me.) The problem lies in
that the app.config file designates which language is in force. The user
gets to choose this language during install time. Since we only have
half a dozen languages in our product currently I thought it easier to
prebuild the app.configs and select which one to use at install time.
I'm having to reconsider this idea in view of the reference counting
issue that ICE30 is flagging.

So I'm left wondering what is the better approach is here? Is a custom
action that modifies (or even generates) the file at install time a
better choice? How have others addressed this kind of issue? Any
suggestions are welcome.

Regards,

Mike

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 23, 2007 12:47 AM
To: Ward, Mike (MED US)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Install config files based on language

Ward, Mike (MED US) wrote:
> I get ICE30 errors which makes sense in hind sight. Any ideas on how I
> can do this?
>  

If you use component conditions instead of feature conditions, ICE30s
turn into warnings instead. The real fix is to use some kind of MUI
model where separate languages live in separate subdirectories -- but
that's a code change.

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



----------------------------------------------------------------------------
This message and any included attachments are from Siemens Medical Solutions
and are intended only for the addressee(s).
The information contained herein may include trade secrets or privileged or
otherwise confidential information. Unauthorized review, forwarding, printing,
copying, distributing, or using such information is strictly prohibited and may
be unlawful. If you received this message in error, or have reason to believe
you are not authorized to receive it, please promptly delete this message and
notify the sender by e-mail with a copy to [EMAIL PROTECTED]

Thank you

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to