I have developed an ActiveX control (ocx) file which gets downloaded and installed using Auto Install mechanism of IE using CAB arch. For Windows Vista and Windows 7 , there is a provision to allow ActiveX installation for Non Admin users on the desktop which needs modification in .inf file into CAB. The InstallScope has to contain user|machine level scope which would trigger installation of ActiveX for non admin users as well.
When I am trying the installation of ActiveX using Non Admin user on Windows 7 64-bit OS, it is giving me yellow bar in IE with options Install and Install for All users. As Non Admin user does not have Admin rights to install the ActiveX on machine level the 2nd option gets failed. Non Admin user has to install the ActiveX using option1.
Can some one help me to know why the 2nd options is being displayed as Non Admin user is not able to use the same ? Is there any help or policy settings which would allow us to restrict the options only Install for Non Admin users ?
Any help would be appreciated.
Thanks