Ballon Tips

How does one enable ballo0n tips to show during a silent installation?

Thanks

The definition of silent is that it is silent but if you want to make the balloon tips show then open the ‘AppDeployToolkitMain.ps1’ file and edit the line

If ($deployModeSilent) { [boolean]$configShowBalloonNotifications = $false } to $true

That’s not tested though but it should work.