Skip to content

Commit

Permalink
Remove needless registry key
Browse files Browse the repository at this point in the history
FlexConfirmMail supports Outlook 2016+, so we need add a key only for `Software\Microsoft\Office\16.0`.
Also, Office skips the internal version "13", so there is no Office version corresponding to `Software\Microsoft\Office\13.0`.
  • Loading branch information
HashidaTKS committed Sep 12, 2024
1 parent 3a7f360 commit 1b5624a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FlexConfirmMail.iss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Root: HKLM32; Subkey: "Software\Microsoft\Office\Outlook\Addins\FlexConfirmMail"

; Prevent Outlook from disabling .NET addon
Root: HKCU; Subkey: "Software\Microsoft\Office\16.0\Outlook\Resiliency\DoNotDisableAddinList"; ValueType: dword; ValueName: "FlexConfirmMail"; ValueData: 1
Root: HKCU; Subkey: "Software\Microsoft\Office\13.0\Outlook\Resiliency\DoNotDisableAddinList"; ValueType: dword; ValueName: "FlexConfirmMail"; ValueData: 1

[Languages]
Name: en; MessagesFile: "compiler:Default.isl"
Expand Down

0 comments on commit 1b5624a

Please sign in to comment.