Hello All,

I've created a VERY simplistic VB6 application which copies two files and registers them to the local computer. One is an OCX file and another is a DLL, both of which are needed to run a web application that we are using. (MSCIMenu.ocx and VS7Flex.DLL)

My program executes a silent install (regsrv32) install of these files, thats all.

I am getting some reports that on Windows PCs that are running IE 7 (the latest BETA), it is failing. Unfortunately, I haven't been able to get any info. on the types of failures (I'll post it when I do though).

I was just wondering (since I don't have specifics yet), can anyone think of any reason why my application would be adversely affected by IE 7 (versus IE 6 now). I cannot forsee any reason why the IE version would matter, unless it has a new version of these files already packaged with the IE7.

I don't have IE7 on any machines, so that is why I was hoping someone might have some knowledge on something like this.

Thanks in advance for any and all suggestions.