You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a library of scripts that I need to function against multiple versions of installshield. Is there a precompiler statement that can be used to determine version? i.e.
#if _ISVER_ < 9 //define stuff needed in versions prior to 9 #endif