home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 September / C_BUYER.ISO / dosshare / finnish / 3.fil < prev    next >
Text File  |  1993-03-12  |  1KB  |  41 lines

  1. ' Part 2 of the tsa script runs this script if a fatal error occurs
  2. ' 3.FIL - part 3 of tsa installation
  3. ' copyright 1992, ImagiSOFT, Inc.
  4. ' June 1, 1992
  5.  
  6. WINOPEN 0 11 79
  7.  
  8. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  9. ""
  10. "Possible reasons:"
  11. "   -- The floppy disk was damaged during shipping."
  12. "   -- Your disk drive is out of alignment."
  13. "   -- The floppy disk was removed prior to completion."
  14. ""
  15. "Press [Enter] to remove incomplete program files."
  16.  
  17. WAIT 62 19
  18.  
  19. ' delete all partial files using internal variables
  20. '   ~1 = the drive the user installed to (C: was the default)
  21. '   ~2 = the path the user installed to (\TSA was the default)
  22.  
  23. DELETE ~1~2\*.* 0 0 31
  24. RD ~1~2                         ' now remove the directory
  25. DELETE ~3\$.BAT 0 0 31          ' root of boot directory, created batch file
  26.  
  27. WINCLOSE
  28.  
  29. WINOPEN 0 11 31
  30.  
  31. "Partially Installed Files are Now Deleted."
  32. ""
  33. "Please try to install the software again."
  34. "If you get this error message again,"
  35. "call ImagiSOFT, Inc.  (800) 767-1978 for"
  36. "a new floppy disk."
  37. ""
  38. "      Press [Enter] to Quit."
  39.  
  40. WAIT 47 19
  41.