BarTender 2022 SCCM install
Anyone has any information on how to deploy the latest version through SCCM/Intune or PDQ? Going to need to update inplace 2016-2019 versions throughout and would like to get more info on how we can deploy this to 50+ machines?
-
Alex Henry
★ BarTender Hero ★
Anyone willing to comment on this?
0 -
Andrew Bright
★ BarTender Hero ★
Not sure about how to setup specific installers in those (we use Workspace ONE) however the silent install command is as follows:
[InstallationPackage].exe FEATURE=[features] PKC=[product key code] BLS=<address:port> PRINTPORTAL_ACCOUNT_PASSWORD=[password] INSTALLDIR=[file path] INSTALLSQL=[true/false]
Examples:
Install BarTender, skipping the installation of SQL Server Express, and have BarTender use an already configured BarTender Licensing Service:setup.exe FEATURE=BarTender INSTALLSQL=false BLS=MyBLSServer:5160 PKC=xxxx-xxxxxxxx-xxxx
Silent installation of BarTender to an alternative installation directory:
setup.exe FEATURE=BarTender INSTALLDIR="C:\My BarTender Software"
If these require MSI installers, you can extract this via command line by entering the setup executable filename followed by /extract, for example:
BT2022_R1_181316_Full_x64.exe /extract
The only problem with that is the current version needs all of the installation package in the '.exe' to do a silent install, so hopefully you won't need the msi.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare