home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2006 February / maximum-cd-2006-02.iso / Software / Utilities / Lock_Rest.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-12-07  |  2.1 KB  |  50 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=Lock&Rest
  4. AppVerName=Lock&Rest 2.0
  5. AppId=Lock&Rest
  6. AppPublisher=IwantSoft
  7. AppPublisherURL=http://www.IwantSoft.com
  8. AppSupportURL=http://www.IwantSoft.com
  9. AppUpdatesURL=http://www.IwantSoft.com
  10. DefaultDirName={pf}\Lock&Rest
  11. DefaultGroupName=Lock&Rest
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\RestService1.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\gre.dtp"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\RestService2.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. [INI]
  26. FileName: "{app}\RestService1.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.IwantSoft.com"; 
  27. [Run]
  28. Filename: "{app}\RestService1.exe"; Description: "{cm:LaunchProgram,Lock&Rest}"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\Lock&Rest"; Filename: "{app}\RestService1.exe"; 
  31. Name: "{group}\License agreement"; Filename: "{app}\LICENSE.TXT"; 
  32. Name: "{group}\{cm:ProgramOnTheWeb,Lock&Rest}"; Filename: "{app}\RestService1.url"; 
  33. Name: "{group}\{cm:UninstallProgram,Lock&Rest}"; Filename: "{uninstallexe}"; 
  34. [UninstallDelete]
  35. Type: files; Name: "{app}\RestService1.url"; 
  36. [CustomMessages]
  37. default.NameAndVersion=%1 version %2
  38. default.AdditionalIcons=Additional icons:
  39. default.CreateDesktopIcon=Create a &desktop icon
  40. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  41. default.ProgramOnTheWeb=%1 on the Web
  42. default.UninstallProgram=Uninstall %1
  43. default.LaunchProgram=Launch %1
  44. default.AssocFileExtension=&Associate %1 with the %2 file extension
  45. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "default"; MessagesFile: "embedded\default.isl"; 
  50.