Henry David Thoreau-Away
unread,Feb 23, 2022, 10:07:46 PM2/23/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discuss, sir...@globus.org, Discuss, Henry David Thoreau-Away
Deploying software with system management platforms such as Microsoft's SCCM, allows managed installation of software using elevated privileges. Administrators can automatically install packaged/approved software or make it available for self-service installation by users who do not have administrative credentials. Additionally they often can keep the software updated to the current release for systems with a prior release installed (a benefit to developers, users, and administrators).
Managing software installation has become common place within IT. Whether the deployment platform is Microsoft SCCM, ManageEngine, KACE, Lumension/HEAT/LANDESK/Ivanti, or others the requirements to deploy a given software package will be the same between vendors.
During deployment, the software is installed utilizing trusted system accounts with elevated privileges that do not allow user interaction (i.e. users cannot answer prompts or pick paths, but admin credentials are not required). This protects the system from users who might use the elevated environment to run software the administrators do not wish have on the systems, while allow easy software installation and updating.
During installation of the GCP windows executable file, the user must answer questions or accept a value for the installation path and whether to launch the software after installation to proceed with the installation. When deploying software using SCCM, and other common platforms, where the user see the prompt or answer the installation hangs and will not complete.
Deployments frequently use a command switch to invoke silent install mode to enable automatically accepting the default installation settings. Depending on the software used to generate the Windows installation executable, it is sometimes possible to supply an answer file to allow custom installations. The answer file extension and format vary depending on the original installation packaging software and formats used. Determining which software packaging tools are used to prepare the executable for distribution (InstallShield, AdminStudio, NSS, MSI Generator, etc) will provide direction on how to enable silent installations.
Thank you!