Skip to content
Compare
Choose a tag to compare
@harryeffinpotter harryeffinpotter released this 16 Sep 11:13
· 6 commits to main since this release
440c11f

Fixed Install.bat in releases section, how did no one tell me that the old one was not even a batch file and was entirely borked?! I mean the install.bat linked in the text and every where else WAS the right one, but I gotta imagine some poor souls came here and clicked on the file in Release assets and said WTF IS THIS?!

Fixed.

What's Changed

  • Noticed that on fresh installs the script would only get the couple of extra tools at the end, ignoring the entire purpose of the script. This was due to Windows now including Winget with more recent windows builds, but not including the proper sources with winget. The proper sources may be included when windows is fully updated(not entirely sure), however most of the time when I, and others, are running this script, we are running it after a reformat, and not necessarily after we have all cumulative updates installed. So I added lines that SHOULD fix this. If this issue persists for anyone please open an issue. Also wouldn't mind if someone opened an issue just to tell me "Hey this worked on a fresh install again!". Thanks!
  • Added 2 packages to .net exclusions and 1 package to VC++ exclusions since they were all mismatches.
  • Same code that fixes the fresh install issue mentioned above SHOULD install winget much cleaner for systems without it.
  • Update AIOInstaller.bat to add --silent option by @JKawmi in #4

New Contributors

  • @JKawmi made their first contribution in #4

Full Changelog: v1.0...1.1