Merge pull request #4369 from sandboxie-plus/isaak654-registrydeletion
Update Sandboxie-Plus.iss
This commit is contained in:
commit
e4c3761e98
|
@ -903,6 +903,9 @@ void CSettingsWindow::RemoveContextMenu()
|
|||
QProcess Proc;
|
||||
Proc.execute("rundll32.exe", QStringList() << "SbieShellExt.dll,RemovePackage");
|
||||
Proc.waitForFinished();
|
||||
|
||||
QSettings MyReg("HKEY_CURRENT_USER\\SOFTWARE\\Xanasoft\\Sandboxie-Plus", QSettings::NativeFormat);
|
||||
MyReg.remove(""); // Removes the entire key and all subkeys
|
||||
}
|
||||
|
||||
CSbieUtils::RemoveContextMenu();
|
||||
|
|
Loading…
Reference in New Issue