home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / seged / bitzip20hu.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-06-29  |  3.2 KB  |  57 lines

  1. ;InnoSetupVersion=1.3.25
  2. [Setup]
  3. AppName=BitZipper
  4. AppVerName=BitZipper 2.06
  5. AppId=BitZipper
  6. AppPublisher=Bitberry Software
  7. AppPublisherURL=http://www.bitberry.com
  8. DefaultDirName={pf}\BitZipper
  9. DefaultGroupName=BitZipper
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. ChangesAssociations=yes
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\BITZIPPER.EXE"; DestDir: "{app}"; 
  19. Source: "{app}\BZSHLEXT.DLL"; DestDir: "{app}"; Flags: restartreplace 
  20. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; 
  21. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  22. Source: "{app}\unace.dll"; DestDir: "{app}"; 
  23. Source: "{app}\unrar.dll"; DestDir: "{app}"; 
  24. Source: "{app}\cabinet.dll"; DestDir: "{app}"; 
  25. Source: "{app}\data\ztv_ace.sfx"; DestDir: "{app}\data"; 
  26. Source: "{app}\data\ztv_arj.sfx"; DestDir: "{app}\data"; 
  27. Source: "{app}\data\ztv_bh.sfx"; DestDir: "{app}\data"; 
  28. Source: "{app}\data\ztv_jar.sfx"; DestDir: "{app}\data"; 
  29. Source: "{app}\data\ztv_lha.sfx"; DestDir: "{app}\data"; 
  30. Source: "{app}\data\ztv_rar.sfx"; DestDir: "{app}\data"; 
  31. Source: "{app}\data\ztv_zip.sfx"; DestDir: "{app}\data"; 
  32. Source: "{app}\language\English.sil"; DestDir: "{app}\language"; 
  33. Source: "{app}\language\Magyar.sil"; DestDir: "{app}\language"; 
  34. Source: "{app}\help\English.cnt"; DestDir: "{app}\help"; 
  35. Source: "{app}\help\English.hlp"; DestDir: "{app}\help"; 
  36. Source: "{app}\skins\Standard.bmp"; DestDir: "{app}\skins"; 
  37. [Dirs]
  38. Name: "{app}\data"; Flags: uninsalwaysuninstall 
  39. Name: "{app}\language"; Flags: uninsalwaysuninstall 
  40. Name: "{app}\help"; Flags: uninsalwaysuninstall 
  41. Name: "{app}\Skins"; Flags: uninsalwaysuninstall 
  42. [Registry]
  43. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPI"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  44. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIX"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  45. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "OLEMessaging"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  46. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMC"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  47. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME"; ValueType: String; ValueData: "mapi.dll"; Flags: createvalueifdoesntexist 
  48. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME32"; ValueType: String; ValueData: "MAPI32.DLL"; Flags: createvalueifdoesntexist 
  49. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIXVER"; ValueType: String; ValueData: "1.0.0.1"; Flags: createvalueifdoesntexist 
  50. [Run]
  51. Filename: "{app}\BitZipper"; Parameters: "-program install magyar.sil"; 
  52. [UninstallRun]
  53. Filename: "{app}\BitZipper"; Parameters: "-program uninstall"; 
  54. [Icons]
  55. Name: "{group}\BitZipper"; Filename: "{app}\BITZIPPER.EXE"; 
  56. Name: "{group}\Readme.txt"; Filename: "{app}\README.TXT"; 
  57.