wheeler08
06-04-2003, 12:05 PM
After I pakage and deploy my own application, I install it on a computer that doesn't have Visual Studio and it says that some files are not up-to-date and my application won't install.
Can someone tell me how I can get the up-to-date files? How can I include them in my application?
I don't understand what it needs and why it does this.
Thanks!
iowahawk43
06-04-2003, 12:28 PM
After I pakage and deploy my own application, I install it on a computer that doesn't have Visual Studio and it says that some files are not up-to-date and my application won't install.
Can someone tell me how I can get the up-to-date files? How can I include them in my application?
I don't understand what it needs and why it does this.
Thanks!
Well, you should be offered to update your files at that time your are warned! Otherwise, this is typically Windows files that are missing, so try Updating Your Windows (icon in Start menu).
Typically, this is talking about MDAC. In that case, you may have to go to MS to download the proper MDAC (usually the most recent, the better. 2.7 is what I use).
Can you include these in your package? Um, you COULD, but it would be difficult to get them all, register them properly etc.
Just think of this as you trying to Install on Windows 3.1 - which it wouldn't. You must upgrade Windows first!
Hope this helps.
may be u shuld confirm that u have the latest sp of vb6 and the os ur compiling ur setup
wheeler08
06-04-2003, 01:15 PM
Updated Windows and everything is working!
Thanks!