|
-
April 15th, 1999, 12:39 PM
#1
Instalation error with wininet.dll
Hi all!
When I want to install my application, I have this error:
"C:\windows\system\wininet.dll"
"An access violation ocurred while copying the file"
What con I do?
Thanks in advance.
-
April 16th, 1999, 02:22 AM
#2
Re: Instalation error with wininet.dll
How do you "install" it? do you try to COPY it?
If the file is currently in use and you really have to install it (because of a newer version) you can use the MoveFileEx-API (in NT) to copy it after reboot.
-
April 16th, 1999, 06:56 AM
#3
Re: Instalation error with wininet.dll
Hi, Lothar!
I have made an application (a little program) in VB5. The program use the wininet.dll library. Then, I have made the installer disks (4) with the Application Setup Wizard. When I want to install the program in other machine, appears this error. The other machine have a wininet.dll version 4.70.1300 My program have a version 4.72.2106.5
Maybe the error ocurrs because the Win95 is using the wininet.dll. But what can I do? I can't to copy the file over the anterior file.
-
April 16th, 1999, 07:01 AM
#4
Re: Instalation error with wininet.dll
WinInet-DLL is used by Internet Explorer.
Maybe you should simply close all running applications when executing your setup.
Or better yet, reboot your machine and do not start any other app except your setup program.
-
April 16th, 1999, 07:13 AM
#5
Re: Instalation error with wininet.dll
OK.
I have installed the program with all the other applications closed. But I will try it again.
On the other hand, I want to install it from DOS, but I can't. Is that posible?
-
April 16th, 1999, 07:15 AM
#6
Re: Instalation error with wininet.dll
I don't think that it is possible to install it from DOS, because setup1.exe (which is called from setup.exe) is a VB 5 program which requires 32-Bit Windows.
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
|