home *** CD-ROM | disk | FTP | other *** search
/ ftp.extrabit.com / ftp.extrabit.com.zip / ftp.extrabit.com / copyfilenames31.exe / install_script.iss
Text File  |  2010-07-16  |  2KB  |  50 lines

  1. ∩╗┐;InnoSetupVersion=5.3.10 (Unicode)
  2.  
  3. [Setup]
  4. AppName=CopyFilenames
  5. AppVerName=CopyFilenames 3.1
  6. AppId=CopyFilenames
  7. AppVersion=3.1
  8. AppPublisher=ExtraBit Software
  9. AppPublisherURL=http://www.extrabit.com
  10. AppSupportURL=http://www.extrabit.com/copyfilenames/
  11. DefaultDirName={pf}\CopyFilenames
  12. DefaultGroupName=CopyFilenames
  13. UninstallDisplayIcon={app}\CopyFilenames32.ocx
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. ArchitecturesInstallIn64BitMode=x64
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\CopyFilenames32.ocx"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: restartreplace regserver 32bit 
  23. Source: "{app}\CopyFilenames64.ocx"; DestDir: "{app}"; Check: "Is64BitInstallMode"; MinVersion: 0.0,5.0; Flags: restartreplace regserver 64bit 
  24. Source: "{app}\CopyFilenames.chm"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  25. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  26.  
  27. [Run]
  28. Filename: "{app}\ReadMe.txt"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  29.  
  30. [Icons]
  31. Name: "{group}\Online Help"; Filename: "{app}\CopyFilenames.chm"; MinVersion: 0.0,5.0; 
  32. Name: "{group}\ReadMe.txt"; Filename: "{app}\ReadMe.txt"; MinVersion: 0.0,5.0; 
  33. Name: "{group}\Check for updates"; Filename: "http://www.extrabit.com/update.php?p=CF-311"; MinVersion: 0.0,5.0; 
  34.  
  35. [CustomMessages]
  36. default.NameAndVersion=%1 version %2
  37. default.AdditionalIcons=Additional icons:
  38. default.CreateDesktopIcon=Create a &desktop icon
  39. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  40. default.ProgramOnTheWeb=%1 on the Web
  41. default.UninstallProgram=Uninstall %1
  42. default.LaunchProgram=Launch %1
  43. default.AssocFileExtension=&Associate %1 with the %2 file extension
  44. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  45.  
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "default"; MessagesFile: "embedded\default.isl"; 
  50.