home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 July / dpcb0799.iso / Home / MGI / AUTORUN.INF < prev    next >
Windows Autorun File  |  1998-11-25  |  3KB  |  109 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. ;   Items          number of items or hotspots
  13. ;   Title          The string to appear in the window's title bar
  14. ;   SetupKey       Registry key to search for to confirm that program is installed
  15. ;   UninstallKey   Registry key for uninstalling
  16. ;   Sound          Wave file to play when autorun window is shown
  17. ;   HoverSound     Wave file to play when user hovers over an item
  18. ;   ClickSound     Wave file to play when user clicks on an item
  19. ;   Setup          path the setup - run if SetupKey is not found
  20. ;   ForeBitmap     Foreground bitmap - normal states
  21. ;   BackBitmap     Background bitmap - hover states
  22. ;   ProgramWindow  Window title of the program to check if its running
  23. ;   ProgramClass   Window Class to check if its running
  24. ; =============================================================================
  25.  
  26. Items=5
  27. Title=Welcome to MGI PhotoSuite II SE
  28. SetupKey=SOFTWARE\MGI\PhotoSuiteII\1.0
  29. UninstallKey=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MGI_PRISM_V1_0
  30. Sound=autorun\cool.wav
  31. HoverSound=autorun\Hoversel.wav
  32. ClickSound=autorun\Click.wav
  33. Setup=setup.exe
  34. ForeBitmap=autorun\PSAutofr.bmp
  35. BackBitmap=autorun\PSAutobk.bmp
  36. ;ProgramWindow=MGI PhotoSuite II
  37. ProgramClass=MGI PhotoSuite II MainFrame
  38.  
  39.  
  40. ; =============================================================================
  41. ; Item Definition:
  42. ;   HotSpot        x,y,w,h of hotspot
  43. ;   ProgramWindow  Title of program window to check if its running
  44. ;   ProgramClass   Window Class to check if its running
  45. ;   Program        Executable to run
  46. ;   ErrorRunning   Error message if program is currently running
  47. ;   ErrorLaunch    Error message if program cannot be launched.
  48. ;
  49. ; Special Keywords:
  50. ;   <install location>  Program destination path
  51. ;   exit                exits Autorun
  52. ;   uninstall           activates uninstallation
  53. ; =============================================================================
  54.  
  55. ;
  56. ; Start MGI PhotoSuite II
  57. ;
  58. [Item1]
  59. HotSpot=45,255,310,42
  60. ;ProgramWindow=MGI PhotoSuite II
  61. ProgramClass=MGI PhotoSuite II MainFrame
  62. Program=<install location>\PhotoSuite.exe
  63. StayOpen=0
  64. ErrorRunning=MGI PhotoSuite II is already running.
  65. ErrorLaunch=Unable to launch PhotoSuite II
  66.  
  67. ;
  68. ; View ReadMe
  69. ;
  70. [Item2]
  71. HotSpot=45,310,190,41
  72. ProgramWindow=
  73. Program=readme.htm
  74. StayOpen=1
  75. ErrorRunning=
  76. ErrorLaunch=Unable to launch Read Me
  77.  
  78. ;
  79. ; Uninstall
  80. ;
  81. [Item3]
  82. HotSpot=430,260,115,41
  83. ProgramWindow=MGI PhotoSuite II
  84. Program=uninstall
  85. StayOpen=0
  86. ErrorRunning=
  87. ErrorLaunch=Unable to launch PhotoSuite II Uninstaller
  88.  
  89. ;
  90. ; Re-Install
  91. ;
  92. [Item4]
  93. HotSpot=430,310,125,41
  94. ProgramWindow=
  95. Program=setup.exe
  96. StayOpen=0
  97. ErrorRunning=
  98. ErrorLaunch=
  99.  
  100. ;
  101. ; Exit
  102. ;
  103. [Item5]
  104. HotSpot=430,365,60,41
  105. ProgramWindow=
  106. Program=exit
  107. ErrorRunning=
  108. ErrorLaunch=
  109.