My new work laptop is amazing, I love it. It's a Lenovo T400s running Windows 7, 64 bit Professional, with a dual core processor, 8 gigs of RAM and a solid state hard drive. It's easily the fastest and most responsive machine I've ever used (boots to a usable state in less than 30 seconds). That being said, I just this weekend got around to trying to install ColdFusion 9 on it. This is by far not the most clear cut process, neither Microsoft or Adobe has said much about it, but here is how I managed to get it all running.
First off, IIS isn't installed on a Windows 7 machine by default, you need to go in an install it. Thankfully, Win 7 makes that process fairly easy.
Start > Control Panel > Programs > Turn Windows Features On or Off

Based on my experience using IIS 5 and 6 I assumed it would be as easy as simply installing the core IIS 7.5... It's not. IIS 7.5 is not a simple thing, Microsoft has made it's settings, add on and management tools quite granular, which I suppose means you have a lot more control and can make your system a lot more secure, but it sure does make something like this a lot more complicated.
From my testing, Prior to installing ColdFusion 9, you need to install the following IIS features and tools:
- Internet Information Services (this will provide you with the core IIS engine and some default features)
- Web Management Tools
- IIS Management Console
- IIS Management Service
- World Wide Web Services
- Application Development Features
- CGI
- ISAPI Extensions
- ISAPI Filters
- Application Development Features
- Web Management Tools



