home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Shareware / Utilitare / taskinfo / tskinf50.exe / install_script.iss
Text File  |  2004-02-06  |  4KB  |  75 lines

  1. ;InnoSetupVersion=4.1.3
  2.  
  3. [Setup]
  4. AppName=TaskInfo2003 5.0
  5. AppVerName=TaskInfo2003 5.0.1.102
  6. AppId=TaskInfo2003 5.0
  7. AppVersion=5.0.1.102
  8. AppPublisher=Igor Arsenin (Iarsn)
  9. AppPublisherURL=http://www.iarsn.com/
  10. AppSupportURL=http://www.iarsn.com/download.html
  11. AppUpdatesURL=http://www.iarsn.com/download.html
  12. DefaultDirName={pf}\Iarsn\TaskInfo2003 5.0
  13. DefaultGroupName=TaskInfo2003 5.0
  14. UninstallDisplayIcon={app}\TaskInfo.exe
  15. UninstallFilesDir={app}\uninst
  16. OutputBaseFilename=tskinf50
  17. Compression=bzip2
  18. PrivilegesRequired=poweruser
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\TaskInfo.exe"; DestDir: "{app}"; 
  25. Source: "{app}\taskinfo.exe.manifest"; DestDir: "{app}"; 
  26. Source: "{app}\TASKINFO.HLP"; DestDir: "{app}"; 
  27. Source: "{app}\TASKINFO.CNT"; DestDir: "{app}"; 
  28. Source: "{app}\INETWH32.dll"; DestDir: "{app}"; 
  29. Source: "{app}\TASKINFO.GID"; DestDir: "{app}"; 
  30. Source: "{app}\REGISTER.TXT"; DestDir: "{app}"; 
  31. Source: "{app}\WHATSNEW.TXT"; DestDir: "{app}"; 
  32. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  33. Source: "{app}\license.txt"; DestDir: "{app}"; 
  34. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; 
  35. Source: "{app}\register.url"; DestDir: "{app}"; 
  36. Source: "{app}\mysite.url"; DestDir: "{app}"; 
  37. Source: "{sys}\tsknf500.vxd"; DestDir: "{sys}"; Flags: sharedfile 
  38. Source: "{sys}\PSAPI.DLL"; DestDir: "{sys}"; Flags: sharedfile 
  39. Source: "{sys}\drivers\Tsknf501.sys"; DestDir: "{sys}\drivers"; Flags: sharedfile 
  40.  
  41. [Dirs]
  42. Name: "{app}\uninst"; 
  43.  
  44. [Registry]
  45. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\TaskInfo.exe"; Flags: uninsdeletekey 
  46. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\TaskInfo.exe"; ValueType: String; ValueData: "{app}\TaskInfo.exe"; 
  47. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\TaskInfo.exe"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  48.  
  49. [Run]
  50. Filename: "{app}\TaskInfo.exe"; Parameters: " install"; StatusMsg: "Finishing Installation ..."; 
  51. Filename: "{app}\Readme.txt"; Description: "View the README file"; Flags: shellexec postinstall unchecked skipifsilent 
  52. Filename: "{app}\TaskInfo.exe"; Description: "Run TaskInfo2003 after Installation"; Flags: shellexec postinstall skipifsilent 
  53.  
  54. [UninstallRun]
  55. Filename: "{app}\TaskInfo.exe"; Parameters: " uninstall"; RunOnceId: "DelDriver"; 
  56.  
  57. [Icons]
  58. Name: "{userdesktop}\Iarsn TaskInfo2003"; Filename: "{app}\TaskInfo.exe"; Tasks: desktopicon; 
  59. Name: "{group}\Iarsn TaskInfo2003"; Filename: "{app}\TaskInfo.exe"; 
  60. Name: "{group}\TaskInfo2003 Registration Page"; Filename: "{app}\register.url"; 
  61. Name: "{group}\TaskInfo2003 Home Page"; Filename: "{app}\mysite.url"; 
  62. Name: "{group}\TaskInfo2003 Documentation\End User License"; Filename: "{app}\license.txt"; 
  63. Name: "{group}\TaskInfo2003 Documentation\Help"; Filename: "{app}\TaskInfo.hlp"; 
  64. Name: "{group}\TaskInfo2003 Documentation\Readme.txt"; Filename: "{app}\Readme.txt"; 
  65. Name: "{group}\TaskInfo2003 Documentation\Register.txt"; Filename: "{app}\Register.txt"; 
  66. Name: "{group}\Uninstall TaskInfo2003"; Filename: "{uninstallexe}"; 
  67.  
  68. [Tasks]
  69. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.