home *** CD-ROM | disk | FTP | other *** search
/ Complete Gamer 11 - Quake…& Unreal Expansion Packs / complete-gamer-issue-11.iso / unreal / AUTORUN.INI < prev    next >
Encoding:
INI File  |  1998-10-12  |  1.0 KB  |  28 lines

  1. ; Smart CD Autorun Launcher
  2. ; by Dipl.-Ing. Stefan Krueger
  3. ; <skrueger@usa.net>
  4.  
  5. [Application]
  6. ; Enter the registry location of for your application's App Path entry under 
  7. ; HKEY_LOCAL_MACHINE. InstallShield creates this entry with the call 
  8. ; RegDBSetItem( REGDB_APPPATH_DEFAULT, szAppPath ^ @PRODUCT_KEY );
  9. RegKey="Software\Microsoft\Windows\CurrentVersion\App Paths\cgunreal.exe"
  10.  
  11. ; Should application be started automatically if it is already installed?
  12. ; (Boolean: 0 or 1)
  13. Start=0
  14.  
  15. [Setup]
  16. ; Specify absolute path to your main setup program. The drive letter (with 
  17. ; colon) will be prepended automatically
  18. ; You can also add command line parameters. Example:
  19. ; Run=\setup\setup.exe /SMS
  20. ; Do not use long file names!
  21. Run=setup.exe
  22.  
  23. ; Specify your setup's window class. Required to prevent launching of multiple 
  24. ; instances of setup if CD is removed and re-inserted during installation.
  25. WindowClass=InstallShield_Win
  26.  
  27. ; Additionally specify your setup's window title (optional)
  28. ;WindowTitle=Setup