Issue with .cab file (ActiveX) installation on Windows Vista and 7
Posted
by Ummar
on Stack Overflow
See other posts from Stack Overflow
or by Ummar
Published on 2009-11-20T10:33:39Z
Indexed on
2010/06/11
3:02 UTC
Read the original article
Hit count: 279
I have made an ActiveX control and have made its .cab file for automatic installation on client machine using Internet Explorer.. It working fine of Windows XP, but on windows Vista and Windows 7 its installation is blocked by UAC (User account control), and when I disable it, all things works fine... I have signed my .cab file with a certificate for development enviornment... What is the way to over come this problem.. I don't want to tell users to disable their UAC module...
© Stack Overflow or respective owner