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

Which InstallShield setting will change WIN7, WIN8 UAC?

Some one tells me that setup.exe will change WIN7, WIN8 UAC level.
I check that all source code, it never controls UAC and I don’t know how to control UAC.

Which InstallShield setting will change WIN7, WIN8 UAC?
Some one can help me?
Thanks.
Labels (1)
0 Kudos
(2) Replies
rguggisberg
Level 13

What kind of project? In a Basic MSI project...
Go to the Installation Designer
General Information
Expand 'Summary Information Stream' if necessary in the pane on the right
At the bottom of that you will find "Require Administrative Privileges'. Set that to Yes or No as desired... probably Yes.
0 Kudos
Fox_Bruce
Level 3

I find the key point that let WIN7 UAC level download to low.
function OnMoveData()
nResult = FeatureTransferData( MEDIA );
0 Kudos