This:
start /w pkgmgr
/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
How do I run this? I want to have all IIS options installed.
"Jimmy Brush" <jb@mvps.org> wrote in message
news:tn9n431uvndh44s4iov17f74m6qrihs2k3@4ax.com...
> What kind of script is it?
>
> VBScript? Takes a .vbs extension.
>
> BATCH script? .bat or .cmd
>
> -JB
> Microsoft MVP - Windows Shell
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>
> On Wed, 16 May 2007 19:45:45 -0500, "Mark Goldin"
> <markgoldin_2000@yahoo.com> wrote:
>
>>But all I have is a sample script, not a file. What kind of file should I
>>create?
>>
>>"Jimmy Brush" <jb@mvps.org> wrote in message
>>news:129n435rh3rolal4nhq5adeogkud52p564@4ax.com. ..
>>> If it's a script that needs admin power, you'll need to run it from an
>>> elevated command prompt (right-click command prompt, click run as
>>> administratork, then execute the script, eg cscript scriptname)
>>>
>>> --
>>> -JB
>>> Microsoft MVP - Windows Shell
>>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>>>
>>> On Wed, 16 May 2007 19:27:08 -0500, "Mark Goldin"
>>> <markgoldin_2000@yahoo.com> wrote:
>>>
>>>>I have a sample script I'd like to run on my Vista Home Premium box.
>>>>How do I do it?
>>>>
>>>>Thanks