This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- String Entry Not In String Table
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 18, 2009
10:46 PM
String Entry Not In String Table
I have this bug IsDev: Warning -7174, which says:
"... contains a reference to a string table entry 'PRODUCT_RELEASE_DATE' that is not included in the project's string table."
'PRODUCT_RELEASE_DATE' is used in the a .rul file, something like this:
if (svResult < @PRODUCT_RELEASE_DATE) then
lStartPatch = FALSE;
endif;
got any idea how to fix this?
thanks a lot!
"... contains a reference to a string table entry 'PRODUCT_RELEASE_DATE' that is not included in the project's string table."
'PRODUCT_RELEASE_DATE' is used in the a .rul file, something like this:
if (svResult < @PRODUCT_RELEASE_DATE) then
lStartPatch = FALSE;
endif;
got any idea how to fix this?
thanks a lot!
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 18, 2009
11:47 PM
Hi ,
you are referring PRODUCT_RELEASE_DATE from the string table , But the entry in the string table is missing for this variable. You can add this variable in the string table by selecting the Installation Designer -> Installation Information -> General information - > Select the string table and the entry you are referring in the script .
you are referring PRODUCT_RELEASE_DATE from the string table , But the entry in the string table is missing for this variable. You can add this variable in the string table by selecting the Installation Designer -> Installation Information -> General information - > Select the string table and the entry you are referring in the script .
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2009
02:15 AM
Ok.
From the General Information, i can not find where the String Table is... Is it a menu item? a property?
I am using InstallScript MSI Project (2010).
From the General Information, i can not find where the String Table is... Is it a menu item? a property?
I am using InstallScript MSI Project (2010).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2009
04:22 AM
You will not find it there in IS2010. The location that is mentioned is in IS2009 and earlier.
In IS2010 look for the strings in Installation Designer | User Interface | String Editor.
Eric-Paul
In IS2010 look for the strings in Installation Designer | User Interface | String Editor.
Eric-Paul
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2009
10:28 PM
Yes, I thought so.
I will enter this 'PRODUCT_RELEASE_DATE' as the string identifier.
How will i provide it with the value of the release date itself? I dont think this is done by providing a static value, right?
thanks.
I will enter this 'PRODUCT_RELEASE_DATE' as the string identifier.
How will i provide it with the value of the release date itself? I dont think this is done by providing a static value, right?
thanks.