上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 68 下一页
摘要: INNO setup 制作安装包 的时候,发布VC++运行时 [Run]Filename: {app}vcredist_x86.exe; Parameters: /q; WorkingDir: {tmp}; Flags: skipifdoesntexist; StatusMsg: "Installi 阅读全文
posted @ 2016-11-08 14:30 特洛伊-Micro 阅读(1649) 评论(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 阅读(487) 评论(0) 推荐(0)
摘要: function RecycleYourAppPool([string] $poolName){ Import-Module WebAdministration #获取所有Application Pools Write-Host '开始回收IIS应用程序池...'$poolName $appPool 阅读全文
posted @ 2016-11-08 14:24 特洛伊-Micro 阅读(857) 评论(0) 推荐(0)
摘要: 1、获取SQLserver安装路径vardbpath:string;rtn:boolean;rtn := RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWAREMicrosoftMSSQLServerSetup','SQLPath', dbpath);if 阅读全文
posted @ 2016-11-07 19:01 特洛伊-Micro 阅读(895) 评论(0) 推荐(0)
摘要: Inno Setup for Windows service? Inno Setup for Windows service? up vote86down votefavorite 77 I have a .Net Windows service. I want to create an insta 阅读全文
posted @ 2016-11-07 17:47 特洛伊-Micro 阅读(3809) 评论(0) 推荐(0)
摘要: // The name of the account under which the service should run// 1 NT AUTHORITY\\SYSTEM 2 NT AUTHORITY\\NetworkService 3 NT AUTHORITY\\LocalService#def 阅读全文
posted @ 2016-11-07 13:55 特洛伊-Micro 阅读(411) 评论(0) 推荐(0)
摘要: Printing Architecture http://www.codeproject.com/Articles/8916/Printing-Architecture This article explains about the components of printing architectu 阅读全文
posted @ 2016-11-02 18:01 特洛伊-Micro 阅读(358) 评论(0) 推荐(0)
摘要: https://blogs.technet.microsoft.com/askperf/2007/06/19/basic-printing-architecture/ Printer sharing, information retrieval, and data storage are among 阅读全文
posted @ 2016-11-02 17:54 特洛伊-Micro 阅读(344) 评论(0) 推荐(0)
摘要: How to establish a cross-domain connection Typically if the browser loads a page from http://contoso.com, the SignalR connection is in the same domain 阅读全文
posted @ 2016-11-02 16:47 特洛伊-Micro 阅读(846) 评论(0) 推荐(0)
摘要: This document contains the following sections. Calling methods between the client and server silently fails Configuring IIS websockets to ping/pong to 阅读全文
posted @ 2016-11-02 16:46 特洛伊-Micro 阅读(1517) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 68 下一页