Install Shield it needs admin privileges to run the setup

1.3k Views Asked by At

Requires admin privileges for setup

I found a question about the same problem as installshield 2012 , but my problem with installshield 2015 and Solutions in the answer are not compatible with installshield 2015

I hope you understand the repetition

so

I'm trying to package application. I used install shield 2015 and I have created the setup file. When I try running the setup file it keeps throwing this error code

1925: it needs admin privileges to run the setup.

How do I configure the setup file to be run by any user? Should I make any changes in the registry during the creation of setup file in install shield? Is there anyway to work around this problem?

1

There are 1 best solutions below

0
sobz On

As suggested, first determine whether your setup or msi should be installed with admin rights. If it doesn't need admin rights:

Set "Require Administrative Privileges" to No for the Summary Information Stream setting under General Information.

Go to your release configuration under Releases. Select the setup.exe tab and select the Required Execution Level to Invoker.