home *** CD-ROM | disk | FTP | other *** search
/ ftp.extrabit.com / ftp.extrabit.com.zip / ftp.extrabit.com / copyfilenames20.exe.unsigned / install_script.iss
Text File  |  2006-10-15  |  2KB  |  55 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=CopyFilenames
  5. AppVerName=CopyFilenames 2.0
  6. AppId=CopyFilenames
  7. AppVersion=2.0
  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}\CopyFilenames.ocx
  14. OutputBaseFilename=copyfilenames20_rn.exe
  15. Compression=lzma
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\CopyFilenames.ocx"; DestDir: "{app}"; Flags: restartreplace regserver 
  22. Source: "{app}\CopyPathDlgDll.dll"; DestDir: "{app}"; 
  23. Source: "{app}\CopyPathDlgDll.chm"; DestDir: "{app}"; 
  24. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; 
  25. Source: "{tmp}\CopyPathMakeInstallCode.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  26.  
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\ExtraBit Software\CopyFilenames"; Flags: uninsdeletekey 
  29. Root: HKCU; Subkey: "Software\ExtraBit Software\CopyPathDlgDll"; 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}\Online Help"; Filename: "{app}\CopyPathDlgDll.chm"; 
  37. Name: "{group}\ReadMe.txt"; Filename: "{app}\ReadMe.txt"; 
  38. Name: "{group}\Check for updates"; Filename: "http://www.extrabit.com/update.php?p=CF-RN-201"; 
  39.  
  40. [CustomMessages]
  41. default.NameAndVersion=%1 version %2
  42. default.AdditionalIcons=Additional icons:
  43. default.CreateDesktopIcon=Create a &desktop icon
  44. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  45. default.ProgramOnTheWeb=%1 on the Web
  46. default.UninstallProgram=Uninstall %1
  47. default.LaunchProgram=Launch %1
  48. default.AssocFileExtension=&Associate %1 with the %2 file extension
  49. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  50.  
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.