Net Framework 3.0 Install Fails

  • Thread starter Thread starter JustUs
  • Start date Start date
This solution was provided by Philip Han - Microsoft Windows Support
Professional.

The remove.bat did not work for me, but not to say it won't for you. There
was some setting on my system that was denying the script access to parts of
the process. However, the cleanup utility provided by:
http://blogs.msdn.com/astebner/archive/2007/08/31/4678599.aspx worked
perfectly.
Net Framework 3.5 is installed!!!


Step 1: Completely remove .NET Framework related folders and registry keys

==================================================

1. Click "Start", Run, type: "notepad C:\remove.bat" (without the quotation
marks) and press "Enter". Choose "Yes" when you are prompted.

2. Copy the following commands and then paste them into the opened Notepad
window:

@echo off

Rd C:\Windows\assembly /s /q

Rd "C:\Windows\Microsoft.NET" /s /q

Del C:\Windows\System32\mscoree.dll /q

Del C:\Windows\System32\URTTemp\mscoree.dll /q

del %temp% /Q /F

MSIexec /unregister

MSIexec /regserver

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Integration" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework SDK" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup" /f

3. After you have pasted the above commands, please close the Notepad
window. Choose "Yes" when you are prompted to save the file.

4. Click "Start", "Run", type: "C:\remove.bat" (without the quotation marks)
and press "Enter" to run the commands we have pasted.

Step 2: Install .NET Framework 3.5
http://download.microsoft.com/downl...47-4cc8-bd3e-98a615c3aedb/dotNetFx35setup.exe

Many thanks to all who gave help and especially to PaBear who proved the
link to MS Support Staff.

PA Bear said:
<wink>
As you said - SQL Server 2005 will not install - Missing or corrupt Net
Framework 2.0. Grrrrr!

PA Bear said:
How to determine which versions of the .NET Framework are installed and
whether service packs have been applied:
http://support.microsoft.com/kb/318785

As to whether a particuler .NET Framework version is working, you'll find
out soon enough when running an application that requires it.
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/

JustUs wrote:
Greetings again ;)

I want to verify that Net Framework 2.0 is installed. Especially since I
no
longer have 3.0 and the SP1 pk fails. I opened Adnim Tools and see that
Net
F
2.0 is listed. When I click on it I get an error "Snap-in failed to
initialize ... snap-in creation failed" and then it lists the clsid.
Does
this mean it is not installed? Just because it appears in add/remove
doesn't
necessarily mean it is installed. I have tried to install from a
download
from MS and it fails as does 3.0.

Simple way to verify that 2.0 is installed and working?

Will be away from home for a few days, so if you reply and I don't reply
right away, didn't want you to think I was not appreciative or ignoring
your
help ;)

:
Start a free Windows Update support incident request:
https://support.microsoft.com/oas/default.aspx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport

For home users, no-charge support is available by calling
1-866-PCSAFETY
in
the United States and in Canada or by contacting your local Microsoft
subsidiary.

For more information about how to contact your local Microsoft
subsidiary
for security update support issues, visit the International Support Web
site: http://support.microsoft.com/common/international.aspx

For enterprise customers, support for security updates is available
through
your usual support contacts.
--
JustUs wrote:
Thanks for the reply!

I have been on A Stebner's site and tried a lot of the helps there.
Have
been on the sites that you suggested - no joy!

Here is something interesting from one of the log files from the
failed
install (only part of):

[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Only x86 platforms are supported: Return type:
[03/24/08,15:47:21] Only x86 platforms are supported: IeReturnCheck
[03/24/08,15:47:21] Windows XP Service Pack 2 Update Information:
Return
type: [03/24/08,15:47:21] Windows XP Service Pack 2 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
Return type:
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Microsoft Windows Installer 3.0: Return type:
[03/24/08,15:47:21] Microsoft Windows Installer 3.0: Win32ReturnCheck
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Return type:
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Win32ReturnCheck


Notice the last line - "already installed" HMMM! How can I verify?

Not in Add/Remove, and didn't find ref to it via a Windows Explorer
search.

:
First, see http://support.microsoft.com/kb/923100 (ignore the title).

If no joy, see this recent post by my colleague MowGreen:
http://groups.google.com/group/microsoft.public.windowsupdate/msg/4d76de7769d04493
--
JustUs wrote:
SP1 for both 2.0 and 3.0 fail to install. I tried repair via
Add/remove -
failed for both. Suggestion for 3.0 was to download the package from
MS.
I
did and that repair failed as well. So, I uninstalled 3.0 and tried
to
reinstall and it failed. Now I do not have 3.0 installed at all.
Suggestions?

I am guessing that I may have software that needs 3.0, but won't
know
until
a program I need fails.

The SP1 for 2.0 worked on my XP Pro Student SP2, but not my XP Pro
SP2.
 
Did you read http://support.microsoft.com/kb/923100 ???
This solution was provided by Philip Han - Microsoft Windows Support
Professional.

The remove.bat did not work for me, but not to say it won't for you. There
was some setting on my system that was denying the script access to parts
of
the process. However, the cleanup utility provided by:
http://blogs.msdn.com/astebner/archive/2007/08/31/4678599.aspx worked
perfectly.
Net Framework 3.5 is installed!!!


Step 1: Completely remove .NET Framework related folders and registry keys

==================================================

1. Click "Start", Run, type: "notepad C:\remove.bat" (without the
quotation
marks) and press "Enter". Choose "Yes" when you are prompted.

2. Copy the following commands and then paste them into the opened Notepad
window:

@echo off

Rd C:\Windows\assembly /s /q

Rd "C:\Windows\Microsoft.NET" /s /q

Del C:\Windows\System32\mscoree.dll /q

Del C:\Windows\System32\URTTemp\mscoree.dll /q

del %temp% /Q /F

MSIexec /unregister

MSIexec /regserver

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Integration"
/f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework SDK" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup" /f

3. After you have pasted the above commands, please close the Notepad
window. Choose "Yes" when you are prompted to save the file.

4. Click "Start", "Run", type: "C:\remove.bat" (without the quotation
marks)
and press "Enter" to run the commands we have pasted.

Step 2: Install .NET Framework 3.5
http://download.microsoft.com/downl...47-4cc8-bd3e-98a615c3aedb/dotNetFx35setup.exe

Many thanks to all who gave help and especially to PaBear who proved the
link to MS Support Staff.

PA Bear said:
<wink>
As you said - SQL Server 2005 will not install - Missing or corrupt Net
Framework 2.0. Grrrrr!

:

How to determine which versions of the .NET Framework are installed and
whether service packs have been applied:
http://support.microsoft.com/kb/318785

As to whether a particuler .NET Framework version is working, you'll
find
out soon enough when running an application that requires it.
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/

JustUs wrote:
Greetings again ;)

I want to verify that Net Framework 2.0 is installed. Especially since
I
no
longer have 3.0 and the SP1 pk fails. I opened Adnim Tools and see
that
Net
F
2.0 is listed. When I click on it I get an error "Snap-in failed to
initialize ... snap-in creation failed" and then it lists the clsid.
Does
this mean it is not installed? Just because it appears in add/remove
doesn't
necessarily mean it is installed. I have tried to install from a
download
from MS and it fails as does 3.0.

Simple way to verify that 2.0 is installed and working?

Will be away from home for a few days, so if you reply and I don't
reply
right away, didn't want you to think I was not appreciative or
ignoring
your
help ;)

:
Start a free Windows Update support incident request:
https://support.microsoft.com/oas/default.aspx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport

For home users, no-charge support is available by calling
1-866-PCSAFETY
in
the United States and in Canada or by contacting your local Microsoft
subsidiary.

For more information about how to contact your local Microsoft
subsidiary
for security update support issues, visit the International Support
Web
site: http://support.microsoft.com/common/international.aspx

For enterprise customers, support for security updates is available
through
your usual support contacts.
--
JustUs wrote:
Thanks for the reply!

I have been on A Stebner's site and tried a lot of the helps there.
Have
been on the sites that you suggested - no joy!

Here is something interesting from one of the log files from the
failed
install (only part of):

[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Only x86 platforms are supported: Return type:
[03/24/08,15:47:21] Only x86 platforms are supported: IeReturnCheck
[03/24/08,15:47:21] Windows XP Service Pack 2 Update Information:
Return
type: [03/24/08,15:47:21] Windows XP Service Pack 2 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
Return type:
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Microsoft Windows Installer 3.0: Return type:
[03/24/08,15:47:21] Microsoft Windows Installer 3.0:
Win32ReturnCheck
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Return type:
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Win32ReturnCheck


Notice the last line - "already installed" HMMM! How can I verify?

Not in Add/Remove, and didn't find ref to it via a Windows Explorer
search.

:
First, see http://support.microsoft.com/kb/923100 (ignore the
title).

If no joy, see this recent post by my colleague MowGreen:
http://groups.google.com/group/microsoft.public.windowsupdate/msg/4d76de7769d04493
--
JustUs wrote:
SP1 for both 2.0 and 3.0 fail to install. I tried repair via
Add/remove -
failed for both. Suggestion for 3.0 was to download the package
from
MS.
I
did and that repair failed as well. So, I uninstalled 3.0 and
tried
to
reinstall and it failed. Now I do not have 3.0 installed at all.
Suggestions?

I am guessing that I may have software that needs 3.0, but won't
know
until
a program I need fails.

The SP1 for 2.0 worked on my XP Pro Student SP2, but not my XP Pro
SP2.
 
PA Bear -
I did read the link. I was very hesitant to remove what was working - 2.0.
So I only used the utility to remove 3.x. It was bedtime, but wasn't tired
enough not to try Philip's solution. My heart pounding as all is uninstalled,
and activating install for 3.5 hoping that I would not see "an error occured"
at the top on the install dialog box. The remove.bat did not work as it
processed there were errors of "access denied". Not sure what that was all
about, so went to Stebner's utility. It worked. Anyway, thanks for all your
support as it is much appreciated.

Don

PA Bear said:
Did you read http://support.microsoft.com/kb/923100 ???
This solution was provided by Philip Han - Microsoft Windows Support
Professional.

The remove.bat did not work for me, but not to say it won't for you. There
was some setting on my system that was denying the script access to parts
of
the process. However, the cleanup utility provided by:
http://blogs.msdn.com/astebner/archive/2007/08/31/4678599.aspx worked
perfectly.
Net Framework 3.5 is installed!!!


Step 1: Completely remove .NET Framework related folders and registry keys

==================================================

1. Click "Start", Run, type: "notepad C:\remove.bat" (without the
quotation
marks) and press "Enter". Choose "Yes" when you are prompted.

2. Copy the following commands and then paste them into the opened Notepad
window:

@echo off

Rd C:\Windows\assembly /s /q

Rd "C:\Windows\Microsoft.NET" /s /q

Del C:\Windows\System32\mscoree.dll /q

Del C:\Windows\System32\URTTemp\mscoree.dll /q

del %temp% /Q /F

MSIexec /unregister

MSIexec /regserver

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Integration"
/f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework SDK" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup" /f

3. After you have pasted the above commands, please close the Notepad
window. Choose "Yes" when you are prompted to save the file.

4. Click "Start", "Run", type: "C:\remove.bat" (without the quotation
marks)
and press "Enter" to run the commands we have pasted.

Step 2: Install .NET Framework 3.5
http://download.microsoft.com/downl...47-4cc8-bd3e-98a615c3aedb/dotNetFx35setup.exe

Many thanks to all who gave help and especially to PaBear who proved the
link to MS Support Staff.

PA Bear said:
<wink>

JustUs wrote:
As you said - SQL Server 2005 will not install - Missing or corrupt Net
Framework 2.0. Grrrrr!

:

How to determine which versions of the .NET Framework are installed and
whether service packs have been applied:
http://support.microsoft.com/kb/318785

As to whether a particuler .NET Framework version is working, you'll
find
out soon enough when running an application that requires it.
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/

JustUs wrote:
Greetings again ;)

I want to verify that Net Framework 2.0 is installed. Especially since
I
no
longer have 3.0 and the SP1 pk fails. I opened Adnim Tools and see
that
Net
F
2.0 is listed. When I click on it I get an error "Snap-in failed to
initialize ... snap-in creation failed" and then it lists the clsid.
Does
this mean it is not installed? Just because it appears in add/remove
doesn't
necessarily mean it is installed. I have tried to install from a
download
from MS and it fails as does 3.0.

Simple way to verify that 2.0 is installed and working?

Will be away from home for a few days, so if you reply and I don't
reply
right away, didn't want you to think I was not appreciative or
ignoring
your
help ;)

:
Start a free Windows Update support incident request:
https://support.microsoft.com/oas/default.aspx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport

For home users, no-charge support is available by calling
1-866-PCSAFETY
in
the United States and in Canada or by contacting your local Microsoft
subsidiary.

For more information about how to contact your local Microsoft
subsidiary
for security update support issues, visit the International Support
Web
site: http://support.microsoft.com/common/international.aspx

For enterprise customers, support for security updates is available
through
your usual support contacts.
--
JustUs wrote:
Thanks for the reply!

I have been on A Stebner's site and tried a lot of the helps there.
Have
been on the sites that you suggested - no joy!

Here is something interesting from one of the log files from the
failed
install (only part of):

[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Only x86 platforms are supported: Return type:
[03/24/08,15:47:21] Only x86 platforms are supported: IeReturnCheck
[03/24/08,15:47:21] Windows XP Service Pack 2 Update Information:
Return
type: [03/24/08,15:47:21] Windows XP Service Pack 2 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
Return type:
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Microsoft Windows Installer 3.0: Return type:
[03/24/08,15:47:21] Microsoft Windows Installer 3.0:
Win32ReturnCheck
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Return type:
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Win32ReturnCheck


Notice the last line - "already installed" HMMM! How can I verify?

Not in Add/Remove, and didn't find ref to it via a Windows Explorer
search.

:
First, see http://support.microsoft.com/kb/923100 (ignore the
title).

If no joy, see this recent post by my colleague MowGreen:
http://groups.google.com/group/microsoft.public.windowsupdate/msg/4d76de7769d04493
--
JustUs wrote:
SP1 for both 2.0 and 3.0 fail to install. I tried repair via
Add/remove -
failed for both. Suggestion for 3.0 was to download the package
from
MS.
I
did and that repair failed as well. So, I uninstalled 3.0 and
tried
to
reinstall and it failed. Now I do not have 3.0 installed at all.
Suggestions?

I am guessing that I may have software that needs 3.0, but won't
know
until
a program I need fails.

The SP1 for 2.0 worked on my XP Pro Student SP2, but not my XP Pro
SP2.
 
YW & thanks for your feedback, Don.
PA Bear -
I did read the link. I was very hesitant to remove what was working - 2.0.
So I only used the utility to remove 3.x. It was bedtime, but wasn't tired
enough not to try Philip's solution. My heart pounding as all is
uninstalled, and activating install for 3.5 hoping that I would not see
"an
error occured" at the top on the install dialog box. The remove.bat did
not
work as it processed there were errors of "access denied". Not sure what
that was all about, so went to Stebner's utility. It worked. Anyway,
thanks
for all your support as it is much appreciated.

Don

PA Bear said:
Did you read http://support.microsoft.com/kb/923100 ???
This solution was provided by Philip Han - Microsoft Windows Support
Professional.

The remove.bat did not work for me, but not to say it won't for you.
There
was some setting on my system that was denying the script access to
parts
of
the process. However, the cleanup utility provided by:
http://blogs.msdn.com/astebner/archive/2007/08/31/4678599.aspx worked
perfectly.
Net Framework 3.5 is installed!!!


Step 1: Completely remove .NET Framework related folders and registry
keys

==================================================

1. Click "Start", Run, type: "notepad C:\remove.bat" (without the
quotation
marks) and press "Enter". Choose "Yes" when you are prompted.

2. Copy the following commands and then paste them into the opened
Notepad
window:

@echo off

Rd C:\Windows\assembly /s /q

Rd "C:\Windows\Microsoft.NET" /s /q

Del C:\Windows\System32\mscoree.dll /q

Del C:\Windows\System32\URTTemp\mscoree.dll /q

del %temp% /Q /F

MSIexec /unregister

MSIexec /regserver

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Integration"
/f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework SDK" /f

Reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup"
/f

3. After you have pasted the above commands, please close the Notepad
window. Choose "Yes" when you are prompted to save the file.

4. Click "Start", "Run", type: "C:\remove.bat" (without the quotation
marks)
and press "Enter" to run the commands we have pasted.

Step 2: Install .NET Framework 3.5
http://download.microsoft.com/downl...47-4cc8-bd3e-98a615c3aedb/dotNetFx35setup.exe

Many thanks to all who gave help and especially to PaBear who proved the
link to MS Support Staff.

:

<wink>

JustUs wrote:
As you said - SQL Server 2005 will not install - Missing or corrupt
Net
Framework 2.0. Grrrrr!

:

How to determine which versions of the .NET Framework are installed
and
whether service packs have been applied:
http://support.microsoft.com/kb/318785

As to whether a particuler .NET Framework version is working, you'll
find
out soon enough when running an application that requires it.
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin http://aumha.net
DTS-L http://dts-l.net/

JustUs wrote:
Greetings again ;)

I want to verify that Net Framework 2.0 is installed. Especially
since
I
no
longer have 3.0 and the SP1 pk fails. I opened Adnim Tools and see
that
Net
F
2.0 is listed. When I click on it I get an error "Snap-in failed to
initialize ... snap-in creation failed" and then it lists the clsid.
Does
this mean it is not installed? Just because it appears in add/remove
doesn't
necessarily mean it is installed. I have tried to install from a
download
from MS and it fails as does 3.0.

Simple way to verify that 2.0 is installed and working?

Will be away from home for a few days, so if you reply and I don't
reply
right away, didn't want you to think I was not appreciative or
ignoring
your
help ;)

:
Start a free Windows Update support incident request:
https://support.microsoft.com/oas/default.aspx?gprid=6527

Support for Windows Update:
http://support.microsoft.com/gp/wusupport

For home users, no-charge support is available by calling
1-866-PCSAFETY
in
the United States and in Canada or by contacting your local
Microsoft
subsidiary.

For more information about how to contact your local Microsoft
subsidiary
for security update support issues, visit the International Support
Web
site: http://support.microsoft.com/common/international.aspx

For enterprise customers, support for security updates is available
through
your usual support contacts.
--
JustUs wrote:
Thanks for the reply!

I have been on A Stebner's site and tried a lot of the helps
there.
Have
been on the sites that you suggested - no joy!

Here is something interesting from one of the log files from the
failed
install (only part of):

[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Setup.exe: MoveLoadProgress()
[03/24/08,15:47:21] Only x86 platforms are supported: Return type:
[03/24/08,15:47:21] Only x86 platforms are supported:
IeReturnCheck
[03/24/08,15:47:21] Windows XP Service Pack 2 Update Information:
Return
type: [03/24/08,15:47:21] Windows XP Service Pack 2 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
Return type:
[03/24/08,15:47:21] Windows 2003 Server Service Pack 1 Update
Information:
IeReturnCheck
[03/24/08,15:47:21] Microsoft Windows Installer 3.0: Return type:
[03/24/08,15:47:21] Microsoft Windows Installer 3.0:
Win32ReturnCheck
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Return type:
[03/24/08,15:47:21] Microsoft .NET Framework 3.0 (STD) is already
installed:
Win32ReturnCheck


Notice the last line - "already installed" HMMM! How can I verify?

Not in Add/Remove, and didn't find ref to it via a Windows
Explorer
search.

:
First, see http://support.microsoft.com/kb/923100 (ignore the
title).

If no joy, see this recent post by my colleague MowGreen:
http://groups.google.com/group/microsoft.public.windowsupdate/msg/4d76de7769d04493
--
JustUs wrote:
SP1 for both 2.0 and 3.0 fail to install. I tried repair via
Add/remove -
failed for both. Suggestion for 3.0 was to download the package
from
MS.
I
did and that repair failed as well. So, I uninstalled 3.0 and
tried
to
reinstall and it failed. Now I do not have 3.0 installed at all.
Suggestions?

I am guessing that I may have software that needs 3.0, but won't
know
until
a program I need fails.

The SP1 for 2.0 worked on my XP Pro Student SP2, but not my XP
Pro
SP2.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top