|
-
May 9th, 2006, 10:05 AM
#1
Thread Starter
Fanatic Member
VB6 APP failing with IE7
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.
-
May 9th, 2006, 10:43 AM
#2
Re: VB6 APP failing with IE7
I don't see how IE7 will cause regsrv32 to malfunction so it must be something else. If you can get detailed error(s) description(s).
-
May 9th, 2006, 10:48 AM
#3
Re: VB6 APP failing with IE7
 Originally Posted by RhinoBull
I don't see how IE7 will cause regsrv32 to malfunction so it must be something else.
On a production copy I would agree with you, but you really can't tell what a BETA of anything is going to do or how it will affect other things.
This might not even be an issue with the Final release of IE7.
-
May 9th, 2006, 10:58 AM
#4
Re: VB6 APP failing with IE7
Still doesn't make sense (to me that is) - it's a browser vs utility that's been there forever... But I could be wrong.
-
May 9th, 2006, 11:27 AM
#5
Re: VB6 APP failing with IE7
 Originally Posted by RhinoBull
Still doesn't make sense (to me that is) - it's a browser vs utility that's been there forever... But I could be wrong. 
The product itself is probably not causing the problem. However, one of the dependency files required to install it may be messing things up.
I guess the only way to really be sure it is some kind of issue with IE7 is to install it on a test box (you can get the download from Microsoft), run the program and see what happens. If an issue is encountered, remove it, reinstall IE6, and run the program again and compare the results.
Last edited by Hack; May 9th, 2006 at 11:38 AM.
-
May 9th, 2006, 11:36 AM
#6
Re: VB6 APP failing with IE7
 Originally Posted by Hack
... If an issue is encounter, remove it, reinstall IE6, and run the program again and compare the results.
That's when Microsoft Virtual PC comes really handy but it requires tons of memory.
We use it quite often for multi-environment(system) testing.
-
May 9th, 2006, 03:13 PM
#7
Thread Starter
Fanatic Member
Re: VB6 APP failing with IE7
thanks all! I knew you guys would be right on track with my thinking... I just thought maybe there might be some sort of crazy known issues with ie7.
regardless though, i'll keep you posted.
-
May 9th, 2006, 03:39 PM
#8
Re: VB6 APP failing with IE7
Well actually i have IE7 and it blocks all silent installs I think the person has to accept something.
If a post has been helpful please rate it. 
If your question has been answered, pull down the tread tools and mark it as resolved.
-
May 9th, 2006, 04:29 PM
#9
Thread Starter
Fanatic Member
Re: VB6 APP failing with IE7
hey, thanks for the info mx! WE may be on to something.
Would this also occur if the user downloaded the file locally and THEN ran the application, or only if they are trying to do it as a "run as".
My application is actually compressed into a ZIP file (because most email servers block exes). The zip file just has my lil' bitty exe file in it. Would their method of saving/running the EXE have any bearing on this, do you think?
As previously stated, I don't think IE 7 would have any bearing on how a VB6 EXE Application is run, but then again... it IS MSoft
-
May 9th, 2006, 04:32 PM
#10
Re: VB6 APP failing with IE7
 Originally Posted by Mxjerrett
Well actually i have IE7 and it blocks all silent installs I think the person has to accept something.
Are you sure it's the IE7 and not the firewall/anti spyware/windows defender/...?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|