Skip to content

Commit

Permalink
Fix autorun registry key path
Browse files Browse the repository at this point in the history
  • Loading branch information
mpheath committed Oct 22, 2021
1 parent a3a36df commit abd2d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Sandboxie-Plus.iss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Type: files; Name: "{app}\translations\sandman_zh-TW.qm"

[Registry]
; Autostart Sandman.
Root: HKCU; Subkey: "Software\Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "SandboxiePlus_AutoRun"; ValueType: string; ValueData: """{app}\SandMan.exe"" -autorun"; Flags: uninsdeletevalue; Tasks: AutoStartEntry
Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "SandboxiePlus_AutoRun"; ValueType: string; ValueData: """{app}\SandMan.exe"" -autorun"; Flags: uninsdeletevalue; Tasks: AutoStartEntry

; AddRunSandboxed all files.
Root: HKCU; Subkey: "Software\Classes\*\shell"; Flags: uninsdeletekeyifempty; Tasks: AddRunSandboxed
Expand Down

0 comments on commit abd2d44

Please sign in to comment.