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

  1. ∩╗┐;InnoSetupVersion=5.3.10 (Unicode)
  2.  
  3. [Setup]
  4. AppName=CopyFilenames Pro
  5. AppVerName=CopyFilenames Pro 3.1
  6. AppId=CopyFilenames Pro
  7. AppVersion=3.1
  8. AppPublisher=ExtraBit Software
  9. AppPublisherURL=http://www.extrabit.com
  10. AppSupportURL=http://www.extrabit.com/copyfilenamespro/
  11. DefaultDirName={pf}\CopyFilenames Pro
  12. DefaultGroupName=CopyFilenames Pro
  13. UninstallDisplayIcon={app}\CopyFilenamesPro32.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}\CopyFilenamesPro32.ocx"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: restartreplace regserver 32bit 
  23. Source: "{app}\CopyFilenamesPro64.ocx"; DestDir: "{app}"; Check: "Is64BitInstallMode"; MinVersion: 0.0,5.0; Flags: restartreplace regserver 64bit 
  24. Source: "{app}\CopyFilenamesPro.chm"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  25. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  26. Source: "{app}\Cmds.txt"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  27. Source: "{app}\CopyPathPrefs.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  28. Source: "{tmp}\CopyPathMakeInstallCode.exe"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall 
  29.  
  30. [Registry]
  31. Root: HKCU; Subkey: "Software\ExtraBit Software\CopyFilenames"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
  32.  
  33. [Run]
  34. Filename: "{app}\ReadMe.txt"; MinVersion: 0.0,5.0; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  35. Filename: "{tmp}\CopyPathMakeInstallCode.exe"; MinVersion: 0.0,5.0; 
  36.  
  37. [Icons]
  38. Name: "{group}\Configure CopyFilenames Pro"; Filename: "{app}\CopyPathPrefs.exe"; MinVersion: 0.0,5.0; 
  39. Name: "{group}\Online Help"; Filename: "{app}\CopyFilenamesPro.chm"; MinVersion: 0.0,5.0; 
  40. Name: "{group}\ReadMe.txt"; Filename: "{app}\ReadMe.txt"; MinVersion: 0.0,5.0; 
  41. Name: "{group}\Check for updates"; Filename: "http://www.extrabit.com/update.php?p=CFP-311"; MinVersion: 0.0,5.0; 
  42.  
  43. [CustomMessages]
  44. default.NameAndVersion=%1 version %2
  45. default.AdditionalIcons=Additional icons:
  46. default.CreateDesktopIcon=Create a &desktop icon
  47. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. default.ProgramOnTheWeb=%1 on the Web
  49. default.UninstallProgram=Uninstall %1
  50. default.LaunchProgram=Launch %1
  51. default.AssocFileExtension=&Associate %1 with the %2 file extension
  52. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  53.  
  54. [Languages]
  55. ; These files are stubs
  56. ; To achieve better results after recompilation, use the real language files
  57. Name: "default"; MessagesFile: "embedded\default.isl"; 
  58.