Changes

Jump to: navigation, search

WPKG over VPN

283 bytes removed, 11:11, 12 January 2009
m
wpkg-start-vpn-bat
<source lang="vb">
cls
 
:: This is a recommended way of starting WPKG.
 
 
 
:: Use WPKGROOT variable to define where wpkg.js script is.
 
 
 
:: Use PACKAGES variable to define where all your software/installers are.
 
:: You can later use the PACKAGES variable (and all other variables) in your xml files.
 
 
set WPKGROOT=\\tpsrv05\wpkg$
 
set SOFTWARE=%WPKGROOT%\content
 
cscript %WPKGROOT%\check-vpn.vbs
if ERRORLEVEL 0 GOTO END
 
%WPKGROOT%\wpkg.js /synchronize /quiet /nonotify
23
edits

Navigation menu