<div dir="ltr"><div class="gmail_default" style="font-size:small">You beat me to it but absolutely this. The checks are typically so quick deleting this file is the easiest option.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 19 Apr 2022 at 19:25, Adam Thorn <<a href="mailto:alt36@cam.ac.uk">alt36@cam.ac.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 18/04/2022 22:56, John H Nyhuis wrote:<br>
> Is there a way to clean up the WPKG installed software database (control <br>
> file)?<br>
<br>
The file you want to look at is c:\windows\system32\wpkg.xml . It's an <br>
xml file containing a list of <package> elements for each piece of <br>
software that has been installed on a computer via wpkg.<br>
<br>
You should probably take a copy of it before experimenting but I think <br>
you should be able to either:<br>
<br>
1. edit the file in a text editor, find the <package> with <br>
id="NAMEOFPACKAGE", and delete the entire <package> .. </package> <br>
element, being careful to ensure the file remains valid XML, or ..<br>
<br>
2. just delete c:\windows\system32\wpkg.xml . Then run wpkg.js <br>
/synchronize /dryrun , review the output, then run wpkg.js /synchronize <br>
. That should just lead to every package in the profile responding with <br>
the 'Package XYZ: already installed' message and do nothing other than <br>
recreate the local wpkg.xml file. (This assumes that there are currently <br>
no pending package changes that you expect /synchronize to perform..!)<br>
<br>
Adam<br>
---------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" rel="noreferrer" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br>
<a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users" rel="noreferrer" target="_blank">https://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div>