Forum Discussion
TechSkills
Feb 15, 2023Brass Contributor
Uninstall win32 app without uninstall.exe in programfiles folder
I want to be able to uninstall an application called Rapidtyping from https://rapidtyping.com/. It seems it doesnt have a valid uninstall string in the registery. The register refers to C:\Program ...
rahuljindal-MVP
Feb 15, 2023Bronze Contributor
Could the app be a x86? Also, you can try wmic to remove.
- TechSkillsFeb 16, 2023Brass Contributor
rahuljindal-MVP There is also a 32bit version, but there is also no uninstall.exe file in the programfiles x86 folder.
When i use the command 'wmic product get name', the app name isn't listed. I think it only shows MSI based software.
- rahuljindal-MVPFeb 16, 2023Bronze ContributorThe link you shared before contains details on using a ‘Portable method’. ~~Manually delete the folder containing RapidTyping's files and remove desktop shortcuts to them (if any).~~ Have you tried this? Should be enough to script these steps.
- TechSkillsFeb 17, 2023Brass ContributorIt seems that the uninstall.exe file is created when i re-run the installer file again. The uninstaller is not always created after the installation is done. So i think i need to do some more testing and maybe create a Powershell script to re-run this installer (silent) to create the uninstaller.exe in the ProgramFiles folder of the application.