Variable resolving question
Posted: Fri Jan 13, 2012 12:43 pm
I have Compiler Variables ISGUIID1, ISGUIID2, and ISGUIID3 which stores the legacy InstallShield GUIIDs for removal.
I'm writing a script which essentially will go through my ISGUIID list and uninstall each package according to GUIID so I tried something like:
ISGUIID=#ISGUIID$ISCOUNT$#
Then I message box $ISGUIID$ and it reads "#ISGUIID1#, #ISGUIID2#, etc. but it's not resolving to the actual compiler variable.
Is there a way around this
?
Chris
I'm writing a script which essentially will go through my ISGUIID list and uninstall each package according to GUIID so I tried something like:
ISGUIID=#ISGUIID$ISCOUNT$#
Then I message box $ISGUIID$ and it reads "#ISGUIID1#, #ISGUIID2#, etc. but it's not resolving to the actual compiler variable.
Is there a way around this

Chris