HaloSPV3 / HCE

HCE & SPV3 projects by Miris 'n' Crew.
https://source.n2.network/hce/
14 stars 0 forks source link

Update WinStore/GamePass MCC detection: need a method that does not rely on a static filename #229

Closed BinToss closed 3 years ago

BinToss commented 3 years ago

s3anyboy:

btw the season 6 update changed the MCC winstore version exe name

"MCC-Win64-Shipping-WinStore" to "MCCWinStore-Win64-Shipping"

if (Name.Contains("MCC") && Name.Contains("Winstore")) ? Check file's VersionInfo as well. We don't want to get the wrong executable/process.

BinToss commented 3 years ago

Resolved by 680ba157