Setup Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coolminded
    New Member
    • Mar 2007
    • 137

    Setup Problem

    Hi all,

    i have create one program in vb 6.0 and i also created it's setup file.
    it runs quite well in my pc with win xp.
    but when i tried to install it in the laptop with core 2 duo processor, it gives error saying:
    "Some of your system files are out of date and you need to update it." it asks for the restart and when i restart and re-install, it gives the same message.
    is this because of the processor. how to overcome this problem?
    can somebody help me please???
    thanx
    coolminded
  • creative1
    Contributor
    • Sep 2007
    • 274

    #2
    Hi
    which software youa re using to create setup?
    DO you know that names of the system files that are missing?
    There is nothing wrong with the processor. All you need is to get the name of the system files that are outdated and then replace with with updated once.
    Regards.

    Comment

    • coolminded
      New Member
      • Mar 2007
      • 137

      #3
      Originally posted by creative1
      Hi
      which software youa re using to create setup?
      DO you know that names of the system files that are missing?
      There is nothing wrong with the processor. All you need is to get the name of the system files that are outdated and then replace with with updated once.
      Regards.
      hi

      i used the vb 6.0 inbuilt Package and Deployment Wizards to create the setup. and it does not specify the specific system files. it only says "Some of the system files are out of date". So i couldn't get which system files to update. in other processors it runs nicely. so i thought it could be because of core 2 duo processor.

      thanx
      regards

      Comment

      • jamesd0142
        Contributor
        • Sep 2007
        • 471

        #4
        I agree to my knowledge its unlikely to be the processor thats causing any problems here.

        Have you run a windows update on the laptop recently? Try this first you might be lucky.

        James

        Comment

        • creative1
          Contributor
          • Sep 2007
          • 274

          #5
          I was getting similar problem with my setup coincidently it was also happening with my laptop. But in my case I knew which files are outdated. So I updated them and got ir done. there is only one way I see to fix this problem in your case. Why don't you try this.

          Install VB on your laptop and run your source code there. It will tell you about errors during complication. It will take you to the problamatic area and you can get whcih reference files are out of date.


          Kind Regards

          Comment

          Working...