home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupfse64.exe / install_script.iss
Text File  |  2009-08-12  |  2KB  |  52 lines

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