摘要: Since you don't want to tell what minimal version of Visual C++ redistributable package you require, here you have the code sample from which you can 阅读全文
posted @ 2016-11-08 16:00 特洛伊-Micro 阅读(1129) 评论(0) 推荐(0)
摘要: INNO setup 制作安装包 的时候,发布VC++运行时 [Run]Filename: {app}vcredist_x86.exe; Parameters: /q; WorkingDir: {tmp}; Flags: skipifdoesntexist; StatusMsg: "Installi 阅读全文
posted @ 2016-11-08 14:30 特洛伊-Micro 阅读(1657) 评论(1) 推荐(1)
摘要: https://technet.microsoft.com/en-us/library/ee790599.aspx Web Server (IIS) Administration Cmdlets in Windows PowerShell The Web Server Administration 阅读全文
posted @ 2016-11-08 14:28 特洛伊-Micro 阅读(489) 评论(0) 推荐(0)
摘要: function RecycleYourAppPool([string] $poolName){ Import-Module WebAdministration #获取所有Application Pools Write-Host '开始回收IIS应用程序池...'$poolName $appPool 阅读全文
posted @ 2016-11-08 14:24 特洛伊-Micro 阅读(859) 评论(0) 推荐(0)