Virtual Server R2 not support Vista?

C

CM

I have install Virtual Server 2005 R2 but installer say no IIS Admin. So,
install all IIS6 components and try again. Installation successfully but
there have script error when execute Virtual Server web admin console. Is
Virtual Server R2 cannot support Vista? Thanks
 
Z

Zack Whittaker

Vista may not allow Virtual Server 2005 R2 to run...
.... but Vista as a virtual machine in Virtual Server 2005 R2 certainly does
work :blush:)

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
D

Dave English

CM said:
I have install Virtual Server 2005 R2 but installer say no IIS Admin. So,
install all IIS6 components and try again. Installation successfully but
there have script error when execute Virtual Server web admin console. Is
Virtual Server R2 cannot support Vista? Thanks

You could try the VS 2005 SP1 Beta.

Not that I know anything specific about running VS on Vista, you
understand

But I do I know that it has updated Virtual Machine Additions which
works to run Vista 5365 under VS (not your problem)

To sign up for the Beta:

<https://connect.microsoft.com/availableprograms.aspx>

Regards
 
S

steve

It does work, you need to install IIS from the command line to get all the
right bits, eg CGI + the old API etc.

IIS7 has all the config info in an XML file in the webfolder, so you no
longer need to edit metabase.xml etc, but some old installers run IIS6
components, if you run this command line, its adds all the bits you need.

this is the command line :

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
 
K

Kevin John Panzke

Don't forget that Build 5308 CTP does NOT install IIS 7.0 Beta by Default
Installation. You need to follow the directions in the Amendment to the
Build 5308 CTP Release Notes in order to install IIS 7.0 Beta.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top