home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / fshsetup64.exe / install_script.iss
Text File  |  2012-07-22  |  3KB  |  62 lines

  1. ∩╗┐;InnoSetupVersion=5.4.2 (Unicode)
  2.  
  3. [Setup]
  4. AppName=FSHED - Funduc Software Hex Editor - 64-bit
  5. AppVerName=FSHED
  6. AppId=FSHED - Funduc Software Hex Editor - 64-bit
  7. AppVersion=2.3
  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.\Funduc Software Hex Editor\Flags,Install Path 64|{pf}\FSHED}
  13. DefaultGroupName=Tools
  14. UninstallDisplayIcon={app}\FSHED64.exe
  15. OutputBaseFilename=in
  16. Compression=lzma
  17. ArchitecturesAllowed=x64
  18. ArchitecturesInstallIn64BitMode=x64
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\FSHED64.exe"; DestDir: "{app}"; Components: MainProgram; MinVersion: 0.0,5.0; Flags: ignoreversion 
  24. Source: "{app}\FSHED64.chm"; DestDir: "{app}"; Components: MainProgram; MinVersion: 0.0,5.0; Flags: ignoreversion 
  25. Source: "{app}\License.txt"; DestDir: "{app}"; Components: MainProgram; MinVersion: 0.0,5.0; Flags: ignoreversion 
  26. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Components: MainProgram; MinVersion: 0.0,5.0; Flags: ignoreversion 
  27. Source: "{app}\FunducProducts.txt"; DestDir: "{app}"; Components: TextFiles; MinVersion: 0.0,5.0; Flags: ignoreversion 
  28.  
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\Funduc Software Inc.\Funduc Software Hex Editor\Flags"; ValueName: "Install Path 64"; ValueType: String; ValueData: "{app}"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  31. Root: HKCU; Subkey: "Software\Funduc Software Inc.\Funduc Software Hex Editor\Flags"; ValueName: "Installed64"; ValueType: Dword; ValueData: "$1"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  32.  
  33. [Icons]
  34. Name: "{group}\FSHED - Funduc Software Hex Editor 64-bit"; Filename: "{app}\FSHED64.exe"; WorkingDir: "{app}"; Components: MainProgram; MinVersion: 0.0,5.0; 
  35. Name: "{group}\FSHED Documentation"; Filename: "{app}\FSHED.chm"; WorkingDir: "{app}"; Components: MainProgram; MinVersion: 0.0,5.0; 
  36. Name: "{group}\Uninstall FSHED"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.0; 
  37.  
  38. [Components]
  39. Name: "mainprogram"; Description: "FSHED"; Types: "full compact custom"; MinVersion: 0.0,5.0; 
  40. Name: "textfiles"; Description: "Readme, Install and Product info"; Types: "full compact custom"; MinVersion: 0.0,5.0; 
  41.  
  42. [Types]
  43. Name: "full"; MinVersion: 0.0,5.0; 
  44. Name: "compact"; MinVersion: 0.0,5.0; 
  45. Name: "custom"; MinVersion: 0.0,5.0; 
  46.  
  47. [CustomMessages]
  48. default.NameAndVersion=%1 version %2
  49. default.AdditionalIcons=Additional icons:
  50. default.CreateDesktopIcon=Create a &desktop icon
  51. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  52. default.ProgramOnTheWeb=%1 on the Web
  53. default.UninstallProgram=Uninstall %1
  54. default.LaunchProgram=Launch %1
  55. default.AssocFileExtension=&Associate %1 with the %2 file extension
  56. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  57.  
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "default"; MessagesFile: "embedded\default.isl"; 
  62.