🆕MSI Application PPKG
OSD 23.5.23.1+ Updated May 23, 2023
Last updated
OSD 23.5.23.1+ Updated May 23, 2023
Last updated
I'll walk you through how to create a Provisioning Package for OS Deployment. In this example, I'll be working with Google Chrome Enterprise. Start by downloading the MSI from this link
On that link, you can select the Google Chrome you want to download. I'm following these options
Stable
MSI (not bundle)
64 bit Architecture
Make a note of the version, in my case it is 113.0.5672.127
Download the file to your Downloads directory
You should have Windows Configuration Designer installed. Open it and select Advanced provisioning
Enter the details of your Project. The Name field doesn't take periods well, so keep that in mind. Pres Next
Complete the following steps
Expand Runtime settings
Expand to ProvisoiningCommands, Primary Context, Command
Add a Name for the install. I chose Install
Press the Add button
Complete the following steps
Select the Name that you selected for step 3 in the last screenshot. For me, this is Install
CommandFile: Browse to the Google Chrome Enterprise that was downloaded earlier
Commands
CommandLine: msiexec /i "googlechromestandaloneenterprise64.msi" /passive /norestart
ContinueInstall: TRUE. You don't want this to kill your deployment if the installation fails
RestartRequired: FALSE.
Export Provisioning Package