摘要: 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)