Skip to content

Commit

Permalink
[r5993] Инсталлятор теперь добавляет путь к плееру в "App Paths".
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jan 30, 2021
1 parent c628788 commit ab1731a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distrib/mpc-be_setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;
; (C) 2009-2020 see Authors.txt
; (C) 2009-2021 see Authors.txt
;
; This file is part of MPC-BE.
;
Expand Down Expand Up @@ -314,6 +314,7 @@ Type: files; Name: {app}\{#msdk_dll}

[Registry]
Root: HKLM; Subkey: "SOFTWARE\Clients\Media\MPC-BE"; Flags: dontcreatekey uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\{#mpcbe_exe}"; ValueType: string; ValueName: ""; ValueData: "{app}\{#mpcbe_exe}"; Flags: deletekey uninsdeletekey

[Code]
function IsProcessorFeaturePresent(Feature: Integer): Boolean;
Expand Down

0 comments on commit ab1731a

Please sign in to comment.