Re: Setup program run on NT?
From: Bob O`Bob (filterbob_at_yahoogroups.com)
Date: 05/27/04
- Next message: Tom LeBold: "VB 6.0 Combo Box with more than one column"
- Previous message: Daryl Muellenberg: "Re: How do I right justify a number"
- In reply to: Damon: "Setup program run on NT?"
- Next in thread: Ralph: "Re: Setup program run on NT?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 10:59:08 -0700
Damon wrote:
> I have written my VB app on my Windows XP machine, I have also created a
> setup program on my XP machine, however when running the setup on a Windows
> NT machine it mentions that there are some system files which are out of
> date on the system and do I want the system to update these files. When I
> say yes it says that I must re-boot the machine but when I do I get a blue
> screen with a memory dump error message. Has anyone come across this
> before? What system files could be out of date? and what are they linked
> to. I thought it may have been MDAC so I installed the same version of MDAC
> onto the NT machine but with the same result. Would appreciate the help on
> this one.
Those would be system files, on the NT machine, just as it warned you.
The files you brought, it should be obvious, came from an XP machine, and
therefore installing them on NT may actually destabilize the whole system.
There is a concept known as "backward compatibility" which is fairly well
respected in Windows. When new platforms are created, there are some allowances
made for the ways in which older applications were written. Programs created
on NT should run on XP. But it's not possible to insure "forward compatibility"
without having advance knowledge of the future.
All in all, you've quite possibly screwed up the NT system itself,
not just the program you attempted to install.
If you want to create programs which work on multiple platforms, then you
should do your production compiles, and build all your installation sets,
on the OLDEST of the platforms you intend to support. You can safely
package older system libraries in your installer, and when installing on
a newer platform it won't bother to copy those. Going the other way fails
too often to be worth the effort.
Bob
- Next message: Tom LeBold: "VB 6.0 Combo Box with more than one column"
- Previous message: Daryl Muellenberg: "Re: How do I right justify a number"
- In reply to: Damon: "Setup program run on NT?"
- Next in thread: Ralph: "Re: Setup program run on NT?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|