Re: interesting crash in msvc6.0 setup

2003-02-18 Thread J.Brown (Ender/Amigo)
> Anyway, it looks like we're not tremendously close to running msvc6's > installer :-( I have no problem running it in win98 emulation, as long as the registry key I've mentioned before it set AND you are running in Desktop mode. I've had the cpu problem only when running in Managed myself. - E

Re: interesting crash in msvc6.0 setup

2003-02-17 Thread Dan Kegel
Back in January, I wrote: > ... I'm trying to install msvc6.0 under wine. ... When emulating win9x, it fails before presenting a dialog box ... It still does this, but I understand the problem now: a --debugmsg +all reveals it's crashing because the HKLM\\Software\\Microsoft\\Windows\\CurrentVe

Re: interesting crash in msvc6.0 setup

2003-01-04 Thread Dan Kegel
Uwe Bonnes wrote: "Dan" == Dan Kegel <[EMAIL PROTECTED]> writes: Dan> Whenever it crashes in winnt/xp, it leaves one or more windowless Dan> wcmd's running the following script: Dan> :Repeat del "E:\vs60wiz.exe" if exist "E:\vs60wiz.exe" goto Repeat Dan> del "C:\WINDOWS\DEL4056.B

Re: interesting crash in msvc6.0 setup

2003-01-04 Thread Uwe Bonnes
> "Dan" == Dan Kegel <[EMAIL PROTECTED]> writes: Dan> Whenever it crashes in winnt/xp, it leaves one or more windowless Dan> wcmd's running the following script: Dan> :Repeat del "E:\vs60wiz.exe" if exist "E:\vs60wiz.exe" goto Repeat Dan> del "C:\WINDOWS\DEL4056.BAT" Dan

Re: interesting crash in msvc6.0 setup

2003-01-04 Thread Dan Kegel
Greg Turner wrote: On Saturday 04 January 2003 02:42 pm, Dan Kegel wrote: :Repeat del "E:\vs60wiz.exe" if exist "E:\vs60wiz.exe" goto Repeat del "C:\WINDOWS\DEL4056.BAT" It's probably relying on the file being locked. I wonder, is it "niced" in Windows? Lame. Hmm. I guess I could log ho

Re: interesting crash in msvc6.0 setup

2003-01-04 Thread Greg Turner
On Saturday 04 January 2003 02:42 pm, Dan Kegel wrote: > :Repeat > > del "E:\vs60wiz.exe" > if exist "E:\vs60wiz.exe" goto Repeat > del "C:\WINDOWS\DEL4056.BAT" It's probably relying on the file being locked. I wonder, is it "niced" in Windows? Lame. -- gmt "It does not take a majority to pr

interesting crash in msvc6.0 setup

2003-01-04 Thread Dan Kegel
Since msvcmaker doesn't support msvc4.0, I'm trying to install msvc6.0 under wine. (Yeah, I know, I should run it under windows, but I'm stubborn.) Interestingly, the setup program puts itself in the background. This means you have to be careful to check with ps that you don't have old wines layi