Here is my settings.xml file. <?xml version="1.0" encoding="UTF-8"?> <configuration> <file>\\wpkg_server\app\wpkg\wpkg.js</file> <path-user>workgroup\app_install</path-user> <path-password>password</path-password> <exec-user>SYSTEM</exec-user> <exec-password></exec-password> <parameters>/synchronize</parameters> <silent>YES</silent> <pre-action></pre-action> <post-action></post-action> <show-GUI>NO</show-GUI> <logon-delay>0</logon-delay> <logon-message-title>WPKG Software Deployment</logon-message-title> <logon-message-1>WPKG is installing applications and applying settings...</logon-message-1> <logon-message-2>This will finish shortly. Please wait, don't restart or power off your computer</logon-message-2> <script-variable name="SOFTWARE">\\wpkg_server\app\Install</script-variable> <script-variable name="PROGRAMS">\\wpkg_server\app\Programs</script-variable> <script-variable name="SOFTWARE2">\\wpkg_server\Install</script-variable> <script-variable name="SCRIPTS">\\wpkg_server\app\wpkg\scripts</script-variable> <script-variable name="BIN">\\wpkg_server\app\wpkg\bin</script-variable> <priority>normal</priority> <stop-service-after-done>YES</stop-service-after-done> <laptop-mode>YES</laptop-mode> <server-connecting-method>standard</server-connecting-method> <server-connecting-ip>wpkg_server</server-connecting-ip> <server-connecting-timeout>3</server-connecting-timeout> <server-connecting-script-timeout></server-connecting-script-timeout> <server-connecting-script-file></server-connecting-script-file> <log-file></log-file> <run-on-shutdown>NO</run-on-shutdown> <shutdown-delay>10</shutdown-delay> </configuration> Cheers, Leon Hedding |