CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    India-Maharashtra-Pune
    Posts
    3

    Package and Deployment

    Sir,
    i have developed a hospital management system program which contains around 8 to 10 forms,in which there are several controls like msflexgrid,dblist,combobox,maskedbox,richtextbox, calender control etc.
    now the problem is that when i start the package and deployment wizard to create a setup kit
    it give two problems
    Ist is it gives error called " access violation error" for msvcrt20.dll and asks to ignore or continue.

    2nd problem comes when we start installing program it installs the whole setup it even goes to 100% and gives message "setup is updating system registry" and after 2 to 3 seconds gives a errorcalled "setup could not found c:\windows\temp\msftqws\DLLSelfRegisterEx "
    and starts uninstalling.
    WHAT COULD BE THE PROBLEM?
    and how to over come it. please let me know.
    thanking u

    vinay kulkarni.


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Package and Deployment

    The second error is related to the first, cause it uses the msvcrt dll. Cause it gives an access violation, it probably isn't included in your package. When running the setup on a system that doesn't already has the dll, an error is most likely to appear.
    When creating the install package, make sure to close all other applications that might use tha dll, like the VBIDE. If it keeps giving you the error, try reinstalling the package and deployment wizard. If you don't feel like reinstalling it, try installing the VB runtime libraries on the pc you are installing on.

    Good luck

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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

Featured