REM /* Check if previous installation was interrupted. If so, assume they
REM they want to reinstall those components they tried to install before */
IF GetIniKeyString("WIN.INI", "AnimatorStudio", "Setup Note")= "Incomplete Installation" THEN
i%= DoMsgBox("Recommend reinstall all components. Partial installations can corrupt functioning of Animator Studio", "Last Installation was aborted before completion", MB_OK+MB_TASKMODAL+MB_ICONHAND )
ENDIF
GOTO PARAMETERSCREEN
WELCOME_INSTALL:
REM /* No previous installation detected. Display introductory dialog. */