Results 1 to 17 of 17

Thread: Pacage & Deployment - Problem

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Chennai/India
    Posts
    37

    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

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    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....

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    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

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    If you ae interested in the Installer mentioned : http://msdn.microsoft.com/vstudio/d...i11/default.asp
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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

  6. #6

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Chennai/India
    Posts
    37

    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

  7. #7
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  8. #8

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Chennai/India
    Posts
    37

    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

  9. #9
    Fanatic Member vb_dba's Avatar
    Join Date
    Jun 2001
    Location
    Somewhere aloft between the real world and insanity
    Posts
    1,016
    Try Here:

    Visual Studio Installer

    Chris
    Chris

    Master Of My Domain
    Got A Question? Look Here First

  10. #10
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    So were you able to download?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  11. #11

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Chennai/India
    Posts
    37

    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

  12. #12

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Chennai/India
    Posts
    37

    Package & Deployment - Problems

    Hi Mr.James

    Thanks.

    I will read carefully & try.



    Regards
    Mohan Kumar

  13. #13
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    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....

  14. #14

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Chennai/India
    Posts
    37

    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

  15. #15
    New Member
    Join Date
    Oct 2002
    Location
    Nairobi, Kenya
    Posts
    1

    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!

  16. #16
    Member
    Join Date
    Sep 2002
    Location
    India
    Posts
    62
    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 !!!

  17. #17
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    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.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width