deploy script added

This commit is contained in:
iTob 2025-02-13 21:01:17 +01:00
parent 97efceb2de
commit 186cab1255

View File

@ -0,0 +1 @@
U:\HomeLab\Scripts\Windows\deploy_via_psexec.ps1 -RemoteComputer "Cambooth" -SourceFolder "../src/CamBooth/CamBooth.App/bin/Release/net8.0-windows" -DestinationFolder "C:\Cambooth" -ProcessesToStop @("MyWPFApp") -ServicesToStop @("MyService") -AppExecutable "MyWPFApp.exe" -LocalUsername "cambooth\administrator" -LocalPassword "2013"