32 lines
842 B
INI
32 lines
842 B
INI
############################
|
|
# Setup product information
|
|
############################
|
|
VENDOR="wiki.opsi.org"
|
|
PN="microsoft.localuser"
|
|
NAME="Create Local User"
|
|
DESCRIPTION="Dieses Packet erstellt einen lokalen Benutzer."
|
|
VERSION="3"
|
|
RELEASE="3"
|
|
PRIORITY="0"
|
|
ADVICE=""
|
|
|
|
# TYPE - defines, if the install files are public or restricted.
|
|
# Valid value: restricted | public
|
|
TYPE="public"
|
|
|
|
DL_FILE[0]="user-account.jpg"
|
|
DL_SOURCE[0]="http://itekblog.com/wp-content/uploads/2012/06/user-account.jpg"
|
|
|
|
DL_FILE[1]="PSTools-${VERSION}.zip"
|
|
DL_SOURCE[1]="http://download.sysinternals.com/files/PSTools.zip"
|
|
DL_ARCH[1]="ALL"
|
|
DL_DOWNLOADER[1]="wget"
|
|
DL_EXTRACT_FORMAT[1]="unzip"
|
|
|
|
# File array index for the image showing while installing the program
|
|
ICON_DL_INDEX=0
|
|
|
|
WINST_NAME[0]="PsGetSidExe"
|
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\PsGetsid.exe"
|
|
|