Link to home
Start Free TrialLog in
Avatar of Mark Burgess
Mark BurgessFlag for United States of America

asked on

Installing Third Party Applications During Windows 10 Pro Setup

Trying to install 3rd party applications during or just after WIndows Setup using unattend.xml.  Can't use SetupComplete.cmd becuase we're using an OEM license.  So far, this is what I have:
<FirstLogonCommands>
	<SynchronousCommand wcm:action=“add”>
		<Description>AppInQuestion Installation</Description>
		<order>1</order>
		<CommandLine>%InstallDrive%\Windows\SysWOW64\msiexec.ece /qn /i %InstallDrive%\Program Files\AppInQuestion.msi /norestart</CommandLine>
	</SynchronousCommand>
</FirstLogonCommands>

Open in new window


In deploying laptops, we need to install during the ooBe pass because the software needs the unique identity for each machine it's installed upon.

Mark
Avatar of dfke
dfke

Hi,

read up here on OEM deployments. It might help you out. Also this xml might come in handy.

Cheers
Avatar of Mark Burgess

ASKER

We found how to install through Intune using packages.

This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.