home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 July / PCpro_2005_07.ISO / files / wintools / ShellEnhancer / ShellEnhancer_2.0_Beta_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-04-24  |  3.9 KB  |  65 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=NuonSoft ShellEnhancer
  4. AppVerName=NuonSoft ShellEnhancer 2.0 BETA
  5. AppId=NuonSoft ShellEnhancer
  6. AppVersion=2.0 BETA
  7. AppPublisher=NuonSoft
  8. AppPublisherURL=http://www.nuonsoft.com/
  9. AppSupportURL=http://www.nuonsoft.com/support/
  10. AppUpdatesURL=http://www.nuonsoft.com/shellenhancer/
  11. AppMutex=NuonSoftShellEnhancerMutex
  12. DefaultDirName=C:\Program Files\NuonSoft\ShellEnhancer
  13. DefaultGroupName=NuonSoft\ShellEnhancer
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\ShellEnhancer.exe"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  22. Source: "{app}\oleacc.dll"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  23. Source: "{app}\CrashRpt.dll"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  24. Source: "{app}\dbghelp.dll"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  25. Source: "{app}\zlib.dll"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  26. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  27. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  28. Source: "{app}\ShellEnhancer.chm"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  29. Source: "{app}\ShellEnhancer.dll"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  30. Source: "{app}\StartupHelper.exe"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  31. Source: "{app}\ExitWindows.exe"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  32. Source: "{app}\default.tasks"; DestDir: "{app}"; Flags: uninsrestartdelete promptifolder 
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\NuonSoft"; Flags: uninsdeletekeyifempty 
  35. Root: HKCU; Subkey: "Software\NuonSoft\ShellEnhancer"; Flags: uninsdeletekey 
  36. Root: HKLM; Subkey: "Software\NuonSoft"; Flags: uninsdeletekeyifempty 
  37. Root: HKLM; Subkey: "Software\NuonSoft\ShellEnhancer"; ValueName: "path"; ValueType: String; ValueData: "{app}\ShellEnhancer.exe"; Flags: uninsdeletekey 
  38. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "NuonSoft ShellEnhancer StartupHelper"; ValueType: String; ValueData: "{app}\StartupHelper.exe"; Flags: uninsdeletevalue 
  39. [Run]
  40. Filename: "{app}\Readme.txt"; Description: "View the NuonSoft ShellEnhancer Readme"; Flags: shellexec postinstall skipifsilent nowait
  41. Filename: "{app}\ShellEnhancer.exe"; Description: "Launch NuonSoft ShellEnhancer"; Flags: postinstall skipifsilent nowait
  42. [Icons]
  43. Name: "{group}\ShellEnhancer"; Filename: "{app}\ShellEnhancer.exe"; 
  44. Name: "{group}\ShellEnhancer Help"; Filename: "{app}\ShellEnhancer.chm"; 
  45. Name: "{group}\ShellEnhancer Readme"; Filename: "{app}\Readme.txt"; 
  46. Name: "{group}\Uninstall ShellEnhancer"; Filename: "{uninstallexe}"; 
  47. Name: "{userdesktop}\NuonSoft ShellEnhancer"; Filename: "{app}\ShellEnhancer.exe"; Tasks: desktopicon; 
  48. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\NuonSoft ShellEnhancer"; Filename: "{app}\ShellEnhancer.exe"; Tasks: quicklaunchicon; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  52. [CustomMessages]
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "default"; MessagesFile: "embedded\default.isl"; 
  65.