; InstallerFX script ;(if (= x 1) (welcome)) ; ;(onerror (CLEANUP)) ; ; Cleanup any temporary mess we created ;(procedure CLEANUP ; Nothing to cleanup ; (delete "t:Logopic")bb ; (delete "t:Logopic.prefs") ;) ; CLEANUP (copyfiles (source "logopic") (dest "t:") (newname "Logopic") ) (set ver "0.6") (run "run c:InstallerFX t:logopic") (message "QuickBrowser "ver "\nWelcome to the QuickBrowser installer script\n\nCopyright 1997/98, Stephen Griffiths & Griffware Productions") (complete 0) (set #Install-QuickBrowser "Where would you like QuickBrowser to be installed? I would advice to install it to C:")