Running SCCM 2007 and trying to deploy a newer revision of our SAP gui to about 200 users.
The problems arise when I deploy to a machine where the application is installed and in use, the batch removes the currently installed version in the background and throws the user out of the Gui. The application then send SCCM a notification to say successful.
Is there any way to make the package wait till the files are not in use before removing?
Here is the command line I have used to remove and install the new revision of the gui.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi all, First post so here goes.
Running SCCM 2007 and trying to deploy a newer revision of our SAP gui to about 200 users.
The problems arise when I deploy to a machine where the application is installed and in use, the batch removes the currently installed version in the background and throws the user out of the Gui. The application then send SCCM a notification to say successful.
Is there any way to make the package wait till the files are not in use before removing?
Here is the command line I have used to remove and install the new revision of the gui.
REM ***Removal***
"C:\Program Files\SAP\SAPsetup\setup\NwSapSetup.exe" /uninstall /product="ECL710+BW350+KW710+GUI710ISHMED+GUI710TWEAK+JNet+SAPGUI710+SAPBI" /TitleComponent:"SAPGUI710" /IgnoreMissingProducts /silent
REM ***Installation***
"%~dp0RSL_SAP_GUI_72_7_20110809_1041.exe" /silent
msiexec.exe /i "%~dp0SapGuiAdditionalFiles.msi" RebootYesNo="No" Reboot="ReallySuppress" /qn
Thanks for any help on the matter.
S
Share this post
Link to post
Share on other sites