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

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