Merge pull request #1037 from mpheath/fix_plus_iss

Fix innosetup script to remove shell integration keys
This commit is contained in:
DavidXanatos 2021-07-26 08:16:50 +02:00 committed by GitHub
commit 2132f28396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -404,8 +404,8 @@ begin
RegDeleteValue(HKEY_CURRENT_USER, 'Software\Microsoft\Windows\CurrentVersion\Run', 'SandboxiePlus_AutoRun');
// remove shell integration
RegDeleteValue(HKEY_CURRENT_USER, 'software\classes\*\shell', 'sandbox');
RegDeleteValue(HKEY_CURRENT_USER, 'software\classes\folder\shell', 'sandbox');
RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'software\classes\*\shell\sandbox');
RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'software\classes\folder\shell\sandbox');
// delete other left overs
DeleteFile(ExpandConstant('{app}\SbieDrv.sys.w10'));