I've been having trouble with some packages without checks installing
every time wpkg runs. Here are a couple of the packages:
<package id="drop_admin" name="Remove Administrator privileges from IT
Technician account" revision="1" reboot="false" priority="1">
<install cmd="\\192.168.2.150\wpkg\drop_admin.bat">
<exit code="0" /><exit code="2" />
</install>
<upgrade cmd="\\192.168.2.150\wpkg\drop_admin.bat">
<exit code="0" /><exit code="2" />
</upgrade>
</package>
<package id="disable_au" name="Disable Windows Automatic Updates"
revision="1" reboot="false" priority="1">
<install cmd='regedit /s
"\\192.168.2.150\wpkg\Disable_Windows_Update.reg"' />
</package>
If I add execute=once to the package tag, will that fix the problem. But
then if I bump the revision number, will the upgrade command be run. (In
other words, does 'once' mean once ever, or once as long as the revision
remains the same.)
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users