Results 1 to 13 of 13

Thread: Error Some of your system files are out of date

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    7

    Error Some of your system files are out of date

    If

    this question is in wrong forum then I applogise

    Else
    Hi

    I have completed my application and then made the setup package using VB appication and deployement wizard. But when I tried ot install it on client machine it gave me an error "Some of your system files are out of date, press yes to restart your system" now when I restarted and tried to install the setup I made same error keeps coming, It is realy annoying I did so much hard work and at the end I got this nothing.

    Please can you help me what to do now.

    End if

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Error Some of your system files are out of date

    This is a known problem in PDW. Use Inno instead.

    If you insist on using PDW then take a look at these links
    http://support.microsoft.com/kb/831491/
    http://support.microsoft.com/default...b;en-us;830761
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    7

    Can I just copy the exe for new version

    Thanks ali

    I have downloaded te inn set up and vb service pack 6 also. Do you prefer inn or still PDW.

    I have anohter question related to this let's assume that this time the installation goes fine and user can user the application, After that if he reques the changes and I made the changes Can I just copy the EXE file only some where in the system and it will act as a new version or I have to make the set up all new again every time I make chages in application. If it is possible then where should i copy the exe file.

  4. #4
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Can I just copy the exe for new version

    Quote Originally Posted by Jaspinder
    Thanks ali
    You are welcome. And please use only one color when you post.

    Quote Originally Posted by Jaspinder
    I have downloaded te inn set up and vb service pack 6 also. Do you prefer inn or still PDW.
    I don't create setup packages as such, however from what I have heard and seen is that Inno is far more better than PDW.

    Quote Originally Posted by Jaspinder
    I have anohter question related to this let's assume that this time the installation goes fine and user can user the application, After that if he reques the changes and I made the changes Can I just copy the EXE file only some where in the system and it will act as a new version or I have to make the set up all new again every time I make chages in application. If it is possible then where should i copy the exe file.
    If you don't add any more references to your exe during modification then you can just copy the EXE over. Also even if you add references you can still copy the exe and the related DLL/OCX files.

    Does this answer your question?
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  5. #5
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Error Some of your system files are out of date

    Moved from API forum.


    Has someone helped you? Then you can Rate their helpful post.

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Can I just copy the exe for new version

    Quote Originally Posted by Jaspinder
    I have anohter question related to this let's assume that this time the installation goes fine and user can user the application, After that if he reques the changes and I made the changes Can I just copy the EXE file only some where in the system and it will act as a new version or I have to make the set up all new again every time I make chages in application. If it is possible then where should i copy the exe file.
    If everything is happening on just one machine, then, as Shuja Ali has indicated, a reinstallation is not necessary.

    However, I would still make a new installation package with the new .Exe...that way, if you have more people that want to use it, your installation package will be ready to go and will contain the latest and greatest version of your software.

  7. #7
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Error Some of your system files are out of date

    Jaspinder,

    Please read Installation Problems in my signature to help clear up matters of this sort.

  8. #8

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    7

    Re: Error Some of your system files are out of date

    Thanks very much for your help guys I have created the set up using Inn now and also got the vb service pack as well that I copied in ms visual studio >vb98 folder.

    I will let you know about the output tommorow.

    Thanks

  9. #9

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    7

    Re: Error Some of your system files are out of date

    Hi Guys

    I have downloaded the inno setup and made a setup of my application using inno setup. When I tried to install this on the user machine it gives and error MSHFLEXGRID.OCX cannot be found and also the same kind of message on the MSCOMCTL.OCX is there any thing that i can do now to remove these messages.

    Please help me as I can not install my application now!

  10. #10
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Error Some of your system files are out of date

    Did you include this file in your Inno Setup Script? What does your script look like? Did you use ********** to create you script or the Inno Setup Wizard. The Inno Setup Wizard is not thourough enough...

  11. #11

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    7

    Re: Error Some of your system files are out of date

    Thanks for your reply I have also visited the intalltion notes for vb.

    I am very new to inno setup and I used it in rush using the wizard. is there any special way of creating set up using inno. To be honest I have no idea how to create a set up file in inno and how to include the files you need. I just clickd on new and then next next and so on. At the end i got nothing but disappointment.

    Can you help me please Is there any link that tells me how to create a setup file using inno and most important for me is how to add the files you need in the setup..

    I cannot install my applicatoin that is not good for me.

  12. #12
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Error Some of your system files are out of date

    Look in my signature for ********** it will creat the script for you automatically from your vbp file. It WILL find all the dependency files for you and you will just have to add any additional files that you have created or need to the script such as database, text and doc files. It's free for three days...

  13. #13

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    7

    Re: Error Some of your system files are out of date

    Thanks guys it will be sorted hopefully now.

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