home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / LockThis! / lt-setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-11-22  |  1.9 KB  |  43 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=LockThis!
  4. AppVerName=LockThis! 1.1
  5. AppId={{6B94CF02-36C6-4398-99EF-2789474D6E13}
  6. AppPublisher=Duriosoft Indocor
  7. AppPublisherURL=http://www.duriosoft.com/products/lockthis.html
  8. AppSupportURL=http://www.duriosoft.com/products/lockthis.html
  9. AppUpdatesURL=http://www.duriosoft.com/products/lockthis.html
  10. DefaultDirName={pf}\LockThis!
  11. DefaultGroupName=LockThis!
  12. OutputBaseFilename=in
  13. Compression=lzma
  14. AllowNoIcons=yes
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\lockthis.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\elohyek.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. [Icons]
  23. Name: "{group}\LockThis!"; Filename: "{app}\lockthis.exe"; 
  24. Name: "{commondesktop}\LockThis!"; Filename: "{app}\lockthis.exe"; Tasks: desktopicon; 
  25. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\LockThis!"; Filename: "{app}\lockthis.exe"; Tasks: quicklaunchicon; 
  26. [Tasks]
  27. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  28. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  29. [CustomMessages]
  30. english.NameAndVersion=%1 version %2
  31. english.AdditionalIcons=Additional icons:
  32. english.CreateDesktopIcon=Create a &desktop icon
  33. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  34. english.ProgramOnTheWeb=%1 on the Web
  35. english.UninstallProgram=Uninstall %1
  36. english.LaunchProgram=Launch %1
  37. english.AssocFileExtension=&Associate %1 with the %2 file extension
  38. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  39. [Languages]
  40. ; These files are stubs
  41. ; To achieve better results after recompilation, use the real language files
  42. Name: "english"; MessagesFile: "embedded\english.isl"; 
  43.