home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / temacd / batchit / batchit.exe / install_script.iss
Text File  |  2005-04-14  |  2KB  |  55 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Batch It! 4
  5. AppVerName=Batch It! v4.45
  6. AppId=Batch It! 4
  7. AppPublisher=iRedSoft Technology Inc
  8. AppPublisherURL=http://www.batchimage.com
  9. AppSupportURL=http://www.batchimage.com
  10. AppUpdatesURL=http://www.batchimage.com
  11. DefaultDirName={pf}\Batch It! 4
  12. DefaultGroupName=Batch It! 4
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\batchit.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\batchit.CHM"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\batchit.template"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\layout.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  25.  
  26. [Run]
  27. Filename: "{app}\batchit.exe"; Description: "Launch Batch It! 4"; Flags: postinstall skipifsilent nowait
  28.  
  29. [Icons]
  30. Name: "{group}\Batch It! 4"; Filename: "{app}\batchit.exe"; 
  31. Name: "{group}\Batch It! 4 Help File"; Filename: "{app}\batchit.CHM"; 
  32. Name: "{group}\Uninstall Batch It! 4"; Filename: "{uninstallexe}"; 
  33. Name: "{userdesktop}\Batch It! 4"; Filename: "{app}\batchit.exe"; Tasks: desktopicon; 
  34. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Batch It! 4"; Filename: "{app}\batchit.exe"; Tasks: quicklaunchicon; 
  35.  
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  38. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  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.