microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

Fixing issues in Setup.ps1 script #123

Closed arthuraraujo-msft closed 8 months ago

arthuraraujo-msft commented 8 months ago

Closes #122

Ran this on a new VM to check for issues.

  1. cmake --version check was still outputting error on the console even with the out-null redirection. Switched to a try-catch which fixes it.
  2. Stopping on errors instead of continuing a failed script
  3. Removing --add productLang override on the vc tools installation which is not working on some devices and is not required for the installation