cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chobyeongseong
Level 3

Install Shield Administrator Authority Setting Function Question

Jump to solution

Hello

I have a question about using the installshield product.

Including installshield
Generated config file
Install and

When running the installed subentry file

Is there an option to always run as administrator?

I would appreciate your reply.

Labels (1)
0 Kudos
(1) Solution

Hi @chobyeongseong,

 

No, InstallShield only add the execution level setting for the InstallShield generated setup.exe. 

if you want to add to the payload files, you have to embed the manifest  file or need to change the option in visual studio linker while building the application. 

View solution in original post

0 Kudos
(5) Replies
banna_k
Revenera
Revenera

Hi @chobyeongseong,

 

You can change the "Required Execution Level" setting for the setup.exe to "Administrator" to execute the setup exe in Administrator mode.

More information can be found at the below link:

https://docs.revenera.com/installshield26helplib/helplibrary/SpecifyingRequiredExecution.htm

0 Kudos

Is it possible to set administrator rights related to the files installed by

executing the configuration file other than the configuration file created by installshield?

 

What I was wondering about is whether the internal files installed together

with the generated config file will run as administrator.

0 Kudos
Is it possible to set administrator rights related to the files installed by

executing the configuration file other than the configuration file created by installshield?



What I was wondering about is whether the internal files installed together

with the generated config file will run as administrator.
0 Kudos

Hi @chobyeongseong,

 

No, InstallShield only add the execution level setting for the InstallShield generated setup.exe. 

if you want to add to the payload files, you have to embed the manifest  file or need to change the option in visual studio linker while building the application. 

0 Kudos

Thanks for the answer. It was very helpful.

0 Kudos