DeployConcept/src/install_launcher.bat

7 lines
151 B
Batchfile
Raw Normal View History

2024-06-07 20:21:38 +03:00
@echo off
@pushd %~dp0
PowerShell -NoProfile -ExecutionPolicy Bypass -Command ". "%cd%\InstallAllProducts.ps1"; InstallAllProducts %cd%;"
@popd
pause