[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 This is a folder for other tools that WPKG use. 2 3 4 One tool that WPKG can use is psshutdown.exe from Sysinternals. 5 6 When "/rebootcmd:special" is used, WPKG looks if it can 7 find tools\psshutdown.exe (from Sysinternals) and uses a special loop for 8 notifying users. 9 10 11 You could also put some other 3rd party tools here. 12 13 For example, if you put wget (a tool for downloading files) here, WPKG could 14 first download packages off the web, and then, install them: 15 16 <install cmd='\\path\to\tools\wget -O %TEMP%\file.exe "http://some.server/file.exe"' /> 17 18 or even better: 19 20 <install cmd='%WPKG_TOOLS%\wget -O %TEMP%\file.exe "http://some.server/file.exe"' /> 21 22 where WPKG_TOOLS is defined by WPKG client before wpkg.js invocation and holds 23 the path to the tools folder within the value 24 (e.g. "\\server\share\wpkg\tools"). 25 26 Then add a command which is using the file downloaded: 27 28 <install cmd='%TEMP%\file.exe /silent' /> 29 30 Please note that WPKG currently already supports a download feature itself.
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 |