How to Delete Registry key

Common questions about using Actual Installer.
Post Reply
mdgcvg
Posts: 2
Joined: Sun Jul 22, 2012 1:09 pm

How to Delete Registry key

Post by mdgcvg »

I need to remove a registry key during the install.
The key looks like this

HKEY_CURRENT_USER\SOFTWARE\<Company>

Then delete all keys below it.

Also. When it runs, if not found it should keep installing.

I'm on version 4.5

Please advise
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: How to Delete Registry key

Post by Leo »

You can make it by using the System\Commands page:

Code: Select all

Command: <SystemDir>\reg.exe
Parameters: delete "HKCU\SOFTWARE\<Company>" /f
Timing: Before Installation
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply