home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=4.0.5
- [Setup]
- AppName=SpellPilot
- AppVerName=Spell Pilot 2.5
- AppId=SpellPilot
- DefaultDirName={pf}\Spell Pilot
- DefaultGroupName=Spell Pilot
- OutputBaseFilename=SpellPlt
- Compression=zip
- PrivilegesRequired=none
- WizardImageFile=embedded\WizardImage0.bmp
- WizardSmallImageFile=embedded\WizardSmallImage0.bmp
- [Files]
- Source: "{app}\Help.chm"; DestDir: "{app}";
- Source: "{app}\Kbdhk2.dll"; DestDir: "{app}";
- Source: "{app}\Sound.wav"; DestDir: "{app}";
- Source: "{app}\SpellPlt.exe"; DestDir: "{app}";
- Source: "{cf}\Invention Pilot Shared\Spellchecker\American.adm"; DestDir: "{cf}\Invention Pilot Shared\Spellchecker";
- Source: "{cf}\Invention Pilot Shared\Spellchecker\russian.adm"; DestDir: "{cf}\Invention Pilot Shared\Spellchecker";
- Source: "{cf}\Invention Pilot Shared\Spellchecker\spcheck.dll"; DestDir: "{cf}\Invention Pilot Shared\Spellchecker";
- [Registry]
- Root: HKCU; Subkey: "Software\Invention Pilot\Shared\Spellchecker"; ValueName: "Spellchecker Path"; ValueType: String; ValueData: "{cf}\Invention Pilot Shared\Spellchecker\"; Flags: deletekey deletevalue
- Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Spell Pilot"; ValueType: String; ValueData: """{app}\SpellPlt.exe"""; Flags: deletekey deletevalue
- [Run]
- Filename: "regsvr32"; Parameters: """{cf}\Invention Pilot Shared\Spellchecker\spcheck.dll"" /s";
- Filename: "{app}\SpellPlt.exe"; WorkingDir: "{app}"; Description: "Launch Spell Pilot Home"; Flags: postinstall nowait
- [UninstallRun]
- Filename: "regsvr32"; Parameters: """{cf}\Invention Pilot Shared\Spellchecker\spcheck.dll"" /s /u";
- [Icons]
- Name: "{group}\Spell Pilot"; Filename: "{app}\SpellPlt.exe";
- Name: "{group}\Help"; Filename: "{app}\Help.chm";
- Name: "{group}\Uninstall Spell Pilot"; Filename: "{uninstallexe}"; WorkingDir: "{app}";
- [Languages]
- ; These files are stubs
- ; To achieve better results after recompilation, use the real language files
- Name: "RUS"; MessagesFile: "embedded\RUS.isl";
-