Can someone help me set the Required Execution Level to Administrator for an MSI file? (I mean, when double-clicking the MSI file, it should also show the UAC dialog to confirm Administrator privileges). I'm using InstallShield 2022. Project type: Basic MSI. Output type: MSI
I can only use Is(USER_ADMINISTRATOR,""); to check if the user has admin rights. I haven't found a way to set the Required Execution Level to Administrator.