; Smart CD Autorun Launcher ; by Dipl.-Ing. Stefan Krueger ; [Application] ;VERSION 2.02.000 ;ProductGUID=9A70E153-934E-11D5-A8B4-0010B575AE4F ; Enter the registry location of for your application's App Path entry under ; HKEY_LOCAL_MACHINE. InstallShield creates this entry with the call ; RegDBSetItem( REGDB_APPPATH_DEFAULT, szAppPath ^ @PRODUCT_KEY ); ;RegKey="Software\Microsoft\Windows\CurrentVersion\App Paths\MCS2000.exe" ; Should application be started automatically if it is already installed? ; (Boolean: 0 or 1) Start=1 [Setup] ; Specify absolute path to your main setup program. The drive letter (with ; colon) will be prepended automatically ; You can also add command line parameters. Example: ; Run=\setup\setup.exe /SMS ; Do not use long file names! Run=setup.exe ; Specify your setup's window class. Required to prevent launching of multiple ; instances of setup if CD is removed and re-inserted during installation. WindowClass=InstallShield_Win ; Additionally specify your setup's window title (optional) ;WindowTitle=Setup