Page 1 of 1

Uninstall Registry entries

Posted: Sat Dec 11, 2021 2:45 am
by uspshooter
I am evaluating this installer and want to purchase a Pro license. However, I have one question before I purchase:

My application, the first time it is run and outside of the installer process, will create a couple specific registry keys. Is there the ability to delete these registry keys when uninstalling via the Actual Installer generated uninstaller?

Re: Uninstall Registry entries

Posted: Mon Dec 13, 2021 4:35 am
by Leo
Yes, it is possible. Go to System / Commands and add:

Code: Select all

File: 		<SystemDir>\cmd.exe
Parameters: 	/C reg delete "HKEY_CURRENT_USER\Software\Company\MyApp" /f
Launch on OS: 	Any
Show: 		Normal
Timing: 	After Uninstallation