I've been deploying DisplayFusion for 5 years but the latest version just hangs during deployment. Here is the batch file I run (deploying to Windows 11 if that matters):
@echo off
msiexec.exe /i "\\path deleted\DisplayFusion\10.0\DisplayFusionSetup-10.0.msi" /qn TRANSFORMS="\\path deleted\DisplayFusion\10.0\DisplayFusion-GPO-Deployment.mst" CUSTOM1="/VERYSILENT" LPATHALL="\\path deleted\DisplayFusion\SiteLicense.txt" LAUNCHAFTER=0 STARTUPALL=1 STARTUPUSER=0
No...that installs when I run an upgraded from DF 9.9 though. Figured that was it. Guess I'll try installing .NET7 as a separate package before pushing out DF 10.