mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-27 13:23:13 +00:00
CLIInstaller and CLIArguments
Explained…
This commit is contained in:
@@ -198,8 +198,19 @@ REOPEN="yes"
|
|||||||
# $updateTool $updateArguments
|
# $updateTool $updateArguments
|
||||||
# Will be run instead of of downloading and installing a complete new version.
|
# Will be run instead of of downloading and installing a complete new version.
|
||||||
# Use this when the updateTool does differential and optimized downloads.
|
# Use this when the updateTool does differential and optimized downloads.
|
||||||
# e.g. msupdate
|
# e.g. msupdate on various Microsoft labels
|
||||||
#
|
#
|
||||||
# - updateToolRunAsCurrentUser:
|
# - updateToolRunAsCurrentUser:
|
||||||
# When this variable is set (any value), $updateTool will be run as the current user.
|
# When this variable is set (any value), $updateTool will be run as the current user.
|
||||||
#
|
#
|
||||||
|
# - CLIInstaller:
|
||||||
|
# - CLIArguments:
|
||||||
|
# If the downloaded dmg is actually an installer that we can call using CLI,
|
||||||
|
# we can use these two variables for what to call.
|
||||||
|
# We need to define `name` for the installed app (to be version checked), as well
|
||||||
|
# as `appName` for the installer binary. So Installomator will add the path to this
|
||||||
|
# binary, and it will be called like this:
|
||||||
|
# $CLIInstaller $CLIArguments
|
||||||
|
# We can support a whole range of other software titles by implementing this.
|
||||||
|
# See label adobecreativeclouddesktop
|
||||||
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user