I am needing to install an application on a series of Windows 10 devices. All my devices are enrolled using Windows Desktop enrollment. The installer needs to be ran as administrator in order to run properly.
We are finding that when we push the package to our test devices, the application gets installed using standard user permissions and thus does not install correctly. We have attempted marking the installer to require administrator as well as creating a shortcut with run as administrator marked for the package to execute instead.
What would be the best method to forcing a package to run as administrator on our Windows devices?