home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / software / spell / SpellPlt.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-04-12  |  2.0 KB  |  37 lines

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