home *** CD-ROM | disk | FTP | other *** search
/ DV World / DVWorld1.iso / mac / pcsoft / featured / videowave / Autorun / English / autorun.txt < prev   
INI File  |  2000-03-25  |  2KB  |  107 lines

  1. [General]
  2. ; =============================================================================
  3. ; General Definition:
  4. ;   Items          number of items or hotspots
  5. ;   Title          The string to appear in the window's title bar
  6. ; =============================================================================
  7.  
  8. Items=7
  9. Title=Welcome to MGI VideoWave III
  10.  
  11.  
  12. ; =============================================================================
  13. ; Item Definition:
  14. ;   HotSpot        x,y,w,h of hotspot
  15. ;   ProgramWindow  Title of program window to check if its running
  16. ;   ProgramClass   Window Class to check if its running
  17. ;   Program        Executable to run
  18. ;   ErrorRunning   Error message if program is currently running
  19. ;   ErrorLaunch    Error message if program cannot be launched.
  20. ;
  21. ; Special Keywords:
  22. ;   <install location>  Program destination path
  23. ;   exit                exits Autorun
  24. ;   uninstall           activates uninstallation
  25. ; =============================================================================
  26.  
  27.  
  28.  
  29. ;
  30. ; MGI VideoWave III Tutorial
  31. ;
  32. [Item1]
  33. HotSpot=222,255,188,46
  34. Program=Tutorial\VW_EN.exe
  35. StayOpen=0
  36. ErrorRunning=MGI VideoWave III Tutorial is already running.
  37. ErrorLaunch=Unable to launch VideoWave III Tutorial
  38.  
  39.  
  40.  
  41. ;
  42. ; Start MGI VideoWave III
  43. ;
  44. [Item2]
  45. HotSpot=24,317,230,28
  46. ;ProgramWindow=MGI VideoWave III
  47. ProgramClass=VideoWave Class
  48. Program=<install location>\VideoWav.exe
  49. StayOpen=0
  50. ErrorRunning=MGI VideoWave III is already running.
  51. ErrorLaunch=Unable to launch VideoWave III
  52.  
  53. ;
  54. ; View ReadMe
  55. ;
  56. [Item3]
  57. HotSpot=24,370,140,28
  58. ProgramWindow=
  59. Program=readme.htm
  60. StayOpen=1
  61. ErrorRunning=
  62. ErrorLaunch=Unable to launch Read Me
  63.  
  64. ;
  65. ; Uninstall
  66. ;
  67. [Item4]
  68. HotSpot=320,317,90,28
  69. ProgramWindow=MGI VideoWave III
  70. Program=uninstall
  71. StayOpen=0
  72. ErrorRunning=
  73. ErrorLaunch=Unable to launch VideoWave III Uninstaller
  74.  
  75. ;
  76. ; Re-Install
  77. ;
  78. [Item5]
  79. HotSpot=320,370,96,28
  80. ProgramWindow=
  81. Program=setup.exe
  82. StayOpen=0
  83. ErrorRunning=
  84. ErrorLaunch=
  85.  
  86. ;
  87. ; Explore CD
  88. ;
  89. [Item6]
  90. HotSpot=488,317,108,28
  91. ProgramWindow=
  92. Program=explorer
  93. ErrorRunning=
  94. ErrorLaunch=
  95.  
  96. ;
  97. ; Exit
  98. ;
  99. [Item7]
  100. HotSpot=487,370,68,28
  101. ProgramWindow=
  102. Program=exit
  103. ErrorRunning=
  104. ErrorLaunch=
  105.  
  106.  
  107.