Jump to content

Recommended Posts

Posted

Hi everyone,

 

Been trying for the last hour to deploy office 2016 but I'm having no luck.

 

I would like office 2016 to be installed silently over the network while uninstalling Office 2013. Also for the product key to be activated within the installment.

 

If anyone has any ideas on how to do this that would be great.

 

*Tried*

-Office deployment tool

-Microsoft Proplus deployment

 

 

Thanks

 

Alex.

Posted
If at all possible, for activation of Office, (and Windows) I prefer to use a KMS server. I assume that you are running the Office customisation tool, and putting the licence key in the space provided?
Posted

i managed to create the package but now im trying to make a bat script to deploy.

 

Could someone tell me what i've done wrong in this?

 

start \\My-Server\Packages\office2016v2\setup.exe /adminfile office-custom-setup.msp

Posted

If you are looking to activate, I have a little script for that (obvs this is for 2013 but it works for 16 with the appropriate path changes)

 

cd /d C:\program files (x86)\microsoft office\office15\
cscript ospp.vbs /act

Posted

edit your .bat file and put a pause in.

 

\\My-Server\Packages\office2016v2\setup.exe /adminfile office-custom-setup.msp

Pause

Posted

try running it without /adminfile but make sure you have a copy of your custom files in the updates folder. I think when you run setup.exe it will automatically look in the updates folder and then use the .msp you have created.

 

\\My-Server\Packages\office2016v2\setup.exe

Pause

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...