Click to See Complete Forum and Search --> : Error Some of your system files are out of date
Jaspinder
Jun 9th, 2006, 04:48 AM
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
Shuja Ali
Jun 9th, 2006, 04:55 AM
This is a known problem in PDW. Use Inno (http://www.jrsoftware.org/isinfo.php) 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.aspx?scid=kb;en-us;830761
Jaspinder
Jun 9th, 2006, 08:00 AM
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.
Shuja Ali
Jun 9th, 2006, 08:12 AM
Thanks aliYou are welcome. :) And please use only one color when you post.
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.
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?
manavo11
Jun 9th, 2006, 09:57 AM
Moved from API forum.
Hack
Jun 9th, 2006, 12:56 PM
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.
randem
Jun 9th, 2006, 03:03 PM
Jaspinder,
Please read Installation Problems in my signature to help clear up matters of this sort.
Jaspinder
Jun 9th, 2006, 06:48 PM
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 ;)
Jaspinder
Jun 11th, 2006, 04:17 AM
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!
randem
Jun 11th, 2006, 04:23 AM
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...
Jaspinder
Jun 11th, 2006, 04:44 AM
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.
randem
Jun 11th, 2006, 02:00 PM
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...
Jaspinder
Jun 11th, 2006, 04:31 PM
Thanks guys it will be sorted hopefully now.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.