uninstall IE 9 with program or custom task sequence for windows 7 x64
-
30/شوال/1432 06:03 ص
Hi, We are testing IE9 in our environment.
I have not been able to find away to get sccm to uninstall ie9 for users that have issues with website functionality
the problem i believe is ccmexec is a 32bit process so when dism is called to remove the package, wow kicks in and there is an error.
Is there a different way to uninstall IE9 besides manually or as a local /administrative account .
جميع الردود
-
30/شوال/1432 06:37 ص
Hi,
Try this :
1# Extract the IE .exe file with /x:[YourFolder]
2# Use a CMD script that contains pkgmgr.exe /up /m:[YourFolder]\IE9-Win7.CAB /quiet /norestart /l:[LogFile] and you need a reboot to completely remove ie.You can use ConfigMgr to push the script.
Hope it helps.
Bechir Gharbi | http://myitforum.com/cs2/blogs/bgharbi/ | Time zone : GMT+1- تم التحرير بواسطة Bechir GharbiMVP 30/شوال/1432 07:20 ص
- تم وضع علامة كإجابة بواسطة Robinson Zhang 08/ذو القعدة/1432 05:12 م
-
11/ذو القعدة/1433 02:26 م
i have down loaded IE9 from below link. i am looking for IE-9 uninstall command from SCCM 2007. please guide me with steps. IE-9 source file (exe) 34.7 mb
http://www.microsoft.com/en-us/download/details.aspx?id=23332
-
15/ذو القعدة/1433 08:59 مI am waiting for your reply
-
16/ذو القعدة/1433 11:10 مplease provide the setps to create IE-9 uninstall package since i am using 34.7 mb to install IE-9 but not sure about uninstallation part
-
18/ذو القعدة/1433 01:07 م
Hi,
Try this :
1# Extract the IE .exe file with /x:[YourFolder]
2# Use a CMD script that contains pkgmgr.exe /up /m:[YourFolder]\IE9-Win7.CAB /quiet /norestart /l:[LogFile] and you need a reboot to completely remove ie.You can use ConfigMgr to push the script.
Hope it helps.
Bechir Gharbi | http://myitforum.com/cs2/blogs/bgharbi/ | Time zone : GMT+1
Bachir,
I extracted the files, created a package with them along with a command line program. I am unclear of some of the switches you are using. Since it will run within a package, what can I remove? I am ASSUMING pkgmgr.exe /up IE9-Win7.CAB /quiet /norestart will work.........
-
28/ذو القعدة/1433 11:44 صit's working how to create uninstall program in sccm