Charles McLaughlin schrieb:
Thanks for the response.  But if the computer rarely restarts then my
packages will rarely be distributed, correct?  If I plan to use wpkg to
distribute security patches, then perhaps I should schedule Windows to
reboot once a day?

You could use the Task Scheduler, and start WPKG every few hours or so.


BTW My first wpkg use was a patch for the recent wmf vulnerability:

<package
    id="wmf-fix"
    name="wmf-fix"
    revision="0"
    reboot="false"
    priority="0">

    <!-- If log file exists, then we've already installed the patch so exit-->
    <check type="file" condition="exists" path="C:\NETINST\LOGS\wmf-fix.txt" />

    <install cmd='regsvr32 -s -u %windir%\system32\shimgvw.dll' />
    <install
     cmd='cmd.exe /C "echo patched wmf exploit > c:\netinst\logs\wmf-fix.txt"\' 
/>

</package>

Did you add it to the WIKI (and explain what it does an how)? :)


--
Tomasz Chmielewski
http://wpkg.org



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to