This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Is this doable and how?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 23, 2009
12:33 PM
Is this doable and how?
Hi,
We are thinking to create an installer (either Basic or InstallScript MSI) that will totally ignore UAC, i.e. it will install and applications run even the users are standard user, without UAC prompt.
We can treak anything else, but except turning UAC off.
The installer are targeted for Vista and Windows 7.
Is this doable? If so, how to do it?
Thanks,
PB
We are thinking to create an installer (either Basic or InstallScript MSI) that will totally ignore UAC, i.e. it will install and applications run even the users are standard user, without UAC prompt.
We can treak anything else, but except turning UAC off.
The installer are targeted for Vista and Windows 7.
Is this doable? If so, how to do it?
Thanks,
PB
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 23, 2009
11:09 PM
Did you try keeping "Required Execution level" for setup.exe as "Invoker"? You can find that under Releases -> setup.exe.
Just give it a try!
Just give it a try!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 24, 2009
07:22 PM
Thank you for your reply.
Actually I have an update - we need the installer that to be installed with 'administrator' rights, but the applications to be executable by all users including 'standard users'.
I have set 'Require Administrative Priviliges' to 'Yes' and 'Required Execution Level' to 'Invoker', but I keep getting errors when trying to launch the apps (VBA). Some errors are like 'Run-time error '76': Path not found', or 'Runtime error '429': ActiveX component can't create object', under admin and non-admin (standard) account. But there is an older (compressed .msi implemented wtih VisualStudio) installed the same applications and can be executed under admin account. Should there be any problem with the applications or I missed any components for the apps.
Thanks,
Peter
Actually I have an update - we need the installer that to be installed with 'administrator' rights, but the applications to be executable by all users including 'standard users'.
I have set 'Require Administrative Priviliges' to 'Yes' and 'Required Execution Level' to 'Invoker', but I keep getting errors when trying to launch the apps (VBA). Some errors are like 'Run-time error '76': Path not found', or 'Runtime error '429': ActiveX component can't create object', under admin and non-admin (standard) account. But there is an older (compressed .msi implemented wtih VisualStudio) installed the same applications and can be executed under admin account. Should there be any problem with the applications or I missed any components for the apps.
Thanks,
Peter
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 26, 2009
12:19 AM
I guess Runtime error 76 has something to do with accessing a path which does not exist. Does it really have to do something with changing permissions???