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

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