home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / bonus / soft_rev / files / jarte_104.exe / install_script.iss
Text File  |  2002-05-12  |  5KB  |  80 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Jarte
  5. AppVerName=Jarte 1.04
  6. AppId=Jarte
  7. AppVersion=1.04
  8. AppPublisher=Carolina Road Software, L.L.C.
  9. AppPublisherURL=http://www.jarte.com
  10. AppMutex=The Jarte Mutex
  11. DefaultDirName={pf}\Jarte
  12. DefaultGroupName=Jarte
  13. UninstallDisplayName=Jarte
  14. OutputBaseFilename=jarte_104
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\Jarte.exe"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  23. Source: "{app}\Spell\correct.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  24. Source: "{app}\Spell\Html.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  25. Source: "{app}\Spell\Ssceam.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  26. Source: "{app}\Spell\ssceam2.clx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  27. Source: "{app}\Spell\sscebr2.clx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  28. Source: "{app}\Spell\Sscebr.tlx"; DestDir: "{app}\Spell"; Components: dictionary_files,primary_files; MinVersion: 4.0.950,4.0.1381; 
  29. Source: "{sys}\SSCE5132.dll"; DestDir: "{sys}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; Flags: sharedfile 
  30. Source: "{app}\License.txt"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  31. Source: "{app}\Welcome.rtf"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  32. Source: "{app}\Jarte.hlp"; DestDir: "{app}"; Components: primary_files; MinVersion: 4.0.950,4.0.1381; 
  33.  
  34. [Registry]
  35. Root: HKCU; Subkey: "Software\Carolina Road Software\Jarte\Default User\Favorite Files List"; ValueName: "0"; ValueType: String; ValueData: "{app}\Welcome.rtf"; MinVersion: 4.0.950,4.0.1381; Flags: createvalueifdoesntexist 
  36. Root: HKCU; Subkey: "Software\Carolina Road Software\Jarte\Default User\Startup Files List"; ValueName: "file0"; ValueType: String; ValueData: "{app}\Welcome.rtf"; MinVersion: 4.0.950,4.0.1381; Flags: createvalueifdoesntexist 
  37. Root: HKLM; Subkey: "Software\Carolina Road Software\Jarte"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey dontcreatekey 
  38. Root: HKCU; Subkey: "Software\Carolina Road Software"; ValueName: "Default"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletevalue uninsdeletekeyifempty dontcreatekey 
  39. Root: HKLM; Subkey: "Software\Carolina Road Software"; ValueName: "Default"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletevalue uninsdeletekeyifempty dontcreatekey 
  40. Root: HKCU; Subkey: "Software\Carolina Road Software\Jarte"; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey dontcreatekey 
  41.  
  42. [Run]
  43. Filename: "{app}\Jarte.exe"; Description: "Launch Jarte"; MinVersion: 4.0.950,4.0.1381; Flags: postinstall unchecked skipifsilent nowait
  44.  
  45. [Icons]
  46. Name: "{group}\Jarte"; Filename: "{app}\Jarte.exe"; IconFilename: "{app}\Jarte.exe"; Comment: "Jarte"; MinVersion: 4.0.950,4.0.1381; 
  47. Name: "{userdesktop}\Jarte"; Filename: "{app}\Jarte.exe"; Comment: "Jarte"; MinVersion: 4.0.950,4.0.1381; 
  48. Name: "{group}\Jarte Help"; Filename: "{app}\Jarte.hlp"; MinVersion: 4.0.950,4.0.1381; 
  49.  
  50. [Components]
  51. Name: "primary_files"; Description: "Primary Files"; Types: "full"; MinVersion: 4.0.950,4.0.1381; 
  52. Name: "dictionary_files"; Description: "Dictionary Files"; Types: "full dictionary"; MinVersion: 4.0.950,4.0.1381; 
  53.  
  54. [UninstallDelete]
  55. Type: files; Name: "{sys}\SSCE5132.dll"; 
  56. Type: files; Name: "{app}\Spell\sscebr2.clx"; 
  57. Type: files; Name: "{app}\Spell\Sscebr.tlx"; 
  58. Type: files; Name: "{app}\Spell\ssceam2.clx"; 
  59. Type: files; Name: "{app}\Spell\Ssceam.tlx"; 
  60. Type: files; Name: "{app}\Spell\Html.tlx"; 
  61. Type: files; Name: "{app}\Spell\correct.tlx"; 
  62. Type: files; Name: "{app}\Spell\Default.tlx"; 
  63. Type: files; Name: "{app}\Spell\sscedu2.clx"; 
  64. Type: files; Name: "{app}\Spell\sscedu.tlx"; 
  65. Type: files; Name: "{app}\Spell\sscefr2.clx"; 
  66. Type: files; Name: "{app}\Spell\sscefr.tlx"; 
  67. Type: files; Name: "{app}\Spell\sscege2.clx"; 
  68. Type: files; Name: "{app}\Spell\sscege.tlx"; 
  69. Type: files; Name: "{app}\Spell\sscesp2.clx"; 
  70. Type: files; Name: "{app}\Spell\sscesp.tlx"; 
  71. Type: files; Name: "{app}\License.txt"; 
  72. Type: files; Name: "{app}\ExcMagic.log"; 
  73. Type: files; Name: "{app}\Jarte.exe"; 
  74. Type: dirifempty; Name: "{app}\Spell"; 
  75. Type: dirifempty; Name: "{app}"; 
  76.  
  77. [Types]
  78. Name: "full"; Description: "Full Installation"; MinVersion: 4.0.950,4.0.1381; 
  79. Name: "dictionary"; Description: "Install English Spell Check Dictionaries Only"; MinVersion: 4.0.950,4.0.1381; 
  80.