Office Software Thread, Script to uninstall Outlook 2003. in Technical; Hey guys,
Just wondering if anyone has a script to uninstall outlook 2003? unfortunately, it was installed via a .exe ...
-
15th February 2013, 10:07 AM #1
- Rep Power
- 0
Script to uninstall Outlook 2003.
Hey guys,
Just wondering if anyone has a script to uninstall outlook 2003? unfortunately, it was installed via a .exe not MSI, so msiexec does not seem to work.
I only want to uninstall outlook 2003, not the whole office suite.
Just would need a script to put as a logon script!.
Regards,
ITman93
-
-
IDG Tech News
-
15th February 2013, 10:12 AM #2 You should do it a as a start-up script so it needs the right permissions.
Office is a pain for this. I needed to do it for Office 2007. It was a case of uninstalling all of office and reinstalling without outlook.
-
-
18th February 2013, 11:10 PM #3 i'm looking into upgrading our systems to 2013 and found this Doesn't seem too painful so I've created a gpo for the office scrub script and I've just fired up my test machine to see what happens...
-
-
19th February 2013, 07:57 AM #4 
Originally Posted by
atamakosi
i'm looking into upgrading our systems to 2013 and found
this Doesn't seem too painful so I've created a gpo for the office scrub script and I've just fired up my test machine to see what happens...
I found this --> would like to silently uninstall outlook 2003,install outlook 2010 on a parallel run office 2003+2010
The link you found seems a bit better though.
The bit I am referring to on the link I posted above is this :
SuperJaegerMaster
5 Points
unfortunately doing the MSP to add outlook2010 to the office installation and specifying to remove outlook2003 didn't do the trick
i have to uninstall it before like this + make a shortcut mannualy because the old shortcuts aren't removed !!!!
Code:
Set MSIPATH=%~dp0
msiexec /i {90110409-6000-11D3-8CFE-0150048383C9} REMOVE=OUTLOOKFiles /qb
msiexec /p "%MSIPATH%SETUP_ONLY_OUTLOOK.MSP"
xcopy /Y "%MSIPATH%Microsoft Outlook 2010.lnk" "C:\Users\Public\Desktop"
del /F /Q /S "C:\Users\Public\Desktop\Microsoft Office Outlook 2003.lnk"
-
-
19th February 2013, 10:12 AM #5
- Rep Power
- 0
Re:uninstall Outlook 2003
Here it is to note that Outlook comes as a feature and essential part of Office suite. However, if you are using Windows vista there is one simple method to remove it. Go to control panel - > Programs and features -> Microsoft Office -> Right click on it and then click on 'Change' to modify the installation. Now when the setup will run click on Add or Remove features and uncheck the Outlook feature to uninstall it. Click Next. This will uninstall the Outlook and rest components of Office suite will remain as it is.
Regards
Sarah
-
-
19th February 2013, 07:33 PM #6 I've just run the office scrub script and it seems to do a decent job. You can specify what you want to remove as a parameter so in this case just call the script:
cscript offscrub03.vbs OUTLOOK
like so and it should be sweet. I created a gpo and made a batch file to copy the vbs to local machine and run.
-
SHARE: 
Similar Threads
-
By marcolinar in forum Scripts
Replies: 2
Last Post: 18th November 2012, 02:10 PM
-
By chazzy2501 in forum Windows
Replies: 2
Last Post: 15th November 2010, 08:35 AM
-
By projector1 in forum Scripts
Replies: 0
Last Post: 12th July 2010, 08:53 AM
-
By projector1 in forum Scripts
Replies: 0
Last Post: 30th September 2009, 08:56 PM
-
By FN-GM in forum Scripts
Replies: 3
Last Post: 26th January 2008, 12:04 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules