home *** CD-ROM | disk | FTP | other *** search
/ New Millenium Encyclopedia / SSNME.BIN / Autorun / Autorun.vgc next >
INI File  |  1998-11-09  |  826b  |  37 lines

  1. [_Menu_Autorun]
  2. ProductName = "New Millennium Encyclopedia Autorun"
  3. MenuClear
  4. MenuBkgColor=0;0;0
  5. MenuBmp=<exeDrive>"Autorun\MenuBackground.bmp"
  6. MenuAddBtn=<exeDrive>"Autorun\Run.bmp";vb:cmd[_Run_];15;156
  7. MenuAddBtn=<exeDrive>"Autorun\Install.bmp";vb:cmd[Install];15;194
  8. MenuAddBtn=<exeDrive>"Autorun\tour.bmp";vb:cmd[Tour];15;232
  9. MenuAddBtn=<exeDrive>"Autorun\Infopager.bmp";vb:cmd[InfoPagerInstall];15;270
  10. MenuAddBtn=<exeDrive>"Autorun\Uninstall.bmp";vb:cmd[_Uninstall_];15;308
  11. MenuAddBtn=<exeDrive>"Autorun\Exit.bmp";vb:cmd[Exit];15;346
  12. MenuSize=429;429
  13.  
  14. [_Run_]
  15. Run
  16. Exit
  17.  
  18. [_Uninstall_]
  19. Uninstall
  20. Exit
  21.  
  22. [Install]
  23. RunExternal=<exeDrive>"setup\setup.exe"
  24. Exit
  25.  
  26. [Tour]
  27. RunExternal=<exeDrive>"Tour\tour.exe"
  28.  
  29.  
  30. [InfoPagerInstall]
  31. RunExternal=<exeDrive>"InfoPager\setup.exe"
  32. Exit
  33.  
  34. [Exit]
  35. Exit
  36.  
  37.