Support Forum: Get Support for Patch My PC Products and Services

Home Updater: Our Free Product for Consumers => Home Updater: Report Bugs and Issues Not Related to Installing Apps => Topic started by: Xolem on March 21, 2018, 10:14:15 AM

Title: PatchMyPC confusing Onedrive with 4 other unrelated programs.
Post by: Xolem on March 21, 2018, 10:14:15 AM
Hello,

I have desinstalled Onedrive from my PC because i'm using Google Drive.

The problem is that PatchMyPC still think Onedrive is on the system, so I tried the uninstall option from the app just to see if I could get rid of it definitely.

When I do that it prompts me to uninstall other apps that have nothing to do with Onedrive, namely :

- Driverscloud (driver scanner and updater)
- ODBC driver x86 + x64 for Windev v.20 and v.23 (Software development solution)

In total if i was to accept, it would uninstall those 4 apps mistakenly (see attached screenshots for more details)

I also added the following lines to the registry, to no avail :

reg add "HKLM\SOFTWARE\Patch My PC\Options" /v "DisableAutoCheck_Chk_OneDrive" /t "REG_SZ" /d "1" /f
reg add "HKLM\SOFTWARE\Patch My PC\Options" /v "Manual_Install_Chk_OneDrive" /t "REG_SZ" /d "1" /f
reg add "HKLM\SOFTWARE\Patch My PC\Options" /v "Skip_Chk_OneDrive" /t "REG_SZ" /d "1" /f

Which seems logical as Onedrive gets confused with those apps. No idea why.

Thanks.


Title: Re: PatchMyPC confusing Onedrive with 4 other unrelated programs.
Post by: Support Team (Patch My PC) on March 21, 2018, 06:47:46 PM
Quote from: Xolem on March 21, 2018, 10:14:15 AM
Hello,

I have desinstalled Onedrive from my PC because i'm using Google Drive.

The problem is that PatchMyPC still think Onedrive is on the system, so I tried the uninstall option from the app just to see if I could get rid of it definitely.

When I do that it prompts me to uninstall other apps that have nothing to do with Onedrive, namely :

- Driverscloud (driver scanner and updater)
- ODBC driver x86 + x64 for Windev v.20 and v.23 (Software development solution)

In total if i was to accept, it would uninstall those 4 apps mistakenly (see attached screenshots for more details)

I also added the following lines to the registry, to no avail :

reg add "HKLM\SOFTWARE\Patch My PC\Options" /v "DisableAutoCheck_Chk_OneDrive" /t "REG_SZ" /d "1" /f
reg add "HKLM\SOFTWARE\Patch My PC\Options" /v "Manual_Install_Chk_OneDrive" /t "REG_SZ" /d "1" /f
reg add "HKLM\SOFTWARE\Patch My PC\Options" /v "Skip_Chk_OneDrive" /t "REG_SZ" /d "1" /f

Which seems logical as Onedrive gets confused with those apps. No idea why.

Thanks.

Thanks for the report. We are looking to improve the detection from the apps checkbox. There is some instances where other apps that start with the same name may be called. This is why we added the confirm. We should have this improved in an update soon. If you use the uninstall menu it should only call the OneDrive uninstaller.
Title: Re: PatchMyPC confusing Onedrive with 4 other unrelated programs.
Post by: Support Team (Patch My PC) on March 21, 2018, 06:49:27 PM
Also, can you send a screenshot of the main app when opened with all the outdated apps listed in the textbox and the onedrive checkbox on the left side in view?
Title: Re: PatchMyPC confusing Onedrive with 4 other unrelated programs.
Post by: Xolem on March 22, 2018, 02:43:15 AM
Ok thanks,

See screenshot attached for your request.
Title: Re: PatchMyPC confusing Onedrive with 4 other unrelated programs.
Post by: Xolem on March 22, 2018, 02:58:49 AM
I got rid of the problem by deleting all the registry leftovers from Onedrive.

HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6} --> Deleted
HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6} --> Deleted

And the residual folders in %UserProfile%, %LocalAppData% and %ProgramData%

Also ran  : %systemroot%\SysWOW64\OneDriveSetup.exe /uninstall (in CMD)

In case someone has the same issue.