
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
	<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head><card id="MainCard" title="&#x6B22;&#x8FCE;&#x5149;&#x4E34;"><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a><br/>&nbsp;</p><p><b>&#x6807;&#x9898;&#x3A;</b> &#x56;&#x53;&#x32;&#x30;&#x30;&#x38;&#x20;&#x57;&#x69;&#x6E;&#x64;&#x6F;&#x77;&#x73;&#x670D;&#x52A1;&#x5728;&#x5B89;&#x88C5;&#x7A0B;&#x5E8F;&#x4E0A;&#x5220;&#x9664;&#x518D;&#x6DFB;&#x52A0;&#x65E0;&#x6CD5;&#x5B89;&#x88C5;</p><p><b>&#x4F5C;&#x8005;&#x3A;</b> &#x64;&#x6E;&#x61;&#x77;&#x6F;</p><p><b>&#x65E5;&#x671F;&#x3A;</b> &#x32;&#x30;&#x30;&#x39;&#x2D;&#x30;&#x33;&#x2D;&#x32;&#x30;&#x20;&#x30;&#x37;&#x3A;&#x30;&#x37;&#x20;&#x50;&#x4D;</p><p><b>&#x5206;&#x7C7B;&#x3A;</b> <a href="wap.asp?do=showLog&amp;cateID=5">&#x57;&#x65;&#x62;&#x7F16;&#x7A0B;</a></p><p><b>&#x5185;&#x5BB9;&#x3A;</b> <br/>&#x5982;&#x4E0A;&#x56FE;&#x793A;&#xFF0C;&#x5728;&#x5B89;&#x88C5;&#x7A0B;&#x5E8F;&#x4E0A;&#x6709;&#x591A;&#x4E2A;Windows&#x670D;&#x52A1;&#xFF0C;&#x5C06;serviceInstaller2&#x3001;serviceInstaller3&#x5220;&#x9664;&#x540E;&#x518D;&#x6DFB;&#x52A0;&#xFF0C;&#x7F16;&#x8BD1;&#x3001;&#x5B89;&#x88C5;&#xFF0C;&#x4F60;&#x4F1A;&#x53D1;&#x73B0;&#x518D;&#x4E5F;&#x6CA1;&#x529E;&#x6CD5;&#x6210;&#x529F;&#x5B89;&#x88C5;&#x8FD9;&#x4E24;&#x4E2A;&#x670D;&#x52A1;&#x4E86;&#xFF0C;&#x540E;&#x6765;&#x5C06;&#x524D;&#x540E;&#x7684;&#x6587;&#x4EF6;&#x8FDB;&#x884C;&#x6BD4;&#x8F83;&#xFF0C;&#x53D1;&#x73B0;&#x95EE;&#x9898;&#x4E3B;&#x8981;&#x5728;ProjectInstaller.Designer.cs&#x4E0A;&#xFF0C;&#x4E0B;&#x8FB9;&#x5217;&#x51FA;&#x4E86;&#x4FEE;&#x6539;&#x524D;&#x540E;&#x7684;&#x4EE3;&#x7801;&#xFF0C;&#x6CE8;&#x610F;&#x7EA2;&#x8272;&#x90E8;&#x5206;&#x3002;<br/>&#x4FEE;&#x6539;&#x524D;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;private void InitializeComponent()<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1 = new System.ServiceProcess.ServiceProcessInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1 = new System.ServiceProcess.ServiceInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller2 = new System.ServiceProcess.ServiceInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller3 = new System.ServiceProcess.ServiceInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceProcessInstaller1<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1.Password = null;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1.Username = null;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceInstaller1<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1.ServiceName = &#34;Service1&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceInstaller2<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller2.ServiceName = &#34;Service2&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller2.StartType = System.ServiceProcess.ServiceStartMode.Automatic;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceInstaller3<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller3.ServiceName = &#34;Service3&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller3.StartType = System.ServiceProcess.ServiceStartMode.Automatic;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// ProjectInstaller<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.Installers.AddRange(new System.Configuration.Install.Installer[] {<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1,<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1,<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller2,<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller3});<br/>}<br/>&#x4FEE;&#x6539;&#x540E;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;private void InitializeComponent()<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1 = new System.ServiceProcess.ServiceProcessInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1 = new System.ServiceProcess.ServiceInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller2 = new System.ServiceProcess.ServiceInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller3 = new System.ServiceProcess.ServiceInstaller();<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceProcessInstaller1<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1.Password = null;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1.Username = null;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceInstaller1<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1.ServiceName = &#34;Service1&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceInstaller2<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller2.ServiceName = &#34;Service2&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller2.StartType = System.ServiceProcess.ServiceStartMode.Automatic;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// serviceInstaller3<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller3.ServiceName = &#34;Service3&#34;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller3.StartType = System.ServiceProcess.ServiceStartMode.Automatic;<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;// ProjectInstaller<br/>&nbsp;&nbsp;&nbsp;&nbsp;// <br/>&nbsp;&nbsp;&nbsp;&nbsp;this.Installers.AddRange(new System.Configuration.Install.Installer[] {<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceProcessInstaller1,<br/>&nbsp;&nbsp;&nbsp;&nbsp;this.serviceInstaller1});<br/>}</p><p> + <a href="#CommentCard">&#x67E5;&#x770B;&#x5F53;&#x524D;&#x65E5;&#x5FD7;&#x8BC4;&#x8BBA;</a> (0)</p><p>&nbsp;<br/><br/><a href="wap.asp?do=Login">&#x767B;&#x5F55;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.031&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="postCommentCard"><p><b>&#x6807;&#x9898;&#x3A;</b> <a href="#MainCard">&#x56;&#x53;&#x32;&#x30;&#x30;&#x38;&#x20;&#x57;&#x69;&#x6E;&#x64;&#x6F;&#x77;&#x73;&#x670D;&#x52A1;&#x5728;&#x5B89;&#x88C5;&#x7A0B;&#x5E8F;&#x4E0A;&#x5220;&#x9664;&#x518D;&#x6DFB;&#x52A0;&#x65E0;&#x6CD5;&#x5B89;&#x88C5;</a></p><p><br/>你没有权限发表评论</p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.031&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="CommentCard"><p>&#x6682;&#x65E0;&#x8BC4;&#x8BBA;</p><p><a href="#MainCard">&#x8FD4;&#x56DE;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.031&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card>
</wml>
