<html>
<head>
<base href="http://bugzilla.wpkg.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Intermittent problem Uninstall not found in System Context"
href="http://bugzilla.wpkg.org/show_bug.cgi?id=287#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Intermittent problem Uninstall not found in System Context"
href="http://bugzilla.wpkg.org/show_bug.cgi?id=287">bug 287</a>
from <span class="vcard"><a class="email" href="mailto:r.meier@wpkg.org" title="Rainer Meier <r.meier@wpkg.org>"> <span class="fn">Rainer Meier</span></a>
</span></b>
<pre>OK, if you still don't see the entry even after a while but you can see it from
your user account and it's in HKLM tree of the registry then there are two
possibilities:
- you are running WPKG with 32-bit cscript.exe
- the process running WPKG does not have read permissions on the uninstall key
The first option is quite a common one. If WPKG is executed from 32-bit
environment (e.g. 32-bit WPKG client or any other 32-bit launcher) then Windows
will launch 32-bit cscript.exe. As a result wpkg.js will not be able to read
the 64-bit uninstall entries!
If you are unsure whether you run WPKG from a 32-bit or 64-bit process try
launching wrapper.js (included in WPKG distribution) instead of wpkg.js
directly. It will assure WPKG is run from 64-bit csript.exe.
You can also try to run wpkg via %SystemRoot%\sysnative\cscript.exe.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>