mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
bump Audio patch and StartAllBack supported versions
This commit is contained in:
@@ -35,8 +35,8 @@ Author=Homes32
|
|||||||
Level=4
|
Level=4
|
||||||
Selected=True
|
Selected=True
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.2.2.0
|
Version=1.2.1.0
|
||||||
Date=2023-09-10
|
Date=2024-01-12
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
|
|
||||||
@@ -305,14 +305,14 @@ If,ExistFile,"%TargetSystem32%\AudioSrvPolicyManager.dll",Begin
|
|||||||
If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\AudioSrvPolicyManager.dll] failed. Audio may not be available under the SYSTEM session. The error returned was [#r].",WARN
|
If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\AudioSrvPolicyManager.dll] failed. Audio may not be available under the SYSTEM session. The error returned was [#r].",WARN
|
||||||
End
|
End
|
||||||
Else,Begin
|
Else,Begin
|
||||||
// 10.0.22621.1485 - We will try this patch even if a more recent version is present
|
// 10.0.22621.1485+
|
||||||
ShellExecute,Hide,"%Tools%\%HostArch%\binmay.exe","-v -u #$q%TargetSystem32%\AudioSrvPolicyManager.dll#$q -s 83FF017426 -r 83FF01EB26"
|
ShellExecute,Hide,"%Tools%\%HostArch%\binmay.exe","-v -u #$q%TargetSystem32%\AudioSrvPolicyManager.dll#$q -s 83FF017426 -r 83FF01EB26"
|
||||||
If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\AudioSrvPolicyManager.dll] failed. Audio may not be available under the SYSTEM session. The error returned was [#r].",WARN
|
If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\AudioSrvPolicyManager.dll] failed. Audio may not be available under the SYSTEM session. The error returned was [#r].",WARN
|
||||||
End
|
End
|
||||||
End
|
End
|
||||||
|
|
||||||
// Warn if AudioSrvPolicyManager.dll version is unverified, as the patch will most likely fail to find a match
|
// Warn if AudioSrvPolicyManager.dll version is unverified, as the patch will most likely fail to find a match
|
||||||
If,%AudioSrvPolicyManagerVersion%,Bigger,10.0.22621.1485,Echo,"WARNING: [%TargetSystem32%\AudioSrvPolicyManager.dll] version [%AudioSrvPolicyManagerVersion%] has not been verified to work with this patch. Audio may not be available under the SYSTEM session. Please check the log for details.",WARN
|
If,%AudioSrvPolicyManagerVersion%,Bigger,10.0.22621.2506,Echo,"WARNING: [%TargetSystem32%\AudioSrvPolicyManager.dll] version [%AudioSrvPolicyManagerVersion%] has not been verified to work with this patch. Audio may not be available under the SYSTEM session. Please check the log for details.",WARN
|
||||||
|
|
||||||
[#ToggleStartupSound#]
|
[#ToggleStartupSound#]
|
||||||
// ===============================================================================================================================
|
// ===============================================================================================================================
|
||||||
|
@@ -35,8 +35,8 @@ Author=Homes32
|
|||||||
Level=3
|
Level=3
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
Version=1.0.0.0
|
Version=1.0.1.0
|
||||||
Date=2022-12-25
|
Date=2024-01-12
|
||||||
|
|
||||||
[Variables]
|
[Variables]
|
||||||
%ProgramFolder%=StartAllBack
|
%ProgramFolder%=StartAllBack
|
||||||
@@ -44,7 +44,7 @@ Date=2022-12-25
|
|||||||
%DownloadURL%=https://www.startallback.com/download.php
|
%DownloadURL%=https://www.startallback.com/download.php
|
||||||
// Latest version of StartAllBack that has been confirmed working with this project.
|
// Latest version of StartAllBack that has been confirmed working with this project.
|
||||||
// New versions have a history of breaking in PE so we warn the user of the possibility there will be issues.
|
// New versions have a history of breaking in PE so we warn the user of the possibility there will be issues.
|
||||||
%SupportedVer%=3.6.13.4715
|
%SupportedVer%=3.7.3.4855
|
||||||
|
|
||||||
[Process]
|
[Process]
|
||||||
Echo,"Configuring [ StartAllBack ] as the start menu..."
|
Echo,"Configuring [ StartAllBack ] as the start menu..."
|
||||||
|
Reference in New Issue
Block a user