Added auto installation of VS Redists

This commit is contained in:
Pax1601
2024-07-17 16:49:21 +02:00
parent a15d2e2ec7
commit 959b083a60
4 changed files with 7 additions and 3 deletions

View File

@@ -34,6 +34,9 @@ if "%errorlevel%" == "9009" (
echo node.js is already installed, continuing installation!
)
echo Installing Visual Studio redistributables
"%CD%\dependencies\VC_redist.x64.exe" /install /passive /norestart
echo Installing node modules for frontend application...
cd .\frontend
call npm install --omit=dev