Install-WindowsService: Added admin reqirement
This commit is contained in:
parent
c92fad6edf
commit
694ebaaf1c
Binary file not shown.
@ -1,6 +1,14 @@
|
|||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Version 1.0.1.0 - 26.11.2024
|
||||||
|
NEW: -
|
||||||
|
FIX: -
|
||||||
|
CHG: - Now script can only be executed with admin rights
|
||||||
|
REM: -
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 1.0.0.0 - 21.11.2024
|
Version 1.0.0.0 - 21.11.2024
|
||||||
NEW: -
|
NEW: -
|
||||||
FIX: -
|
FIX: -
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
System Requirements
|
System Requirements
|
||||||
|
|
||||||
|
- Admin rights
|
||||||
- PowerShell Version 6 or higher needs to be installed
|
- PowerShell Version 6 or higher needs to be installed
|
||||||
The path of the Powershell Exe needs to be set in the "Install-WindowsService_Caller.cmd" file.
|
The path of the Powershell Exe needs to be set in the "Install-WindowsService_Caller.cmd" file.
|
||||||
Like: SET POWERSHELLEXE="C:\Program Files\PowerShell\7\pwsh.exe"
|
Like: SET POWERSHELLEXE="C:\Program Files\PowerShell\7\pwsh.exe"
|
||||||
Loading…
x
Reference in New Issue
Block a user