<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13405220\x26blogName\x3dPavan+Podila\x27s+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://pavanpodila.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://pavanpodila.blogspot.com/\x26vt\x3d-3240902251102105728', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, January 05, 2006

An Install problem with WinFX December CTP

I am sure I am one of the hundreds who will be telling you about the December CTP release of WinFX SDK. I had my share of troubles installing it. I started by uninstalling my Nov CTP release and that went fine. After that was the install rounds of WinFX RC + Windows SDK. I could install WinFX easily but when I started the WinSDK, I got an error which said I should look at sample\html\configdetail.htm. I could not locate this file at the said location. After a Google search I found a newsgroup posting which talked about uninstalling any previous versions of the components including Monad (Microsoft Shell).

AHA! there was my answer. Monad. Fired up my Add/Remove programs and got rid of MSH. After that when I restarted the WinSDK installation, things
went smooth as butter. So the take away message is

"Get rid of all previous components, INCLUDING MSH!" (The emphasis in upper case is for me).