CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 1999
    Posts
    70

    Path/File Access Error on Setup

    I am encountering an error when running the VB6 setup on Win98 machines. After setup creates the icons I get a Path/File access error. I click Retry and the error message goes away and I get the message that the program was installed successfully. Also, the program operates fine. Any idea why this error message is appearing.


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Path/File Access Error on Setup

    It seems to me a servicepack has fixed this. Try installing Servicepack 4 or 5 (you can download them from Microsoft.com).

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Nov 1999
    Posts
    70

    Re: Path/File Access Error on Setup

    Thanks for responding. The problem appeared to be something corrupted in the project. By opening a new project and importing all the previous forms and module, corrected the problem. It was a wild shot that paid off. Thanks again.


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