home *** CD-ROM | disk | FTP | other *** search
/ ftp.extrabit.com / ftp.extrabit.com.zip / ftp.extrabit.com / copyfilenamespro30.exe / install_script.iss
Text File  |  2009-07-22  |  2KB  |  56 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName=CopyFilenames Pro
  5. AppVerName=CopyFilenames Pro 3.0
  6. AppId=CopyFilenames Pro
  7. AppVersion=3.0
  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}\CopyFilenamesPro.ocx
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\CopyFilenamesPro.ocx"; DestDir: "{app}"; Flags: restartreplace regserver 
  22. Source: "{app}\CopyFilenamesPro.chm"; DestDir: "{app}"; 
  23. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; 
  24. Source: "{app}\Cmds.txt"; DestDir: "{app}"; 
  25. Source: "{app}\CopyPathPrefs.exe"; DestDir: "{app}"; 
  26. Source: "{tmp}\CopyPathMakeInstallCode.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  27.  
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\ExtraBit Software\CopyFilenames"; Flags: uninsdeletekey 
  30.  
  31. [Run]
  32. Filename: "{app}\ReadMe.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  33. Filename: "{tmp}\CopyPathMakeInstallCode.exe"; 
  34.  
  35. [Icons]
  36. Name: "{group}\Configure CopyFilenames Pro"; Filename: "{app}\CopyPathPrefs.exe"; 
  37. Name: "{group}\Online Help"; Filename: "{app}\CopyFilenamesPro.chm"; 
  38. Name: "{group}\ReadMe.txt"; Filename: "{app}\ReadMe.txt"; 
  39. Name: "{group}\Check for updates"; Filename: "http://www.extrabit.com/update.php?p=CFP-301"; 
  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.