home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / zkuste / panely / download / fastlch / flsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-11-24  |  1.8 KB  |  37 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=FavLaunch
  4. AppVerName=FavLaunch 1.0.4
  5. AppId=FavLaunch
  6. AppPublisher=UtilityPlanet.com, Inc.
  7. AppPublisherURL=http://www.utilityplanet.com
  8. AppSupportURL=http://www.utilityplanet.com
  9. AppUpdatesURL=http://www.utilityplanet.com
  10. AppMutex=FavLaunchInstallMutex
  11. DefaultDirName={pf}\FavLaunch
  12. DefaultGroupName=FavLaunch
  13. UninstallDisplayIcon={app}\favlaunch.exe
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\favlaunch.exe"; DestDir: "{app}"; 
  22. Source: "{app}\flres.dll"; DestDir: "{app}"; Flags: restartreplace 
  23. Source: "{win}\help\favlaunch.chm"; DestDir: "{win}\help"; 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "FavLaunch"; ValueType: String; ValueData: "{app}\favlaunch.exe"; Flags: uninsdeletevalue 
  26. Root: HKLM; Subkey: "Software\UtilityPlanet"; Flags: uninsdeletekeyifempty 
  27. Root: HKLM; Subkey: "Software\UtilityPlanet\FavLaunch\Resources"; Flags: uninsdeletekey 
  28. Root: HKLM; Subkey: "Software\UtilityPlanet\FavLaunch\Resources"; ValueName: "flres"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  29. [Run]
  30. Filename: "{app}\favlaunch.exe"; Description: "Launch FavLaunch"; Flags: postinstall skipifsilent nowait
  31. Filename: "{win}\help\favlaunch.chm"; Description: "Show ""Welcome"" Help Topic"; Flags: shellexec postinstall skipifsilent 
  32. [Icons]
  33. Name: "{group}\FavLaunch"; Filename: "{app}\favlaunch.exe"; 
  34. Name: "{userdesktop}\FavLaunch"; Filename: "{app}\favlaunch.exe"; Tasks: desktopicon; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  37.