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

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=Shortcut Doctor (Shareware)
  5. AppVerName=Shortcut Doctor
  6. AppId=Shortcut Doctor (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={reg:HKCU\Software\Funduc Software Inc.\Shortcut Doctor\Flags,Install Path|{pf}\ShtDoc}
  13. DefaultGroupName=Tools
  14. UninstallDisplayIcon={app}\ShtDoc.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}\ShtDoc.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ShtDoc.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.  
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\Funduc Software Inc.\Shortcut Doctor\Flags"; ValueName: "Install Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  31.  
  32. [Run]
  33. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  34.  
  35. [Icons]
  36. Name: "{group}\Shortcut Doctor"; Filename: "{app}\ShtDoc.exe"; 
  37. Name: "{group}\Shortcut Doctor Help"; Filename: "{app}\ShtDoc.chm"; 
  38. Name: "{group}\Uninstall Shortcut Doctor"; Filename: "{uninstallexe}"; 
  39.  
  40. [CustomMessages]
  41. default.NameAndVersion=%1 version %2
  42. default.AdditionalIcons=Additional icons:
  43. default.CreateDesktopIcon=Create a &desktop icon
  44. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  45. default.ProgramOnTheWeb=%1 on the Web
  46. default.UninstallProgram=Uninstall %1
  47. default.LaunchProgram=Launch %1
  48. default.AssocFileExtension=&Associate %1 with the %2 file extension
  49. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  50.  
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.