@@ -18,6 +18,7 @@ REQUIREMENTS
18
18
- KillProcDLL plug-in (http://nsis.sourceforge.net/KillProcDLL_plug-in)
19
19
- SetACL 2.0.3 or higher (http://setacl.sourceforge.net/)
20
20
- NSIS Simple Firewall Plugin 1.19 or higher (http://nsis.sourceforge.net/NSIS_Simple_Firewall_Plugin)
21
+ - ShellExecAsUser plugin (https://nsis.sourceforge.io/ShellExecAsUser_plug-in)
21
22
22
23
Put SetACL.exe into OCS-NG_Windows_Agent_Setup.nsi script directory, and
23
24
compile OCS-NG_Windows_Agent_Setup.nsi (Script assume that agent's binary
@@ -30,7 +31,7 @@ shipped with Visual Studio 2008, does not mention Windows 2000 as a valid build
30
31
target, only Windows XP and higher.
31
32
32
33
So, for Windows 2000 target only, we prefer using a precompiled binary distribution
33
- from G�nter Knauf, built using MingW32 compiler, and available at location
34
+ from G�nter Knauf, built using MingW32 compiler, and available at location
34
35
http://www.gknw.net/mirror/curl/win32/curl-7.21.3-ssl-sspi-zlib-static-bin-w32.zip
35
36
Just download this package and unzip it into nsis_agent_setup folder.
36
37
@@ -49,11 +50,6 @@ INSTALLER COMMAND LINE OPTIONS
49
50
50
51
- /NOSPLASH disable spash screen when installer starts
51
52
52
- - /UPGRADE to deploy new agent through OCS deployment feature.
53
- Because you upgrade agent using agent itself to run the upgrade, it is needed
54
- to notify the installer (which terminates agent's processes) to specify the
55
- result in order to send it back to the server next time agent will run
56
-
57
53
- /NO_SERVICE to not register OCS Inventory NG Agent into Windows Service
58
54
Manager. Agent can onlybe launched manually or through a script/GPO.
59
55
@@ -82,4 +78,4 @@ parameters (see agent's options for more detail):
82
78
83
79
We hope it will works for you !
84
80
85
- OCS Inventory Team
81
+ OCS Inventory Team
0 commit comments