DrewNaylor / UXL-Launcher

An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft.
Apache License 2.0
7 stars 1 forks source link

Convert "cpuIsSixtyFourBit" setting to "pathUsePFxEightySix" for people upgrading. #189

Closed DrewNaylor closed 3 years ago

DrewNaylor commented 3 years ago

There's a thing in .NET that allows this.

DrewNaylor commented 3 years ago

This might help. https://docs.microsoft.com/en-us/dotnet/api/system.configuration.applicationsettingsbase.getpreviousversion?view=netframework-4.6.1

DrewNaylor commented 3 years ago

Didn't work since you can't rename settings across versions like this.