View Full Version : How do I abort the installation?
NewsArchive
06-25-2005, 08:20 AM
Loop
Set Variable %IQ_FILES_INUSE% to Check In-use Folder Tree
"%_SB_INSTALLDIR%\*.*"
If %IQ_FILES_INUSE Equals "1" Then
Message Box "There are programs or files in-use in the destinat..." --
"Files In-Use"
If %_SB_RETURN% Equals "IDCANCEL" Then
(I WANT TO ABORT THE INSTALLATION HERE)
ElseIf %_SB_RETURN% Equals "IDRETRY" Then
Cycle Loop
End
End
End
Break Loop
End
NewsArchive
06-25-2005, 08:20 AM
Interesting.
I figured it out ... "Exit Installation". I did an online help for "Abort
Installation" ... you may just want to add a topic link Abort Installation
to Exit Installation.
However, it does not work.
When I debug it - 'CHECK IN-USE FOLDER TREE" puts up a OK box. No text at
all, looks like you left a debug message inside that function, because it is
happening not in the script, but when that function is called. I guess I
need it removed.
-Robert
NewsArchive
06-25-2005, 08:20 AM
Oops - it just looks like it was never finished. :-)
This is what I get on the screen when I execute that function:
NewsArchive
06-25-2005, 08:38 AM
Fixed (#1177), thank you :)
Friedrich
--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
1.954.252.3910
"point. click. ship" - that's SetupBuilder 5
NewsArchive
06-25-2005, 08:38 AM
Thank you. Revamped documentation will be available soon.
Friedrich
--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
1.954.252.3910
"point. click. ship" - that's SetupBuilder 5
NewsArchive
06-26-2005, 08:47 AM
Noted.
--
Russ Eggen
www.radfusion.com
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.