/build/static/layout/Breadcrumb_cap_w.png

Publisher 2010 silent install

Office 2010 is already installed on the machine,now i want to install publisher silently.I tried OCT method when i click the setup exe it takes me to screen where it asks for add and remove features,repair,remove....
Can any one please let me know how to install Publisher silently when office is already installed?
Thanks in advance.

0 Comments   [ + ] Show comments

Answers (8)

Posted by: jmaclaurin 12 years ago
Third Degree Blue Belt
0
It appears you would need to uninstall Office and then install with the new component, but you could try a "side by side" install. Not sure how well that would work though. I would recommend the latter so as to be sure not to cause any other future problems.
Posted by: jmcfadyen 12 years ago
5th Degree Black Belt
0
incorrect..

two ways to do it.

msiexec /i <path to msi> REINSTALL="ALL" ADDLOCAL="xxxx,xxxx,xxxx" /qb-

or the other method is use a script to access the installer service.

of the cuff it would be something along the lines of this (you would need to check the syntax this was rattled off my head)

set objInstaller = CreateObject("WindowsInstaller.Installer")
set objProduct = objInstaller.Product("product code")
objProduct.SetFeatureState = "feature name", "feature state constant"
Posted by: VATMAN 12 years ago
Orange Belt
0
Thank you so much for you answers,
I tried installing the msiexec /i PublisherMUI.msi REINSTALL="ALL" AddLOCAL="Microsoft Publisher"
(I found this msi in the office 2010 folders).I am getting the error 2711.
Can you please let me know if the procedure i followed is correct?
And suggest any methods to make the installation silent ?Any help is appreciated.
Posted by: anonymous_9363 12 years ago
Red Belt
0
Make sure ADDLOCAL is in all upper-case. More importantly, the feature name has to be the name as it appears in the feature table. Taking previous Office packages into account, I'm going to guess yours is called 'PublisherFiles'.
Posted by: VATMAN 12 years ago
Orange Belt
0
msiexec /i PublisherMUI.msi REINSTALL="ALL" ADDLOCAL="Microsoft Publisher"/PublisherFiles .I tried this and still getting the error 2711.CAn anyone let me know how to install publisher silently when office is already installed.This is very important.
Thank you for any help
Posted by: beefy66 12 years ago
Orange Belt
0
I think you have misunderstood whqat vbscab has said. try the command line. try msiexec /i PublisherMUI.msi REINSTALL="ALL" ADDLOCAL="PublisherFiles" /qb
Posted by: VATMAN 12 years ago
Orange Belt
0
I perfectly understood what VB scab told i checked both Microsoft Publish and PublisherFiles for the feature name,but still getting the error 2711.
If any one has installed publisher silently when office 2010 is already installed please help me..
thank you.
Posted by: anonymous_9363 12 years ago
Red Belt
0
i checked both Microsoft Publish and PublisherFiles for the feature nameReally? The MSI for Publisher 2007 at my current client tells me that the main feature is called 'PubPrimaryInt_1033'.

TechNet tells me here that for 2010, it's called 'PubPrimary'.

I figured that, given the clue, you might actually look this up for yourself.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ