cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sybaritefury
Level 2

Modifying string tables

We have recently migrated from InstallShield 5.5 to 2008. This is an InstallScript project.

In the past, we built our project through a nightly build. A perl script modified our string table with an incremented version number, and whatever version number our database was at, and then built the project with the new string table.

I don't even see the string table file in the folder structure anymore after we went through the conversion-- it seems that the only way to modify that table is to do it inside InstallShield.

Is there any way around this dilemma? Any suggestions as to where we could put that build number so that InstallShield can access it?
Labels (1)
0 Kudos
(1) Reply
Happy_Days
Level 7

You need to use InstallShield Automation here. I have seen some functions in InstallScript using which you can import and export the String table (.txt file) before building the final release.
0 Kudos