Archived from groups: microsoft.public.win98.gen_discussion (
More info?)
I'll try my best to keep people from saying you are too LAZY to enter
that one, Blanton! (Usually, it's Lee, anyhow, who goes into those, I
think.) Well, should he respond, I guess I'll suggest a DOS shell,
and...?...
C:\>dir "C:\Program Files\Internet Explorer\Setup\Setup.exe"
Directory of C:\Program Files\Internet Explorer\Setup
SETUP EXE 353,280 10-20-00 12:00a SETUP.EXE
If it exists, then (to restore the previous version of Internet
Explorer)...?...
START /w "C:\Program Files\Internet Explorer\Setup\Setup.exe"
If it doesn't exist, then...
C:\>dir "C:\WINDOWS\Windows Update Setup Files\ie6setup.exe"
Directory of C:\WINDOWS\Windows Update Setup Files
IE6SETUP EXE 490,608 09-26-02 10:53p ie6setup.exe
....or...
C:\>dir "C:\Program Files\Internet Explorer\IE6Setup.exe"
Directory of C:\Program Files\Internet Explorer
IE6SETUP EXE 490,608 09-26-02 10:53p ie6setup.exe
And, if either exists, to over-install IE...?...
START /w "C:\WINDOWS\Windows Update Setup Files\ie6setup.exe"
Worth a try for someone who's apparently dead anyway?
--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR
pcrrcp@netzero.net
"Bill Blanton" <bblanton@REMOVEmagicnet.net> wrote in message
news:OKciOLPtFHA.2392@tk2msftngp13.phx.gbl...
| I don't want to get involved in that one
.. btw;
| shell=command.com
| works too. The desktop will load, but you'll get a dos-box as the
shell.
| But there's no %path% to c:\windows or ...\system iirc.
|
| I doubt it would work in this case, considering the fact that progman
| isn't loading...
|
| Patching the reg from dos can't hurt if the values are correct.
|
|
|
|
| "PCR" <pcrrcp@netzero.net> wrote in message
news:u6TT%23%23NtFHA.1444@TK2MSFTNGP10.phx.gbl...
| > So, in a crunch, REGEDIT might do it...?...
| > news:ebvwNiKtFHA.2792@tk2msftngp13.phx.gbl
| >
| >
| > --
| > Thanks or Good Luck,
| > There may be humor in this post, and,
| > Naturally, you will not sue,
| > should things get worse after this,
| > PCR
| > pcrrcp@netzero.net
| > "Bill Blanton" <bblanton@REMOVEmagicnet.net> wrote in message
| > news:OrYS9oNtFHA.3864@TK2MSFTNGP12.phx.gbl...
| > | Regsvr32 pretty much just loads the dll and its dependencys and
calls
| > | a specific named function in the dll. The dll can do anything
| > | it wants after that point, but writing or removing (unregistering)
| > | registry references is the usual use. (I doubt anybody uses self-
| > | registering *.dlls to the extent that MS does.. a good design,
IMO)
| > |
| > | webvw.dll is a good example of a dll that will do more. It will
| > | write the *.htt and (I think) a few *.ini files to the ..\web
| > | folder (needed for "web view").
| > |
| > |
| > |
| > | "PCR" <pcrrcp@netzero.net> wrote in message
| > news:e1huQWNtFHA.3264@TK2MSFTNGP12.phx.gbl...
| > | >I don't know, but you've got me thinking there is more to
registering
| > a
| > | > DLL than just getting it's name into the Registry.
| > | >
| > | >
| > | > --
| > | > Thanks or Good Luck,
| > | > There may be humor in this post, and,
| > | > Naturally, you will not sue,
| > | > should things get worse after this,
| > | > PCR
| > | > pcrrcp@netzero.net
| > | > "Bill in Co." <not_really_here@earthlink.net> wrote in message
| > | > news:Oaa90tLtFHA.3596@TK2MSFTNGP15.phx.gbl...
| > | > | If one uses a slightly updated DLL file to replace a slightly
| > older
| > | > version
| > | > | (with the same file name) by simply using copy and paste in
| > Explorer,
| > | > does
| > | > | the new DLL version file have to be registered again?
| > | > |
| > | > | I'm thinking that if the DLL function calls and headers are
the
| > same
| > | > (within
| > | > | the DLLs), probably not, but if there is any difference (like
| > added or
| > | > | removed function calls, or external references), then
probably.
| > | > Does
| > | > | anybody know?
| > | > |
| > | > | (registering a DLL is accomplished by using regsvr32 at the
| > command
| > | > line)
| > | > |
| > | > |
| > | >
| > | >
| > |
| > |
| >
| >
|
|