|
-
Jun 19th, 2002, 11:07 PM
#1
Thread Starter
Member
Pacage & Deployment - Problem
Hi
I've just finished an application (backend Ms-Sql Server 7.0).
While trying to create a setup file using Package & Deployment,
I've encountered the following error message :
"'C:\Winnt\System32\wininet.dll'. The destination file is use. Please ensure that all other applications are closed. "
Pls suggest me how to resolve this problem and create a setup file succesfully.
Moreover tell me whether I need to install Sqlserver on all client machines.
Regards
Mohan Kumar
-
Jun 19th, 2002, 11:11 PM
#2
PowerPoster
Well
I use Visual Studio Installer for Win2k / WINNT installs of data access applications and have never ran into that problem...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Jun 19th, 2002, 11:13 PM
#3
Make sure you're not using the dll at the time you are trying to add it to the setup.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Jun 19th, 2002, 11:15 PM
#4
PowerPoster
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Jun 19th, 2002, 11:19 PM
#5
Re: Pacage & Deployment - Problem
Originally posted by pammalmohan
Moreover tell me whether I need to install Sqlserver on all client machines.
Regarding your second q, it depends upon your connection string. If it references a database locally, then you'll have to install SQL Server on all client machines. However, if it references a database specifically by name, then it need be only on one machine
-
Jun 19th, 2002, 11:20 PM
#6
Thread Starter
Member
Package & Deployment - Problems
Hi Mr.James
Thanks for ur instant reply.
But I don't have Visual Studio Installer. I've got Visual Studio 6 complete set. Is that downloadable...from the net. ???
Hi. Mr.Aaron
No other application was in use while installing. Tell me how to find out whether that dll is in use or not & how to close it if it is in use.
Regards
Mohan Kumar
-
Jun 19th, 2002, 11:21 PM
#7
PowerPoster
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Jun 20th, 2002, 03:47 AM
#8
Thread Starter
Member
Package & Deployment - Problems
Hi Mr.James
Page Cannot Be Found
We apologize for the inconvenience, but the page you are seeking cannot be found in this location.
This was the response the link given by u for Downloading Visual Studio Installer.
Regards
Mohan Kumar
-
Jun 20th, 2002, 06:47 AM
#9
Fanatic Member
Chris
Master Of My Domain
Got A Question? Look Here First
-
Jun 20th, 2002, 07:53 AM
#10
PowerPoster
Well
So were you able to download?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Jun 20th, 2002, 10:06 AM
#11
Thread Starter
Member
Package & Deployment - Problems
Hi Mr.James & Chris
Thank u.
Atlast...I've downloaded VS Installer.
I've extracted (setup1.exe & setup2.exe which are self extractbale files ) and executed Setup.exe also.
Now PLEASE tell me how to proceed.
Regards
Mohan Kumar
-
Jun 20th, 2002, 10:46 PM
#12
Thread Starter
Member
Package & Deployment - Problems
Hi Mr.James
Thanks.
I will read carefully & try.
Regards
Mohan Kumar
-
Jun 20th, 2002, 10:48 PM
#13
PowerPoster
Well
The site may not give you all info you need... There always HELP. I was able to create install package within 15 minutes after download of product by using the HELP feature (and tinkering with it).
Good luck.
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Jun 21st, 2002, 09:36 AM
#14
Thread Starter
Member
Package & Deployment - Problems
Hi
I 've downloaded but i couldn't find help..... A readme file is available but it is very lengthy....
Kindly tell me the steps....so that i can make it faster
rgds
Mohan
-
Oct 3rd, 2002, 05:31 AM
#15
New Member
Re: Pacage & Deployment - Problem
Originally posted by pammalmohan
Hi
I've just finished an application (backend Ms-Sql Server 7.0).
While trying to create a setup file using Package & Deployment,
I've encountered the following error message :
"'C:\Winnt\System32\wininet.dll'. The destination file is use. Please ensure that all other applications are closed. "
Pls suggest me how to resolve this problem and create a setup file succesfully.
Moreover tell me whether I need to install Sqlserver on all client machines.
Regards
Mohan Kumar
Close any active internet connection b4 using deployment and package wizard!
-
Oct 3rd, 2002, 06:00 AM
#16
Member
Hi,
you may wonder y that message was shown. Wininet is the componenet from Microsoft, used to do Datatransfer for a remote machine using ftp / Http. Someone of your previously installed application might be using wininet.dll for datatransfer. So, wat my suggestion is to kill that application temproarily and make that as alive after finishing your installation..
I may not be correct, If so, correct me pls..
-Karthick
 Have a nice day !!! 
-
Oct 3rd, 2002, 08:20 AM
#17
Well ...
Originally posted by pammalmohan
Hi
I've just finished an application (backend Ms-Sql Server 7.0).
While trying to create a setup file using Package & Deployment,
I've encountered the following error message :
"'C:\Winnt\System32\wininet.dll'. The destination file is use. Please ensure that all other applications are closed. "
Pls suggest me how to resolve this problem and create a setup file succesfully.
Moreover tell me whether I need to install Sqlserver on all client machines.
Regards
Mohan Kumar
A word of caution: Before you add the WinInet.dll file to your setup package, please make sure that it will run correctly on all versions of Windows that you intend to deploy your app on. We had serious problems with our software being tested at our boss' PC, where we accidentally installed a newer version of the WinInet control and our boss had to format his hard drive and re-install Windows to fix the troubles the new WinInet caused.
Ever since, we don't bundle the WinInet file in our app. It uses the available file in the client's PC.
.
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
|