Installing Virtual Server 2005 on Vista 5365

Virtual Server 2005 requires IIS and the IISAdmin service to be installed. However these are not installed by default on Windows Vista.

Thanks to NickMacKechnie’s Weblog, I found the list of IIS components that are required.

Use the following command line to install IIS before installing Virtual Server 2005:

start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI

7 Comments

  1. Posted May 27, 2006 at 7:05 pm | Permalink

    Thanks for this, it works flawlessly on 5384 as well!

  2. Chris
    Posted September 12, 2006 at 7:17 pm | Permalink

    Thanks, worked on Vista RC1, build 5600!

  3. Eric Johnson
    Posted January 11, 2007 at 9:42 pm | Permalink

    Man, this was killing me. It worked perfectly on the RTM bits. After running the mammoth command above and running the command to put it in the .NET Classic App Pool, I saw the admin web page for the first time since I upgraded.Cheers!

  4. Karl J
    Posted February 19, 2007 at 4:47 pm | Permalink

    You can also create a BAT file with that code and run it. Probably easier for most people. Open Notepad, save as something.BAT and run.

  5. Jamie Gleeson
    Posted August 16, 2007 at 8:56 am | Permalink

    Many thanks, it worked first time.

  6. Mark L
    Posted October 13, 2007 at 6:06 am | Permalink

    All that script does is install EVERY component for IIS, not just the *required* components. Anyone could have guessed that it would work if you check everything off in Programs and Features. Now instead of just the requirements you have a bunch of extra services and vulnerabilities running on your Virtual Server box.

  7. Posted October 26, 2008 at 12:49 pm | Permalink

    thanx


Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*