home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_1.iso / opensource / top10 / lmt181de.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-02-23  |  1.9 KB  |  39 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=LetMeType
  4. AppVerName=LetMeType deutsch
  5. AppId=LetMeType
  6. DefaultDirName={pf}\LetMeType
  7. DefaultGroupName=LetMeType
  8. OutputBaseFilename=Setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. ChangesAssociations=yes
  12. AllowNoIcons=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\Versionen.txt"; DestDir: "{app}"; 
  17. Source: "{app}\gpl.txt"; DestDir: "{app}"; 
  18. Source: "{app}\LMTHook.dll"; DestDir: "{app}"; Flags: comparetimestamp 
  19. Source: "{app}\LetMeType.cnt"; DestDir: "{app}"; 
  20. Source: "{app}\LetMeType.exe"; DestDir: "{app}"; Flags: comparetimestamp 
  21. Source: "{app}\LetMeType.hlp"; DestDir: "{app}"; 
  22. Source: "{app}\LiesMich.txt"; DestDir: "{app}"; 
  23. Source: "{app}\standard.lmt"; DestDir: "{app}"; Flags: uninsneveruninstall 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\ccl Software"; Flags: uninsdeletekeyifempty 
  26. Root: HKCU; Subkey: "Software\ccl Software\LetMeType"; Flags: uninsdeletekey 
  27. Root: HKCR; Subkey: ".lmt"; ValueType: String; ValueData: "LetMeTypeVocabulary"; Flags: uninsdeletekey 
  28. Root: HKCR; Subkey: "LetMeTypeVocabulary"; ValueType: String; ValueData: "LetMeType Wortschatz"; Flags: uninsdeletekey 
  29. Root: HKCR; Subkey: "LetMeTypeVocabulary\DefaultIcon"; ValueType: String; ValueData: "{app}\LetMeType.exe,0"; 
  30. Root: HKCR; Subkey: "LetMeTypeVocabulary\shell\open\command"; ValueType: String; ValueData: """{app}\LetMeType.exe"" /dde"; 
  31. Root: HKCR; Subkey: "LetMeTypeVocabulary\shell\open\ddeexec"; ValueType: String; ValueData: "[open(""%1"")]"; 
  32. [Run]
  33. Filename: "{app}\standard.lmt"; Description: "LetMeType starten"; Flags: shellexec postinstall nowait
  34. [Icons]
  35. Name: "{userstartup}\LetMeType"; Filename: "{app}\standard.lmt"; 
  36. Name: "{group}\LetMeType"; Filename: "{app}\standard.lmt"; 
  37. Name: "{group}\Hilfe"; Filename: "{app}\LetMeType.hlp"; 
  38. Name: "{group}\LiesMich"; Filename: "{app}\LiesMich.txt"; 
  39.