.NET framework 4.0

dotNetFx40_Full_x86_x64.exe /passive /norestart

return code: 1641,3010

http://msdn.microsoft.com/library/ee942965(v=VS.100).aspx

 

SQL Server 2008 R2 Express

SQLEXPR32_x86_ENU.EXE /qs /hideconsole /action=Install /features=SQL /SECURITYMODE=SQL /SAPWD="123" /instancename=SQLEXPRESS /enableranu=1 /sqlsvcaccount="NT Authority\Network Service" /AddCurrentUserAsSqlAdmin /skiprules=RebootRequiredCheck

http://msdn.microsoft.com/zh-cn/library/ms144259(v=sql.105).aspx#Install

 

IIS 7.5

C:\Windows\System32\pkgmgr.exe /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-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-WindowsAuthentication;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;NetFx3

http://technet.microsoft.com/zh-cn/library/cc749465(v=ws.10).aspx

http://technet.microsoft.com/en-us/library/cc731179.aspx

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i

IIS Identity:  C:\Windows\System32\inetsrv\appcmd.exe set AppPool "DefaultAppPool" /processModel.identityType:LocalSystem

IIS APP:  C:\Windows\System32\inetsrv\appcmd.exe add app /site.name:"Default Web Site" /path:/Disc /physicalPath:"C:\Program Files\GEHC\DISC"

IIS VDIR:  C:\Windows\System32\inetsrv\appcmd.exe set vdir "Default Web Site/" /physicalPath:"C:\Program Files\GEHC\DISC"

IIS Restart:
C:\Windows\System32\inetsrv\appcmd.exe stop AppPool "DefaultAppPool"
C:\Windows\System32\inetsrv\appcmd.exe start AppPool "DefaultAppPool"
C:\Windows\System32\inetsrv\appcmd.exe stop site "Default Web Site"
C:\Windows\System32\inetsrv\appcmd.exe start site "Default Web Site"

 

Silverlight

silverlight.exe /q /doNotRequireDRMPrompt /ignorewarnings /noupdate

 

Adobe Reader X
AdbeRdr_1011_en_US.exe /sAll /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES

posted on 2012-09-19 17:30  GIN.  阅读(253)  评论(0编辑  收藏  举报