I am using install forge (http://installforge.net/) to produce a setup file for my software. However, the soft recquires admin rights to run for some reasons. One easy solution is to ask the user to "right click -> execute as admin" or any of the similar mehtods. But I want to make it automatically without any user interraction on a Windows 8.1 system.
I found some solutions using the registry in How to set "Run this program as an administrator" programmatically but I was unsuccessful when trying it in install forge GUI.