Deploy - Microsoft Publisher Office 2007
Trying to make a package that will add Publisher to an already installed Office. I'va managed to do the same with MS Project but having some troubles with Publisher. I'm using the xml method. We're using pro mode.
That's what is inside the xml.
<Configuration Product="Pro">
<Display Level="Basic" CompletionNotice="no" Reboot="ReallySuppress" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
<OptionState Id="PubPrimary" State="Local" Children="force" />
</Configuration>
Comments
I added Outlook by creating msp file
the command in cmd file is
msiexec.exe /p "\\mdt\Outlook\Microsoft Office 2010 x64\Updates\office2013_64_oultlook.MSP"
for creating msp I was using setup.exe /admin and saved result into msp.