SMAPI Installer Bug: dotnet --info does not return the 64 bit .NET SDKs and Runtimes
itsanonmelody opened this issue ยท 1 comments
Describe the bug
The dotnet program used in the batch file for installing on Windows sometimes is the 32 bit version of the program. This means that the program only detects 32 bit .NET SDKs and Runtimes.
To Reproduce
- The path to the 64 bit version of the dotnet program comes after the 32 bit version in the Path system environment variable.
- Run SMAPI installer.
- Error occurs.
Screenshots
When the 64 bit version of dotnet comes after the 32 bit version.
When the 64 bit version of dotnet comes before the 32 bit version.
The .NET Desktop Runtimes installed on my computer.
Edit: Added the output of dotnet --info for both cases.