mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
fix PotPlayer dependencies
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
Title=PotPlayer
|
Title=PotPlayer
|
||||||
Author=Homes32
|
Author=Homes32
|
||||||
Level=5
|
Level=5
|
||||||
Version=1.0.0.0
|
Version=1.1.0.0
|
||||||
Description=PotPlayer is a freeware multimedia player known for it's wide range of settings and customizations, as well as its lightweight nature and its support for a large variety of media formats.
|
Description=PotPlayer is a freeware multimedia player known for it's wide range of settings and customizations, as well as its lightweight nature and its support for a large variety of media formats.
|
||||||
Date=2020-09-17
|
Date=2023-01-31
|
||||||
Selected=False
|
Selected=False
|
||||||
Mandatory=False
|
Mandatory=False
|
||||||
|
|
||||||
@@ -65,6 +65,32 @@ Run,%ScriptFile%,ExtractProgram,%TargetPrograms%\%ProgramFolder%
|
|||||||
|
|
||||||
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
Echo,"Building a list of required files...#$x#$xThis can take awhile, please be patient."
|
||||||
|
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\devenum.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\evr.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\l3codeca.acm
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\l3codecp.acm
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\mfplat.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\MP3DMOD.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\MP43DECD.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\MP4SDECD.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\Mpeg2Data.ax
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\mpg2splt.ax
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\MPG4DECD.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\msmpeg2adec.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\msmpeg2vdec.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\qasf.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\unregmp2.exe
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\wmdrmsdk.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\wmploc.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\WMSPDMOD.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\WMVCORE.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\WMVDECOD.DLL
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\wmvdspa.dll
|
||||||
|
RequireFileEx,AppendList,\Windows\System32\WMVSDECD.DLL
|
||||||
|
|
||||||
|
// Extract
|
||||||
|
RequireFileEx,ExtractList
|
||||||
|
|
||||||
// Write the .exe version to the log to aid in debugging
|
// Write the .exe version to the log to aid in debugging
|
||||||
If,%SourceArch%,Equal,"x86",FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer.dll",%ProgramVer%
|
If,%SourceArch%,Equal,"x86",FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer.dll",%ProgramVer%
|
||||||
Else,FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer64.dll",%ProgramVer%
|
Else,FileVersion,"%TargetPrograms%\%ProgramFolder%\PotPlayer64.dll",%ProgramVer%
|
||||||
|
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
Notable changes to the PhoenixPE project.
|
Notable changes to the PhoenixPE project.
|
||||||
|
|
||||||
|
## Release UNRELEASED
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed dependencies for newer versions of PotPlayer
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
## Release 2023-01-30
|
## Release 2023-01-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -66,9 +78,10 @@ Notable changes to the PhoenixPE project.
|
|||||||
- Fixed encoding on WinContig.ini that caused the config to be discarded in newer WinContig versions (5.0.0+).
|
- Fixed encoding on WinContig.ini that caused the config to be discarded in newer WinContig versions (5.0.0+).
|
||||||
- Fixed a bug that prevented Mouse ClickLock from being enabled/disabled
|
- Fixed a bug that prevented Mouse ClickLock from being enabled/disabled
|
||||||
- Fixed a bug in Zulu JRE 11 that prevented the JRE from being added to the system PATH
|
- Fixed a bug in Zulu JRE 11 that prevented the JRE from being added to the system PATH
|
||||||
|
- Fixed an intermittent issue with the transparent icon overlay that caused black icon on explorer refresh.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Removed depreciated Techbench ISO download link in Config Source. Replaced with alternative ISO download source.
|
- Removed depreciated Techbench ISO download link in Config Source. Replaced with alternative ISO download link (https://files.rg-adguard.net/). Best practice remains to use the Download Source ISO button to use Fido, and use rg-adguard as a backup.
|
||||||
|
|
||||||
## Release 2022-12-25
|
## Release 2022-12-25
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user