摘要: using system;using system.runtime.interopservices;namespace myserviceinstaller{ class serviceinstaller { #region private variables private string _servicepath; private string _servicename; private string _servicedisplayname; #endregion private variables ... 阅读全文
posted @ 2011-10-25 14:24 liulun 阅读(659) 评论(1) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.Diagnostics;using System.Threading;using System.Management;using System.Runtime.InteropServices;using System.Data;using System.Data.SqlClient;using System.DirectoryServices;using System.Collections;using System.Configuratio 阅读全文
posted @ 2011-10-25 10:18 liulun 阅读(806) 评论(0) 推荐(1)