Uninstall CF 2 SP 1 from workstation, reinstall original CF 2?

J

Jarod

Hello,

I installed the VS CF 2 SP 1 developer patch from this article

http://blogs.msdn.com/netcfteam/archive/2006/08/04/688766.aspx

Unfortunately the service pack introduces a completely unacceptable
bug. The keyboard icon disappears when a message box is displayed and
remains gone even when the message box is closed. I know that resetting
the form's menu to the menu instance variable like this will force the
keyboard icon to reapper but this is still unacceptable

this.Menu = this.mainMenu;

I uninstalled CF 2 SP 1 developer patch from my workstation and it
completely removed all the files from C:\Program Files\Microsoft Visual
Studio 8\Smart Devices\SDK\CompactFramework\2.0\v2.0

I then tried to install the \vs\wcu\NetCF\netcfsetupv2.msi file from
the CD like the article suggests, but none of the files that were
removed from C:\Program Files\Microsoft Visual Studio 8\Smart
Devices\SDK\CompactFramework\2.0\v2.0 were replaced. Instead they files
that were removed were reinstalled to c:\Program Files\Microsoft .NET

Is there any way to get these files restored to their original
locations at C:\Program Files\Microsoft Visual Studio 8\Smart
Devices\SDK\CompactFramework\2.0\v2.0?

Thanks,
Jarod
 
I

Ilya Tumanov [MS]

If for some reason you need these files to be in particular path you would
need to remove MSI and install it again. This time please choose custom
install and select path you like.

Keep in mind VS 2005 could not care less about NETCF V2 install location.



By the way, you can uninstall just patch. To do so you need to check "show
updates" in ARP and remove patch, not entire product like you did.



Also, you would need to uninstall NETCF V2 SP1 from device manually.


--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 

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

Top