Wintellect  

December 2007 - Posts

While I like User Account Control (UAC), there's always that one application that you need to run that requires admin rights. This is especially problematic if you need to automate that application from a batch file, scheduled task, or code build. While Read More...
A while ago I wrote about Aaron Leerch 's Symbol Server Transaction Manager , which put a nice front end on managing your Symbol Server . As I have been harping for years, if you don't have a Symbol Server set up, you're not doing development. Aaron's Read More...
One of the things I've always wanted to do, but never got around to, is to figuring out how to sign my code. Like most developers, I never really worried about code signing until Vista came along. Maybe it's just because I'm completely anal retentive, Read More...
Sometimes I wonder if Windows Installer will be the death of me. While I've successfully shipped device drivers, debuggers, and all sorts of bizarre products, I have to say that trying to get something installed on Windows is one of the more frustrating Read More...
One of my favorite debugging tricks is to get two debuggers on a process at once. Why should you sacrifice the ease of use of Visual Studio for the power of WinDBG ? Each of the debuggers has their place and when you're wrestling with that one tough problem Read More...
Way back in 1993 at the Microsoft Windows 95 PDC, we all got to see the taskbar for the first time. Sitting there playing with the latest and greatest from Microsoft, I asked one of the developers on the shell team if they were going to allow users to Read More...
It looks like I'm not the only one who wanted a debugger for MSBuild projects. When the MSBuild team asked everyone to spend $100 to prioritize features, the runaway winner was a debugger . Reading the comments to my original post (as well as the MSBuild Read More...
Very special thanks to Darren Stone for reporting several bugs and suggestions for PARAFFIN , my tool for assisting with maintaining Windows Installer XML (WiX) installations. I've posted a fixed version for your enjoyment. Here's what's new: Added -Win64 Read More...