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

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=Duplicate File Finder (x64 Shareware)
  5. AppVerName=Shortcut Doctor (x64)
  6. AppId=Duplicate File Finder (x64 Shareware)
  7. AppVersion=3.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 64|{pf}\ShtDoc}
  13. DefaultGroupName=Tools
  14. UninstallDisplayIcon={app}\SD64.exe
  15. OutputBaseFilename=in
  16. Compression=lzma
  17. ArchitecturesAllowed=x64
  18. ArchitecturesInstallIn64BitMode=x64
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\SD64.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\SD64.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Order.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\FunducProducts.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30.  
  31. [Registry]
  32. Root: HKCU; Subkey: "Software\Funduc Software Inc.\Shortcut Doctor\Flags"; ValueName: "Install Path 64"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  33.  
  34. [Run]
  35. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  36.  
  37. [Icons]
  38. Name: "{group}\Shortcut Doctor"; Filename: "{app}\SD64.exe"; 
  39. Name: "{group}\Shortcut Doctor Help"; Filename: "{app}\SD84.chm"; 
  40. Name: "{group}\Uninstall Shortcut Doctor"; Filename: "{uninstallexe}"; 
  41.  
  42. [CustomMessages]
  43. default.NameAndVersion=%1 version %2
  44. default.AdditionalIcons=Additional icons:
  45. default.CreateDesktopIcon=Create a &desktop icon
  46. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  47. default.ProgramOnTheWeb=%1 on the Web
  48. default.UninstallProgram=Uninstall %1
  49. default.LaunchProgram=Launch %1
  50. default.AssocFileExtension=&Associate %1 with the %2 file extension
  51. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  52.  
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.