home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupfs64.exe / install_script.iss
Text File  |  2009-10-28  |  4KB  |  74 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=Folder Synchronize (x64 Shareware)
  5. AppVerName=Folder Synchronize (x64)
  6. AppId=Folder Synchronize (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.\Folder Synchronize\Flags,Install Path 64|{pf}\FoldSync}
  13. DefaultGroupName=Tools
  14. UninstallDisplayIcon={app}\FS64.exe
  15. OutputBaseFilename=in
  16. Compression=lzma
  17. ArchitecturesAllowed=x64
  18. ArchitecturesInstallIn64BitMode=x64
  19. ChangesAssociations=yes
  20. InfoBeforeFile=embedded\InfoBefore.rtf
  21. WizardImageFile=embedded\WizardImage0.bmp
  22. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  23.  
  24. [Files]
  25. Source: "{app}\FS64.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\FoldSync.chm"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Order.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\FoldSyncSyntax.sfs"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\ScriptFilterSettings.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\ScriptColumnDefinitionSettings.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\FoldSyncSyntax_Original.sfs"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\ScriptFilterSettings_Original.txt"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\SampleScripts.zip"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\Example1.sfs"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\Example2.sfs"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\Example3.sfs"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\Example4.sfs"; DestDir: "{app}"; Flags: ignoreversion 
  39. Source: "{app}\FunducProducts.txt"; DestDir: "{app}"; Flags: ignoreversion 
  40. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  41.  
  42. [Registry]
  43. Root: HKCU; Subkey: "Software\Funduc Software Inc.\Folder Synchronize"; ValueName: "Install Path 64"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletevalue 
  44. Root: HKCR; Subkey: ".sfs"; ValueType: String; ValueData: "FoldSynch.Script"; Tasks: associate_app; Flags: uninsdeletevalue 
  45. Root: HKCR; Subkey: "FoldSynch.Script\DefaultIcon"; ValueType: String; ValueData: "{app}\FoldSync.exe,0"; Tasks: associate_app; 
  46. Root: HKCR; Subkey: "FoldSynch.Script\Shell\Edit\Command"; ValueType: String; ValueData: "notepad.exe ""%1"""; Tasks: associate_app; 
  47. Root: HKCR; Subkey: "FoldSynch.Script\shell\Open\command"; ValueType: String; ValueData: """{app}\FoldSync.exe"" ""%1"""; Tasks: associate_app; 
  48.  
  49. [Run]
  50. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  51.  
  52. [Icons]
  53. Name: "{group}\Folder Synchronize Help"; Filename: "{app}\FoldSync.chm"; 
  54. Name: "{group}\Uninstall Folder Synchronize"; Filename: "{uninstallexe}"; 
  55.  
  56. [Tasks]
  57. Name: "associate_app"; Description: "{cm:AssocFileExtension,Folder Synchronize,.sfs}"; GroupDescription: "Associate .sfs Files with Folder Synchronize:"; 
  58.  
  59. [CustomMessages]
  60. default.NameAndVersion=%1 version %2
  61. default.AdditionalIcons=Additional icons:
  62. default.CreateDesktopIcon=Create a &desktop icon
  63. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  64. default.ProgramOnTheWeb=%1 on the Web
  65. default.UninstallProgram=Uninstall %1
  66. default.LaunchProgram=Launch %1
  67. default.AssocFileExtension=&Associate %1 with the %2 file extension
  68. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  69.  
  70. [Languages]
  71. ; These files are stubs
  72. ; To achieve better results after recompilation, use the real language files
  73. Name: "default"; MessagesFile: "embedded\default.isl"; 
  74.