[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 ################################################################################ 2 # 3 # OCS Inventory NG Agent For Windows Version 4.0.2.6 4 # 5 # Copyleft 2006 Pierre LEMMET / Pascal DANEK 6 # Web: http://ocsinventory.sourceforge.net 7 # 8 # This code is open source and may be copied and modified as long as the source 9 # code is always made freely available. 10 # Please refer to the General Public Licence http://www.gnu.org/ or Licence.txt 11 ################################################################################ 12 13 14 What's new 15 ---------- 16 17 This new release of Win32 Agent 1.0 RC3 adresses the following bugs: 18 19 Package deployment: 20 * https server and http server can be normalized ressources location 21 (hostname[:XX][/../..]). 22 * md5 checksum computing bug fixed. 23 * info file can now be located deeper than the https server document root. 24 * LAUNCH action now support parameters. 25 26 Launcher OcsLogon: 27 * When using /DEPLOY command line switch, launcher does not download every time 28 agent. It download it only if update is needed. 29 30 31 32 How to install 33 -------------- 34 35 You must know the following things: 36 - Host running OCS Inventory NG Communication Server 37 - Port of OCS Inventory NG Communication Server 38 39 To install agent as a service, run OcsAgentSetup.exe. You can use following 40 command line switches: 41 - /S Use quiet, silent installation 42 - /SERVER:IP_ADDRESS Use Commincation Server address “IP_ADDRESS” 43 - /PNUM:XX Use port XX instead of default HTTP port 80. 44 - /NP Do not use Microsoft Internet Explorer Proxy settings 45 - /DEBUG Produce a log file of OCS Inventory NG agent execution. This mode is 46 automatically used under Windows to launch agent as a service through an entry 47 in registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices. 48 49 To deploy/launch agent from a login script, rename OcsLogon.exe with address 50 of your Communication Server and call it from your login script between double 51 quotes and with /DEPLOY:4026 command line switch. If server is running on 52 another port XX than standard HTTP port 80, use /PNUM:XX command line switch. 53 To avoid using MS Internet Explorer proxy settings, use /NP command line switch. 54 Example: "\\server\share\192.168.1.1.exe /DEPLOY:4026 /NP" 55 56 To inventory a stand alone computer non connected to network, just run 57 OcsAgent.exe /local. 58 59 On any problem, run with /DEBUG command line switch to create log files. 60 61 Enjoy OCS Inventory NG ;-) 62 63 OCS Inventory Team
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |