<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
As long as wpkg.js hasnt changed too much (I am still using 0.9.7) you
can simply add a command to the target machine and then setup either a
scheduled task or service to run the 'cscript \\path\\to\wpkg.js /quiet
/norestart' command line. Keep in mind that when you run it you MUST
run it in the context of the user who has permission to install the
software AND has access the packages.<br>
To run as a service you can use srvany.exe
(<a class="moz-txt-link-freetext" href="http://support.microsoft.com/kb/137890">http://support.microsoft.com/kb/137890</a>) to run the command<br>
and SC.exe to create the service (sc.exe create wpkg binpath= "srvany
cscript \\etc" start= auto DisplayName= wpkg obj=Admin password=
*******)<br>
To run as a scheduled task just add the command "cscript wpkg.js etc
etc"<br>
<pre class="moz-signature" cols="72">-- 
Michael Chinn
User Support Officer - Information Technology

Great Barrier Reef Marine Park Authority
PO Box 1379
TOWNSVILLE, QLD 4810

Ph 07 47500874 Fax 07 4772 6093
<a class="moz-txt-link-abbreviated" href="mailto:michaelc@gbrmpa.gov.au">michaelc@gbrmpa.gov.au</a> 

================================================================================
If you have received this transmission in error please notify us immediately
by return email and delete all copies. Any unauthorised use, disclosure or
distribution of this email is prohibited.
================================================================================</pre>
<br>
<br>
Rainer Meier wrote, On 27/03/2008 11:19:
<blockquote cite="mid:47EAF61B.7090002@wpkg.org" type="cite">
  <pre wrap="">
Kent Tong wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

Is it possible to install the wpkg client manually (as opposed to running
the msi file)?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm, it might work if you just copy all the %ProgramFiles%\wpkg files to 
the host. Additionally you need to add the service to start WPKG at 
Windows startup. To achieve this you might be able to export 
HKLM\SYSTEM\CurrentControlSet\Services\WpkgService and import it on the 
target machine. I am not sure if WPKG client adds this entry by itself 
or if there is a switch to the wpkginst.exe binary to achieve this. 
Probably Tomasz Chmielewski can answer this.


  </pre>
  <blockquote type="cite">
    <pre wrap="">I am asking because trying to install the wpkg client v1.2.0 on our Windows
2003 
Terminal Server failed with the error "This application has requested the
Runtime to 
terminate it in an unusual way".
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Whatever "unusual way" means. Well, a WPKG client developer might give 
some comments to this as well.

br,
Rainer
-------------------------------------------------------------------------
Do you use WPKG? Tell us how! >> <a class="moz-txt-link-freetext" href="http://wpkg.org/Testimonials">http://wpkg.org/Testimonials</a>
_______________________________________________
wpkg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a>
<a class="moz-txt-link-freetext" href="http://lists.wpkg.org/mailman/listinfo/wpkg-users">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a>
  </pre>
</blockquote>
</body>
</html>