Skip to content

Commit

Permalink
Changing the TLS 1.2 support registry key to be installed for Windows…
Browse files Browse the repository at this point in the history
… 8 (but not 8.1) as well.
  • Loading branch information
thommcgrath committed Mar 1, 2017
1 parent 206478d commit d607f1a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installers/Windows/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"

[Registry]
Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp"; ValueType: dword; ValueName: "DefaultSecureProtocols"; ValueData: 2560; Flags: createvalueifdoesntexist; OnlyBelowVersion: 6.2
Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp"; ValueType: dword; ValueName: "DefaultSecureProtocols"; ValueData: 2560; Flags: createvalueifdoesntexist; Check: IsWin64; OnlyBelowVersion: 6.2
Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp"; ValueType: dword; ValueName: "DefaultSecureProtocols"; ValueData: 2560; Flags: createvalueifdoesntexist; OnlyBelowVersion: 6.3
Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp"; ValueType: dword; ValueName: "DefaultSecureProtocols"; ValueData: 2560; Flags: createvalueifdoesntexist; Check: IsWin64; OnlyBelowVersion: 6.3

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
3 changes: 2 additions & 1 deletion Project/Views/BeaconEditor.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Begin ContainerControl BeaconEditor
HasBackColor = False
Height = 464
HelpTag = ""
Index = -2147483648
InitialParent = ""
Left = 191
LockBottom = True
Expand Down Expand Up @@ -790,7 +791,7 @@ End
#tag EndEvents
#tag Events Separators
#tag Event
Sub Paint(index as Integer, g As Graphics, areas() As REALbasic.Rect)
Sub Paint(g As Graphics, areas() As REALbasic.Rect)
#Pragma Unused areas

G.ForeColor = &cCCCCCC
Expand Down
5 changes: 4 additions & 1 deletion Project/Views/DocWindow.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Begin BeaconWindow DocWindow
HasBackColor = False
Height = 580
HelpTag = ""
Index = -2147483648
InitialParent = ""
Left = 235
LockBottom = True
Expand Down Expand Up @@ -307,6 +308,7 @@ Begin BeaconWindow DocWindow
Width = 234
End
Begin Beacon.ImportThread Importer
Enabled = True
Index = -2147483648
LockedInPosition= False
Priority = 0
Expand All @@ -316,6 +318,7 @@ Begin BeaconWindow DocWindow
TabPanelIndex = 0
End
Begin Beacon.RepositoryEngine Repository
Enabled = True
Index = -2147483648
LockedInPosition= False
Scope = 2
Expand Down Expand Up @@ -1060,7 +1063,7 @@ End
#tag EndEvents
#tag Events Separators
#tag Event
Sub Paint(index as Integer, g As Graphics, areas() As REALbasic.Rect)
Sub Paint(g As Graphics, areas() As REALbasic.Rect)
#Pragma Unused areas

G.ForeColor = &cCCCCCC
Expand Down
4 changes: 4 additions & 0 deletions Project/Views/ImporterWindow.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ Begin Window ImporterWindow
LockTop = True
Maximum = 0
Scope = 2
TabIndex = 1
TabPanelIndex = 0
TabStop = True
Top = 52
Value = 0
Visible = True
Expand Down Expand Up @@ -100,6 +102,7 @@ Begin Window ImporterWindow
Selectable = False
TabIndex = 1
TabPanelIndex = 0
TabStop = True
Text = "Importing from """""
TextAlign = 0
TextColor = &c00000000
Expand Down Expand Up @@ -134,6 +137,7 @@ Begin Window ImporterWindow
Selectable = False
TabIndex = 2
TabPanelIndex = 0
TabStop = True
Text = ""
TextAlign = 0
TextColor = &c00000000
Expand Down
1 change: 1 addition & 0 deletions Project/Views/PresetWindow.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Begin BeaconWindow PresetWindow
HasBackColor = False
Height = 672
HelpTag = ""
Index = -2147483648
InitialParent = ""
Left = 14
LockBottom = True
Expand Down

0 comments on commit d607f1a

Please sign in to comment.