How to Run Uninstall Software Batch file
Created: 12 Feb 2013 | Updated: 14 Feb 2013 | 13 comments
This issue has been solved. See solution.
HI,
I need to remove Adobe Acrobat 6.0 Pro.for altiris symantec management console.
i have added my script batch file in as per screen shot but script not run.
Kindly help me.
Comments 13 Comments • Jump to latest comment
I don't think you need anything in the script apart from the msiexec... line, remove all the other lines.
Add /l*v "%temp%\acrobat6UN.log" to the end to log the uninstall.
Authorised Symantec Consultant (ASC) with Endpoint Management Limited, an Authorised Symantec Delivery Provider based in the UK.
Connect Etiquette: "Mark as Solution" posts that fix your problem, thumbs up for useful
Hi,
Thanks for reply
Can i use this
msiexec /l*v "%temp%\acrobat6UN.log"
Can this script remove Adobe 6.
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
No, you need to add /l*v "%temp%\acrobat6UN.log" to your existing msiexec command.
Authorised Symantec Consultant (ASC) with Endpoint Management Limited, an Authorised Symantec Delivery Provider based in the UK.
Connect Etiquette: "Mark as Solution" posts that fix your problem, thumbs up for useful
msiexec.exe /x {AC76BA86-1033-0000-7760-000000000001} /qn /l*v "%temp%\acrobat6UN.log"
That's correct..
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
Yes.
Authorised Symantec Consultant (ASC) with Endpoint Management Limited, an Authorised Symantec Delivery Provider based in the UK.
Connect Etiquette: "Mark as Solution" posts that fix your problem, thumbs up for useful
Hi,
Still Software not remove,Even when i have check Altis client task history not showing any task
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
Remove the top line.
The apply the task to the PC in the console.
Authorised Symantec Consultant (ASC) with Endpoint Management Limited, an Authorised Symantec Delivery Provider based in the UK.
Connect Etiquette: "Mark as Solution" posts that fix your problem, thumbs up for useful
Hi,
I want to remove Adobe Acrobat 6.0 Pro 100 system.so testing purpose i have set one IP address top of the line.
Please provide steps where can i set this script.I am newbe in Altiris platform
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
First you need to install the Symantec Management Agent on to the test PC.
Then you need to create a task to uninstall Adobe Acrobat - delete the IP address from the Task you have created, give it a name you're recognise and Click OK.
Then you apply the Task to the PC. Once you have saved the Task select it and click "Quick Run". Type in the first few characters of the PC name, select your test PC and click run. The Task should then run in a few minutes.
Authorised Symantec Consultant (ASC) with Endpoint Management Limited, an Authorised Symantec Delivery Provider based in the UK.
Connect Etiquette: "Mark as Solution" posts that fix your problem, thumbs up for useful
Thanks Andy It's working now i am able to remove Software,
If i want to add bulk system where can i add.
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
Create a Filter and add the systems to that.
From the Task click "New Schedule" > Add > Target > Add rule > Excldue Resources not In > Filter > your filter.
Authorised Symantec Consultant (ASC) with Endpoint Management Limited, an Authorised Symantec Delivery Provider based in the UK.
Connect Etiquette: "Mark as Solution" posts that fix your problem, thumbs up for useful
Thanks Andy,
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
Gr8 Job Andy..Nice solution..!!
Thank& Regards,
Ambesh
Please mark your thread as 'SOLVED' with the answer that helps you.
Would you like to reply?
Login or Register to post your comment.