home *** CD-ROM | disk | FTP | other *** search
- on unistall
- Answer = bamsgbox("Uninstall the game?", "LOVE LOVE SHOW!", "YesNo", "noicon", 1)
- if Answer = "Yes" then
- disinstalla()
- else
- go(1)
- end if
- end
-
- on disinstalla
- unistalla = bareadregstring("love love", "path", "error", "HKEY_CURRENT_USER")
- fxObj = xtra("FileXtra3").new()
- put fxObj.fx_folderdelete(unistalla, 1)
- fxObj = 0
- ok = badeletereg("love love", EMPTY, "HKEY_CURRENT_USER")
- go(1)
- end
-