A colleague on the UniversalThread reported getting this error when building his setup using InstallShield for Visual Foxpro
Resolving strings...ISEXP : error -6264: A record in the Property table is using string ID 'ID_STRING1' for column 'Value' but this string is blank and the column is not nullable
I believe this problem is either a bug or corrupted ism file.
Although IS does not store data in SQL database, trying to apply similar concepts, you would agree with me that the program is trying to save a .null. value into a field who does not accept such values; since you can't modify that in IS Express for VFP, the only solution seems to be to fill that entry with some string value.
It is difficult, if not impossible, with this limited version of IS to determine the offending field by using the description given in the error message 'ID_STRING1'.
You could easily know this however. That is in the case you had the full version of IS Express:
This is how the txt file looks like:
Remember Me
Page rendered at 3/19/2010 1:39:10 PM (Eastern Daylight Time, UTC-04:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.