Re: [WiX-users] UIText localization error and missing uninstall text

2007-05-15 Thread Bob Arnson
Pseudonymic Wannabe wrote:
> Beräknar hur mycket utrymme 
> som krävs
>
> Work for  tags? Without me having to do  >$(loc.ProgressTextCostInitialize)

There's nothing automatic that does that. If you're using WixUI, the 
WixUI_ErrorProgressText fragment contains those ProgressText elements.

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



-
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


Re: [WiX-users] UIText localization error and missing uninstall text

2007-05-15 Thread Pseudonymic Wannabe

Ah that makes more sense, learned something new now then =)

But why does

Beräknar hur mycket utrymme som 
krävs


Work for  tags? Without me having to do >$(loc.ProgressTextCostInitialize)




From: Bob Arnson <[EMAIL PROTECTED]>
To: Pseudonymic Wannabe <[EMAIL PROTECTED]>
CC: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] UIText localization error and missing uninstall 
text

Date: Mon, 14 May 2007 07:34:52 -0700

Pseudonymic Wannabe wrote:

This feature requires [1] on your hard
drive.
If that's attempted localized as:
This feature requires [1] on your hard
drive
then the dialog which is supposed to show the text instead shows:
!!SelChildCostPos is missing from the UIText Table!!


The WixLocalization/String element just defines the string. It must then be 
referenced using $(loc.id) (in WiX v2 or !(loc.id) in WiX v3). e.g.:


!(loc.UITextMenuCD)

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




_
Make every IM count. Download Messenger and join the i’m Initiative now. 
It’s free. http://im.live.com/messenger/im/home/?source=TAGHM_MAY07



-
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


Re: [WiX-users] UIText localization error and missing uninstall text

2007-05-14 Thread Bob Arnson
Pseudonymic Wannabe wrote:
> This feature requires [1] on your hard
> drive.
> If that's attempted localized as:
> This feature requires [1] on your hard
> drive
> then the dialog which is supposed to show the text instead shows:
> !!SelChildCostPos is missing from the UIText Table!!

The WixLocalization/String element just defines the string. It must then 
be referenced using $(loc.id) (in WiX v2 or !(loc.id) in WiX v3). e.g.:

!(loc.UITextMenuCD)

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



-
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