Virtual Server R2 not support Vista?

Posted: 05-04-2006, 05:36 PM
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

--
Thanks!
CM
=========


Reply With Quote

Responses to "Virtual Server R2 not support Vista?"

Zack Whittaker
Guest
Posts: n/a
 
Re: Virtual Server R2 not support Vista?
Posted: 05-04-2006, 07:03 PM
Vista may not allow Virtual Server 2005 R2 to run...
.... but Vista as a virtual machine in Virtual Server 2005 R2 certainly does
work )

--
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 :--
"CM" <cmtangmsn@hotmail.com> wrote in message
news:OFWYSj5bGHA.3484@TK2MSFTNGP03.phx.gbl...
>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
>
> --
> Thanks!
> CM
> =========
>

Reply With Quote
CM
Guest
Posts: n/a
 
Re: Virtual Server R2 not support Vista?
Posted: 05-05-2006, 02:36 AM
is there any roadmap of Virtual Server support Vista?

--
Thanks!
CM
=========
"Zack Whittaker" <admin@zacknet.co.uk> wrote in message
news:eTRxeU6bGHA.1324@TK2MSFTNGP04.phx.gbl...
> Vista may not allow Virtual Server 2005 R2 to run...
> ... but Vista as a virtual machine in Virtual Server 2005 R2 certainly
> does work )
>
> --
> 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 :--
> "CM" <cmtangmsn@hotmail.com> wrote in message
> news:OFWYSj5bGHA.3484@TK2MSFTNGP03.phx.gbl...
>>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
>>
>> --
>> Thanks!
>> CM
>> =========
>>
>
>

Reply With Quote
Andre Da Costa [Extended64]
Guest
Posts: n/a
 
Re: Virtual Server R2 not support Vista?
Posted: 05-05-2006, 02:53 AM
No, but it is likely to be supported in future versions of course, I
personally think any Microsoft product not willing to support Vista is
asking for trouble.
--
--
Andre
Windows Connected | http://www.windowsconnected.com
Extended64 | http://www.extended64.com
Blog | http://www.extended64.com/blogs/andre
http://spaces.msn.com/members/adacosta

"CM" <cmtangmsn@hotmail.com> wrote in message
news:ekOSRR%23bGHA.1856@TK2MSFTNGP03.phx.gbl...
> is there any roadmap of Virtual Server support Vista?
>
> --
> Thanks!
> CM
> =========
> "Zack Whittaker" <admin@zacknet.co.uk> wrote in message
> news:eTRxeU6bGHA.1324@TK2MSFTNGP04.phx.gbl...
>> Vista may not allow Virtual Server 2005 R2 to run...
>> ... but Vista as a virtual machine in Virtual Server 2005 R2 certainly
>> does work )
>>
>> --
>> 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 :--
>> "CM" <cmtangmsn@hotmail.com> wrote in message
>> news:OFWYSj5bGHA.3484@TK2MSFTNGP03.phx.gbl...
>>>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
>>>
>>> --
>>> Thanks!
>>> CM
>>> =========
>>>
>>
>>
>
>

Reply With Quote
steve
Guest
Posts: n/a
 
Re: Virtual Server R2 not support Vista?
Posted: 05-05-2006, 02:15 PM
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



"Zack Whittaker" <admin@zacknet.co.uk> wrote in message
news:eTRxeU6bGHA.1324@TK2MSFTNGP04.phx.gbl...
> Vista may not allow Virtual Server 2005 R2 to run...
> ... but Vista as a virtual machine in Virtual Server 2005 R2 certainly
> does work )
>
> --
> 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 :--
> "CM" <cmtangmsn@hotmail.com> wrote in message
> news:OFWYSj5bGHA.3484@TK2MSFTNGP03.phx.gbl...
>>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
>>
>> --
>> Thanks!
>> CM
>> =========
>>
>
>

Reply With Quote
Dave English
Guest
Posts: n/a
 
Re: Virtual Server R2 not support Vista?
Posted: 05-05-2006, 11:13 AM
In message <OFWYSj5bGHA.3484@TK2MSFTNGP03.phx.gbl>, CM
<cmtangmsn@hotmail.com> writes
>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
--
Dave English Senior Software & Systems Engineer
Internet Platform Development, Thus plc
Reply With Quote
Kevin John Panzke
Guest
Posts: n/a
 
Re: Virtual Server R2 not support Vista?
Posted: 05-05-2006, 05:40 PM
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.

"CM" <cmtangmsn@hotmail.com> wrote in message
news:OFWYSj5bGHA.3484@TK2MSFTNGP03.phx.gbl...
>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
>
> --
> Thanks!
> CM
> =========
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Does Vista VPN Server support IKE? Peter Windows Vista Networking & Sharing 1 04-04-2007 10:21 AM
Running Virtual Server R2 on Windows Vista RC Loopback problems Mauro Servienti Windows Vista Networking & Sharing 0 09-11-2006 03:57 PM
MS Virtual Server 2005 R2 & Windows Vista Beta 2 jslow Windows Vista Install & Setup 6 08-12-2006 03:32 AM
virtual server r2 on vista b2 Bob Willer Windows Vista Networking & Sharing 4 08-01-2006 07:30 PM
Vista Beta 2 failed to get installed on Virtual Server R2 Vlad Hrybok Windows Vista Install & Setup 2 06-11-2006 10:05 PM