Mogomotsi
Member
- Messages
- 9
- Solutions
- 2
- Reaction score
- 1
- Points
- 3
Incase you wanna deploy SAPGUI 7.7 in your environment
Deploying SAP GUI single file on SCCM
Open SCCM Console, Create application use the following installation command and detection clause
(Installation Command)SAP /Silent /Product="SAPGUI" SAPGUI is to auto select the SAPGUI Product
(Uninstallation Command) SAP /Uninstall /Product="SAPGUI" SAPGUI is to auto uninstall the SAPGUI Product
(Detection Clause) C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe
Deploying SAP GUI single file on SCCM
Open SCCM Console, Create application use the following installation command and detection clause
(Installation Command)SAP /Silent /Product="SAPGUI" SAPGUI is to auto select the SAPGUI Product
(Uninstallation Command) SAP /Uninstall /Product="SAPGUI" SAPGUI is to auto uninstall the SAPGUI Product
(Detection Clause) C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe