cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Paul6151
Level 5

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!
Labels (1)
0 Kudos
(4) Replies
dhanasekar_dsb
Level 2

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 .
0 Kudos
Paul6151
Level 5

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).
0 Kudos
ericpaul
Level 6

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
0 Kudos
Paul6151
Level 5

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.
0 Kudos