Closed achangofpace closed 12 months ago
The package version is probably detected somehow. Please double click on the package in the table and then double click on the installed version. What is shown in the text field named "Detection info"?
For VS Code:
control-panel:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{EA457B21-F73E-494C-ACAB-524FDE069978}_is1
For ImageGlass:
msi:{ff4ea68e-4cb5-44bf-82b8-48aad9b89ea3}
Looks like the VSCode uninstaller has some leftovers in the registry. You can delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{EA457B21-F73E-494C-ACAB-524FDE069978}_is1
Npackd should show the program as not installed after this.
For ImageGlass you could use "msiexec.exe" to uninstall using the GUID {ff4ea68e-4cb5-44bf-82b8-48aad9b89ea3}.
I'm not finding the VSCode key in my registry
and
msiexec.exe /x {ff4ea68e-4cb5-44bf-82b8-48aad9b89ea3}
pops up a window that says "This action is only valid for products that are currently installed"
the log says:
=== Verbose logging started: 10/23/2023 13:32:47 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\Windows\system32\msiexec.exe === MSI (c) (AC:F4) [13:32:47:468]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (AC:F4) [13:32:47:468]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (AC:04) [13:32:47:486]: Resetting cached policy values MSI (c) (AC:04) [13:32:47:486]: Machine policy value 'Debug' is 0 MSI (c) (AC:04) [13:32:47:486]: RunEngine: Product: {ff4ea68e-4cb5-44bf-82b8-48aad9b89ea3} Action: CommandLine: ** MSI (c) (AC:04) [13:32:47:487]: Client-side and UI is none or basic: Running entire install on the server. MSI (c) (AC:04) [13:32:47:487]: Grabbed execution mutex. MSI (c) (AC:04) [13:32:47:520]: Cloaking enabled. MSI (c) (AC:04) [13:32:47:520]: Attempting to enable all disabled privileges before calling Install on Server MSI (c) (AC:04) [13:32:47:523]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (C4:08) [13:32:47:533]: Running installation inside multi-package transaction {ff4ea68e-4cb5-44bf-82b8-48aad9b89ea3} MSI (s) (C4:08) [13:32:47:533]: Grabbed execution mutex. MSI (s) (C4:D0) [13:32:47:535]: Resetting cached policy values MSI (s) (C4:D0) [13:32:47:535]: Machine policy value 'Debug' is 0 MSI (s) (C4:D0) [13:32:47:535]: RunEngine: Product: {ff4ea68e-4cb5-44bf-82b8-48aad9b89ea3} Action: CommandLine: ** MSI (s) (C4:D0) [13:32:47:535]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (C4:D0) [13:32:47:535]: MainEngineThread is returning 1605 MSI (s) (C4:08) [13:32:47:536]: User policy value 'DisableRollback' is 0 MSI (s) (C4:08) [13:32:47:536]: Machine policy value 'DisableRollback' is 0 MSI (s) (C4:08) [13:32:47:536]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (C4:08) [13:32:47:536]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (C4:08) [13:32:47:538]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (C4:08) [13:32:47:539]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (AC:04) [13:32:47:540]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (AC:04) [13:32:47:542]: MainEngineThread is returning 1605 === Verbose logging stopped: 10/23/2023 13:32:47 ===
I was able to reproduce with ImageGlass:
Do you think if I uninstalled Npackd and reinstalled it, it might fix it? I'll have to find a machine to test this on.
No, reinstalling Npackd will not fix this.
Strangely enough in "Add/Remove Programs" ImageGlass is still present and can be uninstalled.
You will probably have to wait for the next version for this to be fixed.
Wait a second, your case is different:
It helped to just delete the "NpackdDetected\ImageGlass" directory in my case. Could you please try to do the same?
Ah that did it for ImageGlass! I actually did have the same case where I tried to uninstall it with Npackd first and then did it with control panel.
I just deleted the Visual_Studio_Code folder in the same directory and that worked too! Thanks for helping with this.
I could have sworn I tried something like this before opening the issue? oh well
fixed for 1.27
When I try to uninstall it using the GUI, I get the following error
Here's the only contents of the directory referenced in the error message:
This same issue is happening for ImageGlass too