Skip to content
Snippets Groups Projects
Commit 394b8a9d authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add description and requirements.

parent 31dcdb64
No related branches found
No related tags found
No related merge requests found
# helper script to install the AutoTx service on a computer
# set our requirements:
#Requires -version 5.1
#Requires -RunAsAdministrator
function Start-MyService {
......
# helper script to create a package from an AutoTx build that can be used from
# the included "Install-Service.ps1" script as well as with the AutoTx-Updater
# set our requirements:
#Requires -version 5.1
$ResourceDir = "..\Resources"
......
# Script to be run by the task scheduler for automatic updates of the AutoTx
# service binaries and / or configuration file.
# Testing has been done on PowerShell 5.1 only, so we set this as a requirement:
#requires -version 5.1
# set our requirements:
#Requires -version 5.1
#Requires -RunAsAdministrator
[CmdletBinding()]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment