Hello, I started using v4 because it have really nice UI for users but those toast are not showing when I using those commands:
Show-ADTInstallationProgress -StatusMessage 'Installation in Progress...' -WindowLocation 'BottomRight'
Start-ADTProcess -FilePath "JabraDirectSetup.exe" -ArgumentList "/install /quiet /norestart /log C:\Windows\Logs\Software\JabraDirect-Install.log" -WindowStyle "Hidden"
or this one
Show-ADTInstallationPrompt -Message 'Jabra installed succesfully.' -ButtonRightText 'OK' -Icon Information -NoWait
I doing something wrong or v4 have issues with that? I testing using psexec and just run Invoke-AppDeployToolkit.ps1
I saw this in the logs maybe this is the reason: The ESP User Account Setup phase is still in progress as IsSyncDone was not found, changing deployment mode to silent.
Can you please tell me more about your environment? Are you an Intune user? SCCM? Do you use Autopilot with either?
Hello,
I am working in V4.0.5 too, I am an Intune user, and i got the problem as [dzaggiel].
I was installing google chrome via Intune, we are in the test stage with 5 devices.
And the same application in some devices run in āSilent modeā, and in other devices runs in āInteractive modeā
Intune: the install command is like this: ServiceUI.exe -Process:explorer.exe Invoke-AppDeployToolkit.exe
During some tests in my device the GUI always shows up, but last time i ran it didnāt shows up.
When i was checking the logs I saw this:
[Initialization] :: The WWAHost process is running, confirming the device Autopilot-enrolled.
[Initialization] :: The device is Autopilot-enrolled, checking ESP User Account Setup phase
[Initialization] :: The ESP User Account Setup phase is still in progress as IsSyncDone was not found, changing deployment mode to silent.
Can you please re-try with 4.0.6? Thereās been some revisions to this code in this release that might help here.