home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 May / PCUser05CD1.iso / utils / bitzippr.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-01-24  |  3.4 KB  |  63 lines

  1. ;InnoSetupVersion=1.3.25
  2. [Setup]
  3. AppName=BitZipper
  4. AppVerName=BitZipper 2.0
  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\Espa
  34. ol.sil"; DestDir: "{app}\language"; 
  35. Source: "{app}\language\Portugu
  36. s.sil"; DestDir: "{app}\language"; 
  37. Source: "{app}\language\Dansk.sil"; DestDir: "{app}\language"; 
  38. Source: "{app}\language\Norsk.sil"; DestDir: "{app}\language"; 
  39. Source: "{app}\language\Deutsch.sil"; DestDir: "{app}\language"; 
  40. Source: "{app}\help\English.cnt"; DestDir: "{app}\help"; 
  41. Source: "{app}\help\English.hlp"; DestDir: "{app}\help"; 
  42. Source: "{app}\skins\Standard.bmp"; DestDir: "{app}\skins"; 
  43. [Dirs]
  44. Name: "{app}\data"; Flags: uninsalwaysuninstall 
  45. Name: "{app}\language"; Flags: uninsalwaysuninstall 
  46. Name: "{app}\help"; Flags: uninsalwaysuninstall 
  47. Name: "{app}\skins"; Flags: uninsalwaysuninstall 
  48. [Registry]
  49. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPI"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  50. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIX"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  51. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "OLEMessaging"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  52. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMC"; ValueType: String; ValueData: "1"; Flags: createvalueifdoesntexist 
  53. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME"; ValueType: String; ValueData: "mapi.dll"; Flags: createvalueifdoesntexist 
  54. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "CMCDLLNAME32"; ValueType: String; ValueData: "MAPI32.DLL"; Flags: createvalueifdoesntexist 
  55. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows Messaging Subsystem"; ValueName: "MAPIXVER"; ValueType: String; ValueData: "1.0.0.1"; Flags: createvalueifdoesntexist 
  56. [Run]
  57. Filename: "{app}\BitZipper"; Parameters: "-program install english.sil"; 
  58. [UninstallRun]
  59. Filename: "{app}\BitZipper"; Parameters: "-program uninstall"; 
  60. [Icons]
  61. Name: "{group}\BitZipper"; Filename: "{app}\BITZIPPER.EXE"; 
  62. Name: "{group}\Readme.txt"; Filename: "{app}\README.TXT"; 
  63.