|
-
Jun 9th, 2006, 04:48 AM
#1
Thread Starter
New Member
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
-
Jun 9th, 2006, 04:55 AM
#2
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
-
Jun 9th, 2006, 08:00 AM
#3
Thread Starter
New Member
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.
-
Jun 9th, 2006, 08:12 AM
#4
Re: Can I just copy the exe for new version
 Originally Posted by Jaspinder
Thanks ali
You are welcome. And please use only one color when you post.
 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.
 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
-
Jun 9th, 2006, 09:57 AM
#5
-
Jun 9th, 2006, 12:56 PM
#6
Re: Can I just copy the exe for new version
 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.
-
Jun 9th, 2006, 03:03 PM
#7
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.
-
Jun 9th, 2006, 06:48 PM
#8
Thread Starter
New Member
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
-
Jun 11th, 2006, 04:17 AM
#9
Thread Starter
New Member
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!
-
Jun 11th, 2006, 04:23 AM
#10
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...
-
Jun 11th, 2006, 04:44 AM
#11
Thread Starter
New Member
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.
-
Jun 11th, 2006, 02:00 PM
#12
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...
-
Jun 11th, 2006, 04:31 PM
#13
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|