home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
cd
/
ide-fix
/
c
/
uninstall
< prev
next >
Wrap
Text File
|
1997-06-09
|
2KB
|
104 lines
;$VER: IDEfix UnInstall 48.2 (13.05.97)
;Copyright ©1993-1997 Elaborate Bytes, Oliver Kastl
(onerror
(makeassign "CacheCDFSInst" (safe))
(makeassign "CacheCDFS" (safe))
)
(complete 0)
(makeassign "CacheCDFSInst" "" ( safe) )
(set #theirlevel @user-level )
(user 2)
(message "\nWelcome to the IDE-fix 97 uninstallation program!" )
(message "\n\nWARNING!!!!!\n\n"
"Click PROCEED only, if you wish to REMOVE IDE-fix '97 from your computer!" )
(user #theirlevel)
(makeassign "CacheCDFS" "" (safe))
(set @default-dest "CacheCDFS:")
(working "\nRestoring old installation ..." )
(complete 10 )
(if ( run "BackupIDEfixInstall CacheCDFS:Backup" )
(
(abort)
)
)
(complete 60 )
(working "\nDeleting current installation ..." )
(if ( run "delete <NIL: >NIL: CacheCDFS:#? all" )
(
(abort)
)
)
(complete 80 )
(startup "CacheCDFS"
(prompt "\n\nRemoving IDEfix User Startup from the user-startup")
(help "\n\nRemoving IDEfix User Startup from the user-startup")
)
(startup "MountLS120"
(prompt "\n\nRemoving MountLS120 from the user-startup")
(help "\n\nRemoving MountLS120 from the user-startup")
)
(startup "ActivateCrossIDEfix"
(prompt "\n\nRemoving ActivateCrossIDEfix from the user-startup")
(help "\n\nRemoving ActivateCrossIDEfix from the user-startup")
)
(makeassign "CacheCDFSInst" (safe))
(makeassign "CacheCDFS" (safe))
(complete 90 )
(if (exists "S:Startup-Sequence.std")
(
( protect "S:Startup-Sequence.std" "-e +rwsd" )
(if (exists "S:Startup-Sequence")
(
( protect "S:Startup-Sequence" "-e +rwsd" )
(delete "S:Startup-Sequence")
)
)
(rename "S:Startup-Sequence.std" "S:Startup-Sequence")
)
)
(if (exists "C:KeyCheck")
(
(user 2)
(delete "C:KeyCheck"
(help "Select \"Proceed\", if you want C:KeyCheck to be deleted.")
(prompt "\n\nDelete C:KeyCheck ?")
(confirm)
)
)
)
(user 2)
(complete 100 )
(message "\nWARNING:\n\n"
"Don't forget to remove any manually inserted \"LoadIDE\" "
"or \"IDEfix\" statements from your startup-sequence!" )
(message "\n\nIDE-fix '97 uninstalled!" )
(exit (quiet ))