Q: Is it necessary to be in Audit mode to install Chromium Edge for all users? A: No. Just install it this way: Code: msiexec /i MicrosoftEdgeEnterpriseX64.msi OPTIONS=”noAutoStart=true” ALLUSERS=1 /qn
for an offline image would you not a, mount sed image, and add the installer to the run once reg key?
Thanks. But that is not "Installed" in install.wim alike builds from 21313.1000 forward. amd64 for example Code: install.wim\Program Files (x86)\Microsoft\Edge I found and posted "ChromiumEdge is an Add-On integrated in Server install.wim" in some previous post of mine. I can't find it since build 20282. So if you have earlier build , you may find it in C:\Windows\servicing\Sessions\Sessions.xml. e.g. Code: <Session version="8.0" id="5432_10832640" client="DISM Package Manager Provider" options="0" currentPhase="1" lastSuccessfulState="Complete" pendingFollower="false" retry="false" onDemandFeatureList="DirectX.Configuration.Database~~1.0" operationCovered="33856" correlationVector="UQJJlEOu5Uuggfeb.2" Queued="2021/01/12/20:56:19" Started="2021/01/12/20:56:19" Complete="2021/01/12/20:56:21" status="0x0"> <Tasks> <Phase seq="1"> <capability id="DirectX.Configuration.Database~~~~0.0.1.0" displayName="DirectX Configuration Database" description="This adds the DirectX Database to configure and optimize apps" targetState="Installed" options="4"/> </Phase> </Tasks> <Actions> <Phase seq="1" rebootRequired="false" Resolved="2021/01/12/20:56:21" Staged="2021/01/12/20:56:21" Installed="2021/01/12/20:56:21"> <Resolve package="Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.20282.1" update="ab23dd1804aae51b9458265a2940fa95"/> <Stage package="Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.20282.1" update="ab23dd1804aae51b9458265a2940fa95"/> <Install package="Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.20282.1" update="ab23dd1804aae51b9458265a2940fa95"/> </Phase> </Actions> </Session> I remember it is "EdgeChromium".
The same thing on 21370.1... "S:\21370.1-Install\2\Windows\servicing\Sessions\Sessions.xml" Code: <Session version="8.0" id="4140_8327562" client="DISM Package Manager Provider" options="0" currentPhase="1" lastSuccessfulState="Complete" pendingFollower="false" retry="false" onDemandFeatureList="DirectX.Configuration.Database~~1.0" operationCovered="33856" correlationVector="a2+4rTlSXUOL54nl.2" Queued="2021/04/25/18:01:10" Started="2021/04/25/18:01:10" Complete="2021/04/25/18:01:12" status="0x0"> <Tasks> <Phase seq="1"> <capability id="DirectX.Configuration.Database~~~~0.0.1.0" displayName="DirectX Configuration Database" description="This adds the DirectX Database to configure and optimize apps" targetState="Installed" options="4"/> </Phase> </Tasks> <Actions> <Phase seq="1" rebootRequired="false" Resolved="2021/04/25/18:01:12" Staged="2021/04/25/18:01:12" Installed="2021/04/25/18:01:12"> <Resolve package="Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="ab23dd1804aae51b9458265a2940fa95"/> <Stage package="Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="ab23dd1804aae51b9458265a2940fa95"/> <Install package="Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="ab23dd1804aae51b9458265a2940fa95"/> </Phase> </Actions> </Session>
Dear friend @xinso Take a look inside the sessions.xml I found it too, and below follow in the order that the pack files was treated: Code: Search "IoTEnterpriseS" (8 hits in 1 file of 1 searched) S:\21370.1-Install\2\Windows\servicing\Sessions\Sessions.xml (8 hits) Line 3034: <Resolve package="Microsoft-Windows-EnterpriseS-SPP-Components-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package"/> Line 3039: <Resolve package="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Deployment"/> Line 3039: <Resolve package="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Deployment"/> Line 5068: <Stage package="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Deployment"/> Line 5068: <Stage package="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Deployment"/> Line 12603: <Unstage package="Microsoft-Windows-EnterpriseS-SPP-Components-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package"/> Line 12608: <Unstage package="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Deployment"/> Line 12608: <Unstage package="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Package~31bf3856ad364e35~amd64~~10.0.21370.1" update="Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseS-License-Deployment"/> Does this mean that IotEnterpriseS packs were added and then removed from the final image?