91 lines
2.9 KiB
INI
91 lines
2.9 KiB
INI
[WpkgConfig]
|
|
# If you want Wpkg-GP to run from local group policies, e.g. execute
|
|
# without you configuring anything on the servers, set this to 1
|
|
# Default: 1
|
|
# Alternatives: 0 | 1
|
|
EnableViaLGP = 1
|
|
|
|
# If you want the settings configured in this config file to override
|
|
# any settings set through the Group Policy administrative template for
|
|
# Wpkg-GP, and deployed through Group Policies, set this to 1
|
|
IgnoreGroupPolicy = 0
|
|
|
|
# Do not execute Wpkg-GP at bootup. Other methods of executing will still work.
|
|
# Default: 0
|
|
# Alternatives: 0 | 1
|
|
DisableAtBootUp = 0
|
|
|
|
# The path to your wpkg.js here
|
|
WpkgCommand = \\fs.aao.ru\INSTALL\WPKG\wpkg.js
|
|
|
|
# The log level (a value between 0 and 3)
|
|
WpkgVerbosity = 1
|
|
|
|
# The user name WPKG will use for connecting to the network
|
|
WpkgNetworkUsername = aao\wpkg
|
|
WpkgNetworkPassword = clear:ypp44SmNiU94qy
|
|
|
|
# The maximum number of consecutive reboots allowed before skipping
|
|
# execution of Wpkg-GP
|
|
WpkgMaxReboots = 10
|
|
|
|
# Configure whether Wpkg-GP should initialize a reboot when Wpkg.js requests it, or not.
|
|
# Alternatives: force | ignore
|
|
# Default: force
|
|
WpkgRebootPolicy = force
|
|
|
|
# Configure whether users not in local administrators group
|
|
# should be able to execute Wpkg-GP. Enabling this means that users
|
|
# on other computers that is not a member of the local administrators
|
|
# group on this computer can execute Wpkg-GP. Users that are a member
|
|
# of the local Administrators group can always execute Wpkg-GP regardless
|
|
# of this setting.
|
|
# Alternatives: 1 | 0
|
|
# Default: 0
|
|
WpkgExecuteByNonAdmins = 0
|
|
|
|
# Configure whether all local users on the computer should be able to execute Wpkg-GP.
|
|
# This is necessary for the users to initiate installation of software themselves if
|
|
# the setting WpkgExecuteByNonAdmins = 0
|
|
# Alternatives: 1 | 0
|
|
# Default: 1
|
|
WpkgExecuteByLocalUsers = 1
|
|
|
|
|
|
# Configure whether to show an activity indicator when Wpkg-GP is executing
|
|
# Alternatives: 1 | 0
|
|
# Default: 1
|
|
WpkgActivityIndicator = 1
|
|
|
|
# Configure if you want WPKG-GP to test the network connection with a
|
|
# simple TCP-connect before trying to mount the share
|
|
# This helps reduce boot stall on mobile clients as the timeout for a
|
|
# tcp connect is set pretty short.
|
|
# TestConnectionHost = myhost.example.com
|
|
|
|
# Configure the port to connect to
|
|
# Default: 445 (standard port for MS shares - alternative might be 139)
|
|
# TestConnectionPort = 445
|
|
|
|
# Number of retries - increase if you have clients that connect slowly
|
|
# Each try takes approx 2 seconds
|
|
# Default: 5
|
|
# TestConnectionTries = 5
|
|
|
|
# Number in seconds WPKG-GP sleeps before retrying to test network connection again
|
|
# Default: 2
|
|
# TestConnectionSleepBeforeRetry = 2
|
|
|
|
# Number of retries to mount share before giving up
|
|
# Default: 7
|
|
# ConnectionTries = 7
|
|
|
|
# Number in seconds WPKG-GP sleeps before retrying to connect to share
|
|
# Default: 5
|
|
# ConnectionSleepBeforeRetry = 5
|
|
|
|
[EnvironmentVariables]
|
|
# Specify environment variables you want Wpkg to have here
|
|
|
|
# Example: SOFTWARE = \\file001\install\software
|