home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setuprt.exe / install_script.iss
Text File  |  2009-05-06  |  3KB  |  60 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=Registry Toolkit (Shareware)
  5. AppVerName=Registry Toolkit
  6. AppId=Registry Toolkit (Shareware)
  7. AppVersion=4.0
  8. AppPublisher=Funduc Software Inc.
  9. AppPublisherURL=http://www.funduc.com/
  10. AppSupportURL=http://www.funduc.com/
  11. AppUpdatesURL=http://www.funduc.com/
  12. DefaultDirName={pf}\RegTkt
  13. DefaultGroupName=Tools
  14. UninstallDisplayIcon={app}\RegTkt.exe
  15. OutputBaseFilename=in
  16. Compression=lzma
  17. InfoBeforeFile=embedded\InfoBefore.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\RegTkt.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\RegTkt.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Order.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\FunducProducts.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\rthidden.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\ScriptSyntax.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30.  
  31. [Registry]
  32. Root: HKCU; Subkey: "Software\Funduc Software Inc.\Registry Toolkit\Flags"; ValueName: "Install Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  33. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{D4AB622B-0420-4504-B605-9888C5899047}"; Flags: deletekey 
  34. Root: HKCU; Subkey: "Software\Microsoft\Installer\Products\B226BA4D024040546B502B62ABD42004"; Flags: deletekey 
  35. Root: HKCU; Subkey: "Software\Microsoft\Installer\UpgradeCodes\F86B4353DD7439A45BAFF13ABD4BF4C1"; Flags: deletekey 
  36.  
  37. [Run]
  38. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  39.  
  40. [Icons]
  41. Name: "{group}\Registry Toolkit"; Filename: "{app}\RegTkt.exe"; 
  42. Name: "{group}\Registry Toolkit Help"; Filename: "{app}\RegTkt.chm"; 
  43. Name: "{group}\Uninstall Registry Toolkit"; Filename: "{uninstallexe}"; 
  44.  
  45. [CustomMessages]
  46. default.NameAndVersion=%1 version %2
  47. default.AdditionalIcons=Additional icons:
  48. default.CreateDesktopIcon=Create a &desktop icon
  49. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. default.ProgramOnTheWeb=%1 on the Web
  51. default.UninstallProgram=Uninstall %1
  52. default.LaunchProgram=Launch %1
  53. default.AssocFileExtension=&Associate %1 with the %2 file extension
  54. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  55.  
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.