Wednesday 15 September 2010

How to disable UAC programmatically to install a program by LE installshield for all users -



How to disable UAC programmatically to install a program by LE installshield for all users -

i have installation setup created le instalshield under vs2012. setup.exe installs application, registers dlls , activex files , adds registry entries pointers location of sql server database. application run users in grouping policy created of institution. installation done under total administration privileges.

if uac of win 7 not lowered, dlls , ocxs not registered (although required registry keys written in machine area of registry without problem!). in order avoid have manually lower uac lowest level before running setup.exe. solves problem registration of dlls.

but though installed programme works installed login, not work other logins within same group/users. how can create setup.exe under leinstallshield 1) not require manual lowering of uac, 2) install users under same grouping policy?

thank help.

you should asking why installer isn't compatible uac instead of asking how disable uac. if authoring clean msi using registry tables (com extraction) instead of using com self-reg or other custom actions, should work.

installshield uac

No comments:

Post a Comment