diff --git a/current/Install-WindowsService/Install-WindowsService.ps1 b/current/Install-WindowsService/Install-WindowsService.ps1 index 6f4a4b5..fcab4c6 100644 Binary files a/current/Install-WindowsService/Install-WindowsService.ps1 and b/current/Install-WindowsService/Install-WindowsService.ps1 differ diff --git a/current/Install-WindowsService/Install-WindowsService_History.txt b/current/Install-WindowsService/Install-WindowsService_History.txt index 7e72d6e..1424d53 100644 --- a/current/Install-WindowsService/Install-WindowsService_History.txt +++ b/current/Install-WindowsService/Install-WindowsService_History.txt @@ -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 NEW: - FIX: - diff --git a/current/Install-WindowsService/Install-WindowsService_Readme.txt b/current/Install-WindowsService/Install-WindowsService_Readme.txt index 60491a4..da2e10e 100644 --- a/current/Install-WindowsService/Install-WindowsService_Readme.txt +++ b/current/Install-WindowsService/Install-WindowsService_Readme.txt @@ -1,5 +1,6 @@ System Requirements +- Admin rights - 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. Like: SET POWERSHELLEXE="C:\Program Files\PowerShell\7\pwsh.exe" \ No newline at end of file