How to add a manifest using InstallAnywhere in order to show UAC popup for non-admins while installing?

0 votes
asked by about InstallAnywhere 2014
edited by

My intention is to show a UAC popup for non-admins while installing an .exe in Program Files. I have tried using mt.exe after on the final .exe which is built by InstallAnywhere, but after adding manifest using mt.exe the installer .exe file is reduced to a large extent. How can I overcome that issue? How to Show UAC while installing in program files for non-admins?

1 Answer

0 votes
answered by (264k points)

By default, you can force the application to run as Administrator using: "Required Execution Level" to "Administratior" in the "Build your Release" settings. If the user starts the installation as a local username, he will be prompted to run it as Administrator using the standard UAC controls.

You can use the indications from the MSDN website as well: https://msdn.microsoft.com/en-us/library/bb756929.aspx

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...