|
|
|
 |

July 18th, 2004, 09:24 PM
|
Major General
|
|
Join Date: Jan 2004
Posts: 2,425
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Please help
Quote:
Originally posted by Tuskerlove:
You can try to force an install using the /NCRC command line switch (but it is not recommended).
|
You've answered your question.
If at first it doesn't work, force it. If it breaks, it needed to be replaced anyway.
|

July 19th, 2004, 12:31 AM
|
Major General
|
|
Join Date: Jan 2004
Posts: 2,425
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Please help
Quote:
Originally posted by Arryn:
If an app/dll that is called by the installer fails to run, the install *will* fail. I have seen this happen. Amongst the many years of software experience I have, 5 years of it is in writing installers for Windows systems. I assure you that installs can and do fail, under the right (wrong?) circumstances.
|
Pah! In the old days, installing things didn't involve wonky executables just for installing, or DLLs. Installations couldn't "fail", because you simply copied everything into the directory of your choice.
What, may I ask, was wrong with this system? It was foolproof and flawless, yet they had to can install some crazy new-fangled "installer", when something as simple as untar/unzip/copy would have worked fine!
|

July 19th, 2004, 12:56 AM
|
 |
Major General
|
|
Join Date: Jan 2004
Location: twilight zone
Posts: 2,247
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Please help
Quote:
Originally posted by Norfleet:
Pah! In the old days, installing things didn't involve wonky executables just for installing, or DLLs. Installations couldn't "fail", because you simply copied everything into the directory of your choice.
What, may I ask, was wrong with this system? It was foolproof and flawless, yet they had to can install some crazy new-fangled "installer", when something as simple as untar/unzip/copy would have worked fine!
|
In the "old days", you had crappy, grossly-unstable OSes like DOS/Windows, or Windows 9x (still DOS-based, essentially). OSes that didn't care if you overwrote key system files (that shouldn't be) or installed drivers that are incompatible with other drivers. I could go on and on about the shortcomings of the M$ OSes prior to WinXP, but this isn't the forum for such, and, frankly, I've better things to do.
The short answer as to what the big deal is today with needing a sophisticated installer can be summed up in two words: Windows Registry. The long answer involves *why* this is important, and an entire college-level course on the subject can be taught.
Since, AFAIK, you (Norfleet) aren't a sofware engineer, much less have extensive knowledge of Windows OS internals (there are many books on this subject alone), nor ever actually wrote an installer for a modern Windows application, you really have no business judging that which you know zilch about. Of course, knowing you to be the cantankerous old curmudgeon that we're so fond of, that most assuredly would never stop you from doing so. 
|

July 19th, 2004, 01:15 AM
|
Major General
|
|
Join Date: Jan 2004
Posts: 2,425
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Please help
Quote:
Originally posted by Arryn:
In the "old days", you had crappy, grossly-unstable OSes like DOS/Windows, or Windows 9x (still DOS-based, essentially). OSes that didn't care if you overwrote key system files (that shouldn't be) or installed drivers that are incompatible with other drivers. I could go on and on about the shortcomings of the M$ OSes prior to WinXP, but this isn't the forum for such, and, frankly, I've better things to do.
|
Pah, so? It's my computer. If I want to install incompatible drivers and arbitrarily delete things at whim, I can do that. Certainly this won't happen when installing a program this way, since everything goes in the program's own directory. That means the only way a system file or driver that's "incompatible", and I use this word in quotes for a reason, gets overwritten, is when *I* choose to overwrite it!
Just as an example, in the *OLD* days, and it's still true on Linux, when you wanted to delete something, you deleted it, and it went away. Now, Windows tries to pretend it's smarter than you are, and tells you that you CAN'T delete it, blah, blah, blah, because it's in use, blah, blah, blah. Like I'm supposed to care. So what if a program malfunctions as a result? Clearly, if I'm ordering the deletion of the file, I'm aware of the consequences of doing so, and simply am not concerned that some program, which I undoubtedly didn't like anyway, or I wouldn't be deleting its files, will break. In fact, that's the entire point!
And grossly unstable my ***. DOS NEVER CRASHES! Never! Ever! Programs crash. DOS doesn't. Same cannot be said for Windoze!
Quote:
The short answer as to what the big deal is today with needing a sophisticated installer can be summed up in two words: Windows Registry. The long answer involves *why* this is important, and an entire college-level course on the subject can be taught.
|
Pah. The Windows Registry is a pile of crap. Linux doesn't have a registry that programs arbitrarily write crap into, and programs in Linux instead use something called a "configuration file"! What a novel concept, that items pertinent to the program are written in a file in the program's own directory, instead of all other the place! Amazing how such a simple concept works so well.
Quote:
Since, AFAIK, you (Norfleet) aren't a sofware engineer, much less have extensive knowledge of Windows OS internals (there are many books on this subject alone), nor ever actually wrote an installer for a modern Windows application, you really have no business judging that which you know zilch about.
|
Pah. You think I've never programmed anything? I program lots of stuff....and it installs by UNZIPPING OUT OF A FILE! Amazing how such a simple and ancient concept works so effectively, even in the day and age where people needlessly add points of failure to what is otherwise a simple operation.
Case and point: I've installed Dom2 perfectly fine by simply unzipping it out of a zip file, from when I packaged my previous directory and shuffled it off to another computer. Amazingly, it works. So why do we need an wonky installer? Pah! If it really had that many files, there was an ancient method called "INSTALL.BAT". Once again, no wonky executables, and if you wanted, you could open it up and do it manually!
Quote:
Of course, knowing you to be the cantankerous old curmudgeon that we're so fond of, that most assuredly would never stop you from doing so.
|
Us cantankerous old curmudgeons have this annoying habit of remembering that in the old days, these problems didn't exist, and why they didn't occur.
[ July 19, 2004, 00:17: Message edited by: Norfleet ]
|

July 19th, 2004, 01:38 AM
|
 |
Major General
|
|
Join Date: Jan 2004
Location: twilight zone
Posts: 2,247
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Please help
Quote:
Originally posted by Norfleet:
And grossly unstable my ***. DOS NEVER CRASHES! Never! Ever! Programs crash. DOS doesn't.
|
If an app crashes and takes the OS with it, that's also an OS crash. A properly-written OS won't allow an app to corrupt the OS. Your wonky memory may not permit you to recall it, but DOS apps could very easily crash DOS. I remember games like X-COM and Panzer General doing it, just to name two. If you think differently, then you're deluding yourself (or worse).
BTW, DOS, even running no apps, could crash too. Hard to do, but it was possible. All depended on the stability of what was loaded using the config.sys file. Then there's infamous DOSes like DOS 5.0 (fixed in 5.1 IIRC), 6.0 (fixed, sort of, in 6.01), and 6.2 (fixed in 6.22).
|

July 19th, 2004, 01:51 AM
|
Major General
|
|
Join Date: Jan 2004
Posts: 2,425
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Please help
Quote:
Originally posted by Arryn:
If an app crashes and takes the OS with it, that's also an OS crash. A properly-written OS won't allow an app to corrupt the OS. Your wonky memory may not permit you to recall it, but DOS apps could very easily crash DOS.
|
Meh, you act as if Windoze applications don't regularly crash the entire computer as well. DOS, however, doesn't come with any perceptible loading time even on the crummiest computer. You turn it on, and it runs! For the reason, such features were not necessary.
Quote:
I remember games like X-COM and Panzer General doing it, just to name two. If you think differently, then you're deluding yourself (or worse).
|
X-Com still crashes and takes out the entire computer at times, even in Windoze.
Quote:
BTW, DOS, even running no apps, could crash too. Hard to do, but it was possible. All depended on the stability of what was loaded using the config.sys file. Then there's infamous DOSes like DOS 5.0 (fixed in 5.1 IIRC), 6.0 (fixed, sort of, in 6.01), and 6.2 (fixed in 6.22).
|
Not so. DOS, running nothing, sat there and blinked. It could do this for weeks. Months, years. Never crashing. Starting with Windoze 9x, that ended: Windoze can now crash even if left completely unmolested.
|

July 19th, 2004, 02:01 AM
|
 |
Major General
|
|
Join Date: Jan 2004
Location: twilight zone
Posts: 2,247
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Please help
What M$ OS are you running now? And if it's XP Pro, what app(s) have you found that can take out the OS when the app crashes? I'm sincerely curious as I've yet to find one.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|