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.
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)
Please log in to answer
Posted by:
jmaclaurin
13 years ago
Posted by:
jmcfadyen
13 years ago
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"
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
13 years ago
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.
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
13 years ago
Posted by:
VATMAN
13 years ago
Posted by:
beefy66
13 years ago
Posted by:
VATMAN
13 years ago
Posted by:
anonymous_9363
13 years ago
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.
so that the conversation will remain readable.