CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Location
    Vlaanderen / Belgium
    Posts
    1

    setup-code-error

    Hi,

    When I want to install my programm (made in Visual Basic 4.0) I often get
    this error message:

    "C:\windows\system\msvcrt.dll
    An acces violation occurred while copying the file"

    I know what this message means...It means that "MsVcrt.dll" is in use and
    can't be replaced !!

    but :

    What must I change in the setup-programm-code to get rid of that message ?

    (I use the setup-wizard from visual basic v4.0)

    Thanks,

    Wim



  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: setup-code-error

    If this dll cannot be replaced means that you already have this dll on the target machine. Try to exclude this dll from PDW.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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