home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupsrx64.zip / setupsrx64.exe / install_script.iss
Text File  |  2009-03-04  |  2KB  |  56 lines

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