Forum Discussion
cfsen
Sep 26, 2022Copper Contributor
Using MSIX, how do I show a EULA
I have previously built MSI installers for desktop apps and the EULA (End User License agreement) is easily shown. I am now building an app using .Net MAUI for the desktop (and later mobile) but I d...
GrahamGB
Sep 27, 2022Iron Contributor
It is quite common to suppress the EULA from being shown during installations, especially if being installed silently to avoid user interaction. Why would you want this feature to appear?