From 4ea7af384a4303f17109668a7b72a317a8ad37ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Mon, 7 Oct 2019 15:09:19 +0200 Subject: [PATCH] Revert "handle ubx double click on windows" This reverts commit 410d0ff173e9238d42aff530e54a2f87b18b7633. --- release_scripts/windows/OpenBoard.iss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/release_scripts/windows/OpenBoard.iss b/release_scripts/windows/OpenBoard.iss index 2aabc85c..5f74476a 100644 --- a/release_scripts/windows/OpenBoard.iss +++ b/release_scripts/windows/OpenBoard.iss @@ -12,9 +12,7 @@ AppId={{8CCA6AC7-BBF9-4DD2-8E70-A907E0FCA38F}} AppName=OpenBoard AppVersion={#ApplicationVersion} AppVerName=OpenBoard {#ApplicationVersion} -UninstallDisplayName=OpenBoard - - +UninstallDisplayName=OpenBoard {#ApplicationVersion} AppPublisher=Open Education Foundation AppPublisherURL=http://www.oe-f.org @@ -145,11 +143,6 @@ Root: HKCR; Subkey: "OpenBoardFile"; ValueType: string; ValueName: ""; ValueData Root: HKCR; Subkey: "OpenBoardFile\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\OpenBoard.exe,1" Root: HKCR; Subkey: "OpenBoardFile\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\OpenBoard.exe"" ""%1""" -Root: HKCR; Subkey: ".ubx"; ValueType: string; ValueName: ""; ValueData: "OpenBoardFileSet"; Flags: uninsdeletevalue -Root: HKCR; Subkey: "OpenBoardFileSet"; ValueType: string; ValueName: ""; ValueData: "OpenBoard document set"; Flags: uninsdeletekey -Root: HKCR; Subkey: "OpenBoardFileSet\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\OpenBoard.exe,1" -Root: HKCR; Subkey: "OpenBoardFileSet\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\OpenBoard.exe"" ""%1""" - Root: HKLM; Subkey: "SOFTWARE\OpenBoard"; ValueType: string; ValueName: "Client application"; ValueData: "{app}\OpenBoard.exe"; Flags: uninsdeletevalue; Check: isProcessorNotX64 Root: HKLM; Subkey: "SOFTWARE\OpenBoard"; ValueType: dword; ValueName: "Transfer mode"; ValueData: "0"; Flags: uninsdeletevalue; Check: isProcessorNotX64 Root: HKLM; Subkey: "SOFTWARE\OpenBoard"; ValueType: dword; ValueName: "EMF: Hide page"; ValueData: "1"; Flags: uninsdeletevalue; Check: isProcessorNotX64