Client Management Suite

 View Only

Uninstalling a Particular Feature When MS Office 2007 is Already Installed 

Nov 14, 2008 03:58 PM

If you have a plan of removing a particular feature [let us take "Microsoft Office Access"] from the machines which already have MS Office 2007 installed, follow this article to create a fresh patch file [MSP] that will uninstall the specified feature in it. You just have to disable the feature/features inside the patch file. Follow the screenshots below to configure the settings inside patch [MSP] file.

Open "Office Customization Tool" by using /admin switch with setup.exe

Select the option "create a new setup file"

On the left pane select "Features" --> "Set feature installation states"

Click on the feature [ex: Microsoft Office Access] you want to uninstall and select the option "Not Available"

Once you disable the features, a RED CROSS will appear in front of it

Save the file to reflect the name

Before installing the patch file [MSP] you can see "Microsoft Access" on the machine

Install the patch file [MSP]. You can use command line switches to suppress the CANCEL button [preferably /QB!]

As you can see below, the feature "Microsoft Access" is no longer on the machine

You can create a patch files [MSPs] to remove a single feature or combination of features.

For your convenience I've created a vbscript to install the patch without CANCEL button. You just have to rename MSP filename accordingly in the script and place the vbscript in the same folder where MSP file lies. The script will return an exit code of 0 [zero] for successful installation and 1 for failure.

I've also attached a word document with this article.

License:Altiris EULA
By downloading this software, you agree to the terms and conditions in the Altiris End User License Agreement
Support:User-contributed tools on the Juice are not supported by Altiris Technical Support. If you have questions about a tool, please communicate directly with the author by visiting their profile page and clicking the 'contact' tab.

Statistics
0 Favorited
0 Views
3 Files
0 Shares
0 Downloads
Attachment(s)
jpg file
6276.jpg   1 KB   1 version
Uploaded - Feb 25, 2020
zip file
Install_patch.zip   558 B   1 version
Uploaded - Feb 25, 2020
doc file
Removing a particular feature when MS Office 2007 is alre....doc   194 KB   1 version
Uploaded - Feb 25, 2020

Tags and Keywords

Comments

Nov 19, 2008 07:04 AM

Yes.
You are correct. You can add single/mulple features.
Infact no need of source files. I have an example here.
Remove ACCESS and POWERPOINT features from the machine. Create an MSP with ACCESS [Not Available] and POWERPOINT [Run/Run ALL from My Computer]. Try installing the patch file [MSP]. The patch file will reinstall POWERPOINT feature. No need of source files here when you install the patch.

Nov 18, 2008 03:28 PM

I think you can also added single features of Office 2007 this same way say create a MSP just for outlook, Btw I also think you need to have the entire office source files relative to the MSP.

Related Entries and Links

No Related Resource entered.