NewsArchive
04-01-2007, 10:24 AM
The purpose of this code is to check an .ini file in the chosen installation
target path. Based on the results, I want to put the user back into the
loop. This doesn't work and in fact terminates the install leaving the
process running but invisible.
Can anyone advise?
Thanks
! The Wizard Loop displays the dialog screens that the user sees in the
installation
Loop Wizard
Wizard Auto Break
End
Set Variable %OLDPRODUCTVER% to GetIni("Version") from %SB_INSTALLDIR%\Client_Version.ini
If %OLDPRODUCTVER% Less Than "1" Then
Display Message Box "%OLDPRODUCTVER%" -- "Old Version"
Loop Wizard
Wizard Auto Break
End
End
target path. Based on the results, I want to put the user back into the
loop. This doesn't work and in fact terminates the install leaving the
process running but invisible.
Can anyone advise?
Thanks
! The Wizard Loop displays the dialog screens that the user sees in the
installation
Loop Wizard
Wizard Auto Break
End
Set Variable %OLDPRODUCTVER% to GetIni("Version") from %SB_INSTALLDIR%\Client_Version.ini
If %OLDPRODUCTVER% Less Than "1" Then
Display Message Box "%OLDPRODUCTVER%" -- "Old Version"
Loop Wizard
Wizard Auto Break
End
End