home *** CD-ROM | disk | FTP | other *** search
/ Learn Visual C++ Now / Learn_Visual_C_Now_Mark_Andrews_1996.iso / SETUP.TXT < prev   
Text File  |  1996-04-02  |  2KB  |  58 lines

  1. ;* These are the strings used to customize the Setup program. Setup reads these strings and displays them in the
  2. ;* various dialog boxes used in the program. (Lines beginning with a semicolon are ignored. This is a useful way
  3. ;* to leave comments.
  4. ;*
  5. ;* Feel free to change these strings; the Setup program will not need to be modified.
  6. ;*
  7. ;*
  8. ;*
  9. ;* IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT! IMPORTANT!
  10. ;*
  11. ;* The order of the strings _is_ critical. If you make changes please be sure to leave the
  12. ;* strings in their original order!
  13. ;*
  14. ;*
  15. ;*
  16. ;*** Application name
  17. ;
  18. Setup
  19. ;
  20. ;*** The "Welcome" dialog box
  21. ;
  22. Welcome
  23. Welcome to the Learn Visual C++ Now setup program!
  24. ;
  25. ;*** The "Install where?" dialog box
  26. ;
  27. Install Where?
  28. The setup program will copy the Learn Visual C++ Now files into the specified directory. Click OK to continue.
  29. ;
  30. ;*** Setup changes to the directory on the next line and installs all the files it finds there
  31. ;
  32. Code
  33. ;
  34. ;*** The "Are you sure you want to exit the setup program" dialog box
  35. ;
  36. Are you sure?
  37. Setup has not finished installing the files. Are you sure you want to exit setup?
  38. ;
  39. ;*** The "Installing" dialog box
  40. ;
  41. Installing....
  42. Setup is installing
  43. ;
  44. ;*** The "Finished" dialog box
  45. ;
  46. Finished!
  47. Setup has finished installing the Learn Visual C++ Now files. Enjoy!
  48. ;
  49. ;*** The "Not enough free disk space" dialog box
  50. ;
  51. Not enough free space!
  52. You don't have enough free disk space to install the files. Please free up some space and try again.
  53. ;
  54. ;*** The "File exists" dialog box.
  55. ;
  56. File Exists!
  57. A file with the same name already exists at the specified location. Do you want to overwrite the existing file?
  58.