CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2002
    Location
    in front of computer
    Posts
    28

    Need a help on problem during packaging VB Program

    I have been encountering this problem on packaging and installing a Visual Basic program. The program is OK when I've tried packaged it, but when I install it, I'm encountering this kind of message :

    "Setup cannot continue because some system files are out of date on your system. Click OK if you would like setup to update these files for you now. You will need to restart Windows before you can run setup again. Click cancel to exit setup without updating system files."

    If I click the OK button on the dialog, I'm encountering that again.

    How could I avoid this kind of problem. I couldn't install the program on my client because of this.

    Please help me.

    Thank you very much.


    Pepe Smith

  2. #2
    Join Date
    Mar 2002
    Posts
    19

    Packaging and depolyment

    hello friend
    this is only due to version mismatch of ur dll
    so to avoid this problem .. plz do setup on win98 machine it will work everywhere.
    this is beacause dll u r using are newer than those which client is using.. windows file protection creates this problem
    so it is better to d setup on win98
    nothing to worry about it
    thanx

  3. #3
    Join Date
    Jan 2003
    Location
    Bulgaria
    Posts
    75

    What kind of OS is the client using?

    What kind of Windows is the client using? If NT,2K,XP the check for administrative privileges when installing.

    Or you can try to package it with another program. There are some small programs like "GP Install" that in most cases will help you.
    .:: ::.

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