home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 September / PCpro_2005_09.ISO / files / freeware / easygoback / EasyGoBackSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-07-09  |  2.7 KB  |  57 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=Easy Go Back
  4. AppVerName=Easy Go Back 2.5
  5. AppId={{4AE16601-660F-4848-BA81-E045F728B7C9}
  6. AppVersion=2.5
  7. AppPublisher=UnH Solutions
  8. AppPublisherURL=http://www.browsertools.net
  9. AppSupportURL=http://www.browsertools.net
  10. AppUpdatesURL=http://www.browsertools.net
  11. DefaultDirName={pf}\UnH Solutions\Easy Go Back
  12. DefaultGroupName=UnH Solutions\Easy Go Back
  13. UninstallDisplayName=Easy Go Back
  14. OutputBaseFilename=EasyGoBackSetup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. InfoBeforeFile=embedded\InfoBefore.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\EasyGoBack.exe"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  24. Source: "{app}\EasyGoBack.dll"; DestDir: "{app}"; Flags: restartreplace uninsrestartdelete ignoreversion 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. [Registry]
  27. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "EasyGoBack"; ValueType: String; ValueData: """{app}\EasyGoBack.exe"" -autorun"; Flags: uninsdeletevalue 
  28. [Run]
  29. Filename: "{app}\EasyGoBack.exe"; Parameters: "-autorun"; Flags: shellexec nowait
  30. Filename: "{app}\EasyGoBack.exe"; Description: "Run Easy Go Back"; Flags: shellexec postinstall nowait
  31. Filename: "http://www.browsertools.net/Easy-Go-Back/guide.html"; Description: "View Quick Guide (opens a new browser window)"; Flags: shellexec postinstall nowait
  32. [UninstallRun]
  33. Filename: "{app}\EasyGoBack.exe"; Parameters: "-close"; 
  34. [Icons]
  35. Name: "{userprograms}\{groupname}\Configure Easy Go Back"; Filename: "{app}\EasyGoBack.exe"; 
  36. Name: "{userprograms}\{groupname}\License Agreement"; Filename: "{app}\license.txt"; 
  37. Name: "{userprograms}\{groupname}\Uninstall Easy Go Back"; Filename: "{uninstallexe}"; 
  38. Name: "{userdesktop}\Easy Go Back"; Filename: "{app}\EasyGoBack.exe"; 
  39. [InstallDelete]
  40. Type: files; Name: "{userprograms}\{groupname}\Easy Go Back User's Manual.lnk"; 
  41. [UninstallDelete]
  42. Type: dirifempty; Name: "{app}"; 
  43. [CustomMessages]
  44. default.NameAndVersion=%1 version %2
  45. default.AdditionalIcons=Additional icons:
  46. default.CreateDesktopIcon=Create a &desktop icon
  47. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. default.ProgramOnTheWeb=%1 on the Web
  49. default.UninstallProgram=Uninstall %1
  50. default.LaunchProgram=Launch %1
  51. default.AssocFileExtension=&Associate %1 with the %2 file extension
  52. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.