For several days now I've been struggling with a problem involving Installshield 11.5 integration with Visual Studio 2005. I have been converting some C# projects over to .NET 2.0 and was also having to update their installers. I was using an evaluation copy of Installshield 11.5 which meant that every time you opened the solution it prompts to enter a serial number or continue the trial. I could live with that for 30 days whilst I tested it out. Things were going fine until one day every time dialog appeared Visual Studio would just hang.
To cut a long story short, it was not Macrovisions fault (no apologies though - you have plenty of other bugs to fix) at all, it appears that installing the latest security patch for Internet Explorer causes the problem. And from what I can tell its broken a lot of applications out there. The work around is to uninstall the patch (kb896688). You can do this via Add/Remove Programs in Control Panel (you might have to check Show Updates) or if you cant find it there manually by using the spuninst.exe found in the Windows directory under the folder with the patch name in it. ($NtUninstallKB899688$) for instance.
God damn - security. If its not hackers damaging boxes thru lack of security, its Microsoft breaking stuff by patching up the holes.
Now I need to update our automatic patching server to stop it spreading this diseased patch to every body here.