Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › msiGlobalInit › Reply To: msiGlobalInit
May 23, 2005 at 11:35 pm
#56640
Anonymous
Participant
If you want to run this proc twice then just catch the msiAttach statement:
catch { msiAttach }
Or move the msiAttach statement to a place where it’s only executed once, like in the startup section of a TPS procedure.