Click here to Skip to main content
15,887,428 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Does batch command depends on version of os? ie does it differ for 64bit and 32 bite versions. or does its way of presentation differs. Actually i am installing IIS on win7,8 and 2008 server and all with both 64 bit and 32 bit.
When I tested the batch commands on 64 bit it worked but same file didnot work on 32 bit system.

below is the command

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-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-WebServerManagementTools;IIS-ManagementConsole;IIS-Metabase;
Posted
Comments
Sergey Alexandrovich Kryukov 13-Nov-14 1:51am    
What makes you thinking that the problem is related to the batch implementation?
—SA
Richard MacCutchan 13-Nov-14 3:47am    
What does "did not work" mean?
VipinKumar Maurya 13-Nov-14 4:59am    
it did not install iis
Richard MacCutchan 13-Nov-14 6:14am    
And you expect us to guess why? Check the install and/or system logs, trace the progress of the command etc., and provide us with some useful information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900