Jump to content

Recommended Posts

Posted

I was looking forward to a LTSC 2019, Edge and office 2019 setup but it seems I'm mistaken...

 

I wanted a no frills static windows with the edge browser (as it mostly follows ie11 queues) and an office that would last 3 plus years..

 

The LTSC is crippled, No edge and you can't have it, office 2019 has a new cryptic run, install, deploy..

 

I don't have federated services or SCCM, I don't have the resources to implement and learn these tools. I don't want gotyas every 6 months because M$ decided that 5 billion users are doing it wrong.

Posted

Move to SAC. Move fast and break things! Edge is better in 1809. Shame about files getting deleted.

 

Seriously though

SAC: Store,Edge,Modern Apps,Onedrive Files On demand, Autumn Feature Update.

LTSC: Internet Explorer, Static.

Posted

Office 2019 is installed in the same way as Office 365, click-to-run installer. Nothing mysterious about it.

 

If you need some assistance let us know.

Posted
I was looking forward to a LTSC 2019, Edge and office 2019 setup but it seems I'm mistaken...

 

I wanted a no frills static windows with the edge browser (as it mostly follows ie11 queues) and an office that would last 3 plus years..

 

The LTSC is crippled, No edge and you can't have it, office 2019 has a new cryptic run, install, deploy..

 

I don't have federated services or SCCM, I don't have the resources to implement and learn these tools. I don't want gotyas every 6 months because M$ decided that 5 billion users are doing it wrong.

 

It's been quite well documented that LTSB/C is a very bare bones version of Windows. Not sure why anyone would want to use Edge over Chrome. Just look at Chrome's market share, that in itself should speak volumes:

 

Screenshot 2018-10-10 at 22.21.40.png

 

Source - NetMarketShare

 

Whilst Office 2019 isn't as simple as double clicking an MSI, once you read the documentation, it's pretty easy to write an XML and you can find several examples in this thread. (If you're feeling lazy, click here)

 

In terms of configuration and deployment of Windows, I do it without the need for SCCM. I create an image using sysprep and deploy with WDS, built in to Windows Server.

 

You can push out Office 2019 using PDQ Deploy (which is free!) or you can simply build it in to your Windows image before you sysprep.

 

So long as you have a Windows Server domain, you can do pretty much everything you need with very little resources and just a bit of reading...

Posted

Chrome has huge share because they include it on all android devices (so a billion Chinese users on portable devices) hardly a worth while comparison.

 

Office 2019 doesn't (as far as I can tell) have an office customisation tool the NEW online one (for click to run) doesn't list it. on top of the ODT xml is it isn't it nonsense. I wonder if I have to sysprep this version of office:( More unknowns for the sake of M$...

Posted

I rolled a few out the other day, completely ignores my WDS settings and I have to rename the machine.. join the domain etc....

 

Probably need Server 2019 WDS which i hope woint be too long before its back out and about.

Posted
I rolled a few out the other day, completely ignores my WDS settings and I have to rename the machine.. join the domain etc.....

 

You mean the unattended.xml? Copy them in to an autounatttend.xml and try an install of the WIM from a USB\ISO.

Posted (edited)
No I mean joining the domain and getting the computer name, I rolled out LTSB and it did all this for me without an unattend Edited by Simcfc73
Posted

Check the c:\windows\panther dir logs, setuperr.log

 

I use dism++ to load the install.esd from the iso, edit Win10Pro it a bit, save a wim, load wim into 2012 and 2012r2 WDS, add unattend.xml (had to alter it for UEFI a bit), deploy, install everything by startup script or mostly gpo

Posted
Chrome has huge share because they include it on all android devices (so a billion Chinese users on portable devices) hardly a worth while comparison.

 

Office 2019 doesn't (as far as I can tell) have an office customisation tool the NEW online one (for click to run) doesn't list it. on top of the ODT xml is it isn't it nonsense. I wonder if I have to sysprep this version of office:( More unknowns for the sake of M$...

 

 

The new version of Office doesn't have the customization utility built right into the installer like 2007/2010/2013/2016?

 

setup /admin

Posted
The new version of Office doesn't have the customization utility built right into the installer like 2007/2010/2013/2016?

setup /admin

 

No, there is no Office setup file at all. You need to download ODT setup file and write an XML. Once you've written the XML, you download the Office 2019 installation files (.CAB) using the command:

setup.exe /download yourfile.xml

 

And then install using:

setup.exe /configure yourfile.xml

  • Thanks 1
Posted (edited)

This should get you started, copy to config.xml and run the commands as above to download and install. You could install without the download, if the files aren't present they will be downloaded from the CDN (Content Delivery Network). If you want to host the files on the network you'll need to add a path to the source in the .xml

 

















 

The above relies on KMS for activation and you'll need group polices to disable First Run etc.

 

If you want to use MAK activation something like this might work

 


Edited by Mujja
  • Thanks 1

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...