home *** CD-ROM | disk | FTP | other *** search
/ World Book - Encyclopedia of Science / WBScience.iso / AUTORUN / Autorun.vgc next >
INI File  |  2001-05-08  |  566b  |  28 lines

  1. [_Menu_Autorun]
  2. ProductName = "The World Book Encyclopedia of Science - Autorun"
  3. MenuClear
  4. MenuBkgColor=0;0;0
  5. MenuBmp=<exeDrive>"Autorun\bg.bmp"
  6. MenuAddBtn=<exeDrive>"Autorun\Run.bmp";vb:cmd[_Run_];28;136
  7. MenuAddBtn=<exeDrive>"Autorun\Install.bmp";vb:cmd[Install];28;209
  8. MenuAddBtn=<exeDrive>"Autorun\Uninstall.bmp";vb:cmd[_Uninstall_];28;281
  9. MenuAddBtn=<exeDrive>"Autorun\Quit.bmp";vb:cmd[Quit];28;359
  10. MenuSize=790;500
  11.  
  12. [_Run_]
  13. Run
  14. Exit
  15.  
  16. [_Uninstall_]
  17. Uninstall
  18. Exit
  19.  
  20. [Install]
  21. RunExternal=<exeDrive>"setup\setup.exe"
  22. Exit
  23.  
  24.  
  25. [Quit]
  26. Exit
  27.  
  28.