home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / InternetFileSize 3.60 / InternetFileSizeSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-02-21  |  5.6 KB  |  80 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=InternetFileSize Freeware
  4. AppVerName=InternetFileSize 3.60
  5. AppId=MoveaxInternetFileSize
  6. AppVersion=3.60
  7. AppPublisher=Moveax
  8. AppPublisherURL=http://www.moveax.com/
  9. AppSupportURL=http://support.moveax.com/
  10. AppUpdatesURL=http://www.moveax.com/
  11. AppModifyPath="{app}\UninsHs.exe" /m0=MoveaxInternetFileSize
  12. DefaultDirName={pf}\Moveax InternetFileSize
  13. DefaultGroupName=Moveax InternetFileSize
  14. UninstallDisplayIcon={app}\InetFileSize.exe
  15. OutputBaseFilename=InternetFileSizeSetup
  16. Compression=lzma
  17. ArchitecturesAllowed=x86 x64
  18. ArchitecturesInstallIn64BitMode=x64
  19. PrivilegesRequired=poweruser
  20. LicenseFile=embedded\License.rtf
  21. InfoBeforeFile=embedded\InfoBefore.rtf
  22. WizardImageFile=embedded\WizardImage0.bmp
  23. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  24. [Files]
  25. Source: "{app}\moveaxlogo.ico"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\license.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\readme.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\ifs.chm"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\UninsHs.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  30. Source: "{app}\InetFileSize,1.exe"; DestDir: "{app}"; DestName: "InetFileSize.exe"; Check: "not Is64BitInstallMode"; Flags: ignoreversion 
  31. Source: "{app}\IFSIEMenuStub,1.dll"; DestDir: "{app}"; DestName: "IFSIEMenuStub.dll"; Check: "Install_x86"; Flags: restartreplace regserver uninsrestartdelete ignoreversion 32bit 
  32. Source: "{app}\InetFileSize,2.exe"; DestDir: "{app}"; DestName: "InetFileSize.exe"; Check: "Is64BitInstallMode"; Flags: ignoreversion 
  33. Source: "{app}\IFSIEMenuStub,2.dll"; DestDir: "{app}"; DestName: "IFSIEMenuStub.dll"; Check: "not Install_x86"; Flags: restartreplace regserver uninsrestartdelete ignoreversion 64bit 
  34. [Dirs]
  35. Name: "{app}"; 
  36. [Registry]
  37. Root: HKCU; Subkey: "Software\Moveax\InternetFileSize"; Flags: uninsdeletekey 
  38. Root: HKCU; Subkey: "Software\Moveax\InternetFileSize"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue deletevalue 
  39. Root: HKCU; Subkey: "Software\Moveax\InternetFileSize\Settings"; ValueName: "AlwaysOnTop"; ValueType: Binary; ValueData: "01 00 00 00"; Flags: createvalueifdoesntexist uninsdeletevalue 
  40. Root: HKCU; Subkey: "Software\Moveax\InternetFileSize\Settings"; ValueName: "RunMode"; ValueType: Binary; ValueData: "01 00 00 00"; Flags: createvalueifdoesntexist uninsdeletevalue 
  41. Root: HKCU; Subkey: "Software\Moveax\InternetFileSize\ProxySettings"; ValueName: "Proxy_Mode"; ValueType: Binary; ValueData: "01 00 00 00"; Flags: createvalueifdoesntexist uninsdeletevalue 
  42. Root: HKCU; Subkey: "Software\Moveax\InternetFileSize\ProxySettings"; ValueName: "Proxy_Name"; ValueType: Binary; ValueData: "00"; Flags: createvalueifdoesntexist uninsdeletevalue 
  43. Root: HKCU; Subkey: "Software\Moveax\InternetFileSize\ProxySettings"; ValueName: "Proxy_Pass"; ValueType: Binary; ValueData: "00"; Flags: createvalueifdoesntexist uninsdeletevalue 
  44. [INI]
  45. FileName: "{app}\Moveax web site.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.moveax.com/"; 
  46. [Run]
  47. Filename: "{win}\hh.exe"; Parameters: "{app}\ifs.chm::/viewfoldersizepro.html"; Description: "New features to Windows Explorer"; Flags: skipifsilent nowait
  48. Filename: "{app}\InetFileSize.exe"; Description: "Launch InternetFileSize after install"; Flags: postinstall skipifsilent nowait
  49. Filename: "{app}\readme.rtf"; Description: "View ReadMe file"; Flags: shellexec postinstall unchecked skipifsilent nowait
  50. Filename: "{app}\UninsHs.exe"; Parameters: "/r=MoveaxInternetFileSize,{language},{srcexe}"; 
  51. [Icons]
  52. Name: "{group}\Moveax Web site"; Filename: "{app}\Moveax on WEB.url"; WorkingDir: "{app}"; IconFilename: "{app}\moveaxlogo.ico"; 
  53. Name: "{group}\InternetFileSize Help"; Filename: "{app}\ifs.chm"; WorkingDir: "{app}"; 
  54. Name: "{group}\InternetFileSize License"; Filename: "{app}\license.rtf"; WorkingDir: "{app}"; 
  55. Name: "{group}\InternetFileSize ReadMe"; Filename: "{app}\readme.rtf"; WorkingDir: "{app}"; 
  56. Name: "{group}\Uninstall InternetFileSize"; Filename: "{app}\UninsHs.exe"; Parameters: "/u0=MoveaxInternetFileSize"; 
  57. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\InternetFileSize"; Filename: "{app}\InetFileSize.exe"; WorkingDir: "{app}"; Tasks: icon\quicklaunchicon_IFS; 
  58. Name: "{userdesktop}\InternetFileSizer"; Filename: "{app}\InetFileSize.exe"; WorkingDir: "{app}"; Tasks: icon\desktopicon_IFS; 
  59. [Tasks]
  60. Name: "Installx86"; Description: "Install files for Internet Explorer 32-bit. NOTE: you can install context menu support for one kind of browsers only. So you must choose between 32 and 64 bit browser. Copy/paste and drag/drop features are available in both versions."; Check: "Is64BitInstallMode"; 
  61. Name: "icons"; Description: "&Create additional icons"; 
  62. Name: "icon\desktopicon_IFS"; Description: "&InetrnetFileSize desktop icon"; 
  63. Name: "icon\quicklaunchicon_IFS"; Description: "I&nternetFileSize Quick Launch icon"; 
  64. [UninstallDelete]
  65. Type: files; Name: "{app}\Moveax web site.url"; 
  66. [CustomMessages]
  67. en.NameAndVersion=%1 version %2
  68. en.AdditionalIcons=Additional icons:
  69. en.CreateDesktopIcon=Create a &desktop icon
  70. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  71. en.ProgramOnTheWeb=%1 on the Web
  72. en.UninstallProgram=Uninstall %1
  73. en.LaunchProgram=Launch %1
  74. en.AssocFileExtension=&Associate %1 with the %2 file extension
  75. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  76. [Languages]
  77. ; These files are stubs
  78. ; To achieve better results after recompilation, use the real language files
  79. Name: "en"; MessagesFile: "embedded\en.isl"; 
  80.