Skip to main content
Participant
July 20, 2012
Question

How to create a deletion of Adobe Acrobat through SCCM 2007

  • July 20, 2012
  • 1 reply
  • 1777 views

Can anyone give me assistance with creating a deletion package through SCCM 2007 that will remove Adobe Acrobat 8? I've tried the delete switch and msiexec, but doesn't seem to do the trick. Any assistance would be helpful.

This topic has been closed for replies.

1 reply

MichaelKazlow
Legend
July 21, 2012
Participant
November 4, 2013

Create A batch file

Content:

==============================================================================

@echo off

cls

echo

=================================================

echo Please wait while  ....PRODUCT NAME ....  is uninstalling

=================================================

Msiexec.exe /x {QUID} /q

::::Replace QUID with quid number ie  AC76BA86-1033-ffff-7760-000000000006

==============================================================================

SAVE BATCH FILE IE UNINSTALL.BAT

THEN CREATE PACKAGE IN sccm