home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2003 September / PCWELT_9_2003.ISO / pcwsoft / izarc33.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-06-25  |  7.9 KB  |  85 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=IZArc 3.3.1
  4. AppVerName=IZArc 3.3.1
  5. AppId=IZArc 3.3.1
  6. AppVersion=3.3.1
  7. AppPublisher=Ivan Zahariev
  8. AppPublisherURL=http://izsoft.cjb.net
  9. AppSupportURL=http://izsoft.cjb.net
  10. AppUpdatesURL=http://izsoft.cjb.net
  11. DefaultDirName={pf}\IZArc
  12. DefaultGroupName=IZArc
  13. OutputBaseFilename=IZArc33
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{sys}\IZipAce.dat"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  22. Source: "{sys}\IZipArj.dat"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  23. Source: "{sys}\IZipBh.dat"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  24. Source: "{sys}\IZipJar.dat"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  25. Source: "{sys}\IZipLha.dat"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  26. Source: "{sys}\IZipRar.dat"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  27. Source: "{app}\IZArc.exe"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  28. Source: "{sys}\IZArcZip.dat"; DestDir: "{sys}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  29. Source: "{app}\WhatsNew.txt"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  30. Source: "{app}\IZArc.chm"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: promptifolder 
  31. Source: "{app}\7-zip32.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  32. Source: "{app}\Bga32.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  33. Source: "{app}\cabinet.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  34. Source: "{app}\tar32.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  35. Source: "{app}\unacev2.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  36. Source: "{app}\UnGca32.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  37. Source: "{app}\unrar3.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  38. Source: "{app}\Yz1.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  39. Source: "{app}\IZArcCM.dll"; DestDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: regserver ignoreversion 
  40. Source: "{app}\Languages\Bulgarian.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  41. Source: "{app}\Languages\Catalan.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  42. Source: "{app}\Languages\Czech.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  43. Source: "{app}\Languages\Dutch.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  44. Source: "{app}\Languages\English.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  45. Source: "{app}\Languages\French.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  46. Source: "{app}\Languages\German.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  47. Source: "{app}\Languages\Spanish.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  48. Source: "{app}\Misc\ExeFile.ico"; DestDir: "{app}\Misc"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  49. Source: "{app}\Misc\ReadMe.ico"; DestDir: "{app}\Misc"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  50. Source: "{app}\Misc\Setup.ico"; DestDir: "{app}\Misc"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  51. Source: "{app}\Languages\Portuguese.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  52. Source: "{app}\DllInfo\7-zip32.txt"; DestDir: "{app}\DllInfo"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  53. Source: "{app}\DllInfo\Bga32.txt"; DestDir: "{app}\DllInfo"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  54. Source: "{app}\DllInfo\Tar32.txt"; DestDir: "{app}\DllInfo"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  55. Source: "{app}\DllInfo\Ungca32.txt"; DestDir: "{app}\DllInfo"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  56. Source: "{app}\DllInfo\Yz1.txt"; DestDir: "{app}\DllInfo"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  57. Source: "{app}\Languages\Polish.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  58. Source: "{app}\Languages\Italian.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  59. Source: "{app}\Languages\Norwegian.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  60. Source: "{app}\Languages\Slovenian.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  61. Source: "{app}\Skins\IZArc.bmp"; DestDir: "{app}\Skins"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  62. Source: "{app}\Skins\WinXP.bmp"; DestDir: "{app}\Skins"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  63. Source: "{app}\Languages\Slovak.lng"; DestDir: "{app}\Languages"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  64. Source: "{app}\Skins\Blue.bmp"; DestDir: "{app}\Skins"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: ignoreversion 
  65. Source: "{app}\Skins\iz3dblue.bmp"; DestDir: "{app}\Skins"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  66. Source: "{app}\Skins\izbeos.bmp"; DestDir: "{app}\Skins"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  67. Source: "{app}\Skins\Windows XP 2.bmp"; DestDir: "{app}\Skins"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  68. [Registry]
  69. Root: HKCU; Subkey: "Software\IZSoftware\IZArc"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: uninsdeletekey 
  70. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IZArc"; ValueType: String; ValueData: "{app}\IZArc.exe"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: uninsdeletekey 
  71. [Run]
  72. Filename: "{app}\IZArc.exe"; Parameters: "-sa"; WorkingDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: shellexec skipifdoesntexist 
  73. Filename: "Notepad"; Parameters: "{app}\WhatsNew.txt"; WorkingDir: "{app}"; Description: "View What's New"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; Flags: postinstall 
  74. [Icons]
  75. Name: "{group}\IZArc"; Filename: "{app}\IZArc.exe"; WorkingDir: "{app}"; IconFilename: "{app}\IZArc.exe"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  76. Name: "{userdesktop}\IZArc"; Filename: "{app}\IZArc.exe"; WorkingDir: "{app}"; IconFilename: "{app}\IZArc.exe"; Tasks: DT; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  77. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\IZArc"; Filename: "{app}\IZArc.exe"; WorkingDir: "{app}"; IconFilename: "{app}\IZArc.exe"; Tasks: QL; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  78. Name: "{group}\IZArc Help"; Filename: "{app}\IZArc.chm"; WorkingDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  79. Name: "{group}\What's New"; Filename: "{app}\WhatsNew.txt"; WorkingDir: "{app}"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  80. [Tasks]
  81. Name: "QL"; Description: "Create a Quick Launch icon"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  82. Name: "DT"; Description: "Create a Desktop icon"; MinVersion: 4.0.1111,4.0.1381 Service Pack 6; 
  83. [UninstallDelete]
  84. Type: filesandordirs; Name: "{app}\*.*"; 
  85.