home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 March / PCA223.ISO / Software / recoverkeys / RecoverKeysDemo.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-01-13  |  3.2 KB  |  68 lines

  1. ;InnoSetupVersion=5.2.1
  2. [Setup]
  3. AppName=Recover Keys
  4. AppVerName=Recover Keys
  5. AppId=Recover Keys
  6. AppPublisher=Recover Keys
  7. AppPublisherURL=http://www.recover-keys.com/
  8. AppSupportURL=http://www.recover-keys.com/support.php
  9. AppUpdatesURL=http://www.recover-keys.com/download.php
  10. DefaultDirName={pf}\Recover Keys
  11. DefaultGroupName=Recover Keys
  12. OutputBaseFilename=in
  13. Compression=lzma
  14. DisableProgramGroupPage=yes
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\RecoverKeys.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\RecoverKeys2.enc"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\IssSurvey.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\IssSurvey.ini"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Lang\English.xml"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  25. Source: "{app}\Lang\Ukrainian.xml"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  26. [Dirs]
  27. Name: "{app}\Temp"; 
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\Recover Keys"; ValueName: "Lang"; ValueType: String; ValueData: "{language}"; 
  30. [INI]
  31. FileName: "{app}\Reg.ini"; Section: "Reg"; Key: "FirstTime"; String: "1"; 
  32. [Run]
  33. Filename: "{app}\RecoverKeys.exe"; Description: "{cm:LaunchProgram,Recover Keys}"; Flags: postinstall skipifsilent nowait
  34. [Icons]
  35. Name: "{group}\Recover Keys"; Filename: "{app}\RecoverKeys.exe"; 
  36. Name: "{group}\{cm:ProgramOnTheWeb,Recover Keys}"; Filename: "http://www.recover-keys.com/"; 
  37. Name: "{group}\{cm:UninstallProgram,Recover Keys}"; Filename: "{uninstallexe}"; 
  38. Name: "{commondesktop}\Recover Keys"; Filename: "{app}\RecoverKeys.exe"; Tasks: desktopicon; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Recover Keys"; Filename: "{app}\RecoverKeys.exe"; Tasks: quicklaunchicon; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  42. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  43. [CustomMessages]
  44. English.NameAndVersion=%1 version %2
  45. English.AdditionalIcons=Additional icons:
  46. English.CreateDesktopIcon=Create a &desktop icon
  47. English.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. English.ProgramOnTheWeb=%1 on the Web
  49. English.UninstallProgram=Uninstall %1
  50. English.LaunchProgram=Launch %1
  51. English.AssocFileExtension=&Associate %1 with the %2 file extension
  52. English.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. Ukrainian.NameAndVersion=%1, 
  54. Ukrainian.AdditionalIcons=
  55. Ukrainian.CreateDesktopIcon=
  56. Ukrainian.CreateQuickLaunchIcon=
  57. Ukrainian.ProgramOnTheWeb=
  58. Ukrainian.UninstallProgram=
  59. Ukrainian.LaunchProgram=
  60. Ukrainian.AssocFileExtension=
  61. Ukrainian.AssocingFileExtension=
  62.  %2...
  63. [Languages]
  64. ; These files are stubs
  65. ; To achieve better results after recompilation, use the real language files
  66. Name: "English"; MessagesFile: "embedded\English.isl"; 
  67. Name: "Ukrainian"; MessagesFile: "embedded\Ukrainian.isl"; 
  68.