Outlook 2010
I have to package just outlook 2010, and deploy to desktops that already has office on it (that does not have the outlook)
I have the source for the entire office 2010. How do I proceed with it.
Do I need create a .MSP or config files.
Can anyone guide as to how I need to proceed it?
Thanks in advance.
I have the source for the entire office 2010. How do I proceed with it.
Do I need create a .MSP or config files.
Can anyone guide as to how I need to proceed it?
Thanks in advance.
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
mahendraKumar
12 years ago
You have to use customization tool....
here you go how to customize...
http://itninja.com/link/configure-a-silent-installation-of-office-2010
in "set features installation states" select only outlook...
in " remove previous installations" select "remove the following earlier versions of Microsoft Office Programs" -> Mark as Remove None for other office products...
save Output...
Install command : Setup.exe /adminfile <CurrentDirectory>\Updates\outlook.msp
Kindly Rate Post if found Useful
Regards,
MahendraKumar
here you go how to customize...
http://itninja.com/link/configure-a-silent-installation-of-office-2010
in "set features installation states" select only outlook...
in " remove previous installations" select "remove the following earlier versions of Microsoft Office Programs" -> Mark as Remove None for other office products...
save Output...
Install command : Setup.exe /adminfile <CurrentDirectory>\Updates\outlook.msp
Kindly Rate Post if found Useful
Regards,
MahendraKumar
Posted by:
Dodgyguy
12 years ago
Posted by:
shamu99
12 years ago
I created the MSP using the customization tool.
Install command : Setup.exe /adminfile <CurrentDirectory>\Updates\outlook.msp
But there is office already there on the systems , so if I do that, it rips of the other office (excel, publisher, access) and then installs the outlook.
And gives an error 1304 errro writing to file : Policy 12.0.office.dll.
so does not install either if there is office previously on the desk
Any suggestions
Install command : Setup.exe /adminfile <CurrentDirectory>\Updates\outlook.msp
But there is office already there on the systems , so if I do that, it rips of the other office (excel, publisher, access) and then installs the outlook.
And gives an error 1304 errro writing to file : Policy 12.0.office.dll.
so does not install either if there is office previously on the desk
Any suggestions
Posted by:
shamu99
12 years ago
Posted by:
andemats
12 years ago
I think this is the result of how MS license their products.
If I'm not misstaken, You are only "allowed" to install one configuration of Office.
I write "allowed" cause I think it's possible to install two configurations, but then you'd have to do one config w/o Outlook and one config w Outlook.
However, if your up for a license revision, MS might have something to say about it.
I'm not 100% sure about the above statement, so feel free to shoot me down if I'm incorrect.
/Anders
If I'm not misstaken, You are only "allowed" to install one configuration of Office.
I write "allowed" cause I think it's possible to install two configurations, but then you'd have to do one config w/o Outlook and one config w Outlook.
However, if your up for a license revision, MS might have something to say about it.
I'm not 100% sure about the above statement, so feel free to shoot me down if I'm incorrect.
/Anders
Posted by:
pjgeutjens
12 years ago
I'm not 100% sure this will work, but have you tried creating a new config.xml file to add outlook with contents like the following:
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<OptionState Id="OUTLOOKFiles" State="local" Children="force" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>
and rerunning the original setup.exe with the following commandline:
<path to>Setup.exe /repair PrjPro /config <path to>outlookconfig.xml
so no /admin option, which indeed only works for initial installs, just an install with a new config file
Not sure if you'd have to add all the settings from the original config.xml to this new one, play around with it abit.
PJ
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<OptionState Id="OUTLOOKFiles" State="local" Children="force" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>
and rerunning the original setup.exe with the following commandline:
<path to>Setup.exe /repair PrjPro /config <path to>outlookconfig.xml
so no /admin option, which indeed only works for initial installs, just an install with a new config file
Not sure if you'd have to add all the settings from the original config.xml to this new one, play around with it abit.
PJ
Posted by:
shamu99
12 years ago
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.