home *** CD-ROM | disk | FTP | other *** search
/ Looney Tunes Photo Fun / LooneyTunesPhotoFun.iso / Autorun.inf < prev    next >
Windows Autorun File  |  1999-10-20  |  845b  |  25 lines

  1. [autorun]
  2. Open=Autorun.EXE
  3. Icon=MGI_CD.ico
  4.  
  5.  
  6. [General]
  7. ; =============================================================================
  8. ; NOTE:
  9. ;   Autorun.exe assumes that AUTORUN.INF is at root of current drive.
  10. ;
  11. ; General Definition:
  12. ;   SetupKey       Registry key to search for to confirm that program is installed
  13. ;   UninstallKey   Registry key for uninstalling
  14. ;   Setup          path the setup - run if SetupKey is not found
  15. ;   ProgramClass   Window Class to check if its running
  16. ; =============================================================================
  17.  
  18. SetupKey=SOFTWARE\MGI\Etoiles WB\1.0
  19. UninstallKey=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MGI_ETOILES_V1_0
  20. Setup=setup.exe
  21. ProgramClass=#32770 (Dialog)
  22. DirectoryKey=SOFTWARE\MGI\Etoiles WB\1.0
  23. PathKey=SOFTWARE\MGI\Etoiles WB\1.0\Autorun
  24.  
  25.