[wpkg-users] Package for Chrome
Adam Thorn
alt36 at cam.ac.uk
Mon Aug 24 21:20:47 CEST 2020
On 24/08/2020 19:33, Kris Lou wrote:
> Here's mine. I have a bunch of idiosyncrasies and bits and pieces of
> cleanup commands, but the core of it is pretty straightforward.
>
> The biggest part is probably the <check> -- chrome.exe file versioning
> has been very consistent in matching the build number.
Seconded - I definitely found using <check type="uninstall"> was
unreliable, but ever since I switched to a similar <check type="file">
to what Kris suggested my wpkg has behaved well ever since. The comment
I left in my xml was...
<!-- NB the check of type 'uninstall' seems to be unreliable: it
temporarily reports an old version for some reason just after the msi
finishes. The 'file' check seems a lot more reliable. -->
Adam
More information about the wpkg-users
mailing list