home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / software / spell / SpellPlt.exe / install_script.iss
Text File  |  2005-04-12  |  2KB  |  44 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=SpellPilot
  5. AppVerName=Spell Pilot 2.5
  6. AppId=SpellPilot
  7. DefaultDirName={pf}\Spell Pilot
  8. DefaultGroupName=Spell Pilot
  9. OutputBaseFilename=SpellPlt
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14.  
  15. [Files]
  16. Source: "{app}\Help.chm"; DestDir: "{app}"; 
  17. Source: "{app}\Kbdhk2.dll"; DestDir: "{app}"; 
  18. Source: "{app}\Sound.wav"; DestDir: "{app}"; 
  19. Source: "{app}\SpellPlt.exe"; DestDir: "{app}"; 
  20. Source: "{cf}\Invention Pilot Shared\Spellchecker\American.adm"; DestDir: "{cf}\Invention Pilot Shared\Spellchecker"; 
  21. Source: "{cf}\Invention Pilot Shared\Spellchecker\russian.adm"; DestDir: "{cf}\Invention Pilot Shared\Spellchecker"; 
  22. Source: "{cf}\Invention Pilot Shared\Spellchecker\spcheck.dll"; DestDir: "{cf}\Invention Pilot Shared\Spellchecker"; 
  23.  
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\Invention Pilot\Shared\Spellchecker"; ValueName: "Spellchecker Path"; ValueType: String; ValueData: "{cf}\Invention Pilot Shared\Spellchecker\"; Flags: deletekey deletevalue 
  26. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Spell Pilot"; ValueType: String; ValueData: """{app}\SpellPlt.exe"""; Flags: deletekey deletevalue 
  27.  
  28. [Run]
  29. Filename: "regsvr32"; Parameters: """{cf}\Invention Pilot Shared\Spellchecker\spcheck.dll"" /s"; 
  30. Filename: "{app}\SpellPlt.exe"; WorkingDir: "{app}"; Description: "Launch Spell Pilot Home"; Flags: postinstall nowait
  31.  
  32. [UninstallRun]
  33. Filename: "regsvr32"; Parameters: """{cf}\Invention Pilot Shared\Spellchecker\spcheck.dll"" /s /u"; 
  34.  
  35. [Icons]
  36. Name: "{group}\Spell Pilot"; Filename: "{app}\SpellPlt.exe"; 
  37. Name: "{group}\Help"; Filename: "{app}\Help.chm"; 
  38. Name: "{group}\Uninstall Spell Pilot"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  39.  
  40. [Languages]
  41. ; These files are stubs
  42. ; To achieve better results after recompilation, use the real language files
  43. Name: "RUS"; MessagesFile: "embedded\RUS.isl"; 
  44.