zoukankan      html  css  js  c++  java
  • FluorineFx Windows Service Deployment


    FluorineFx Windows Service Deployment



    File-Copy Deployment


    Create a similar directory structure as the following on the target
    machine




    [Install Directoy]

  • FluorineFx.exe (the native windows service)
  • FluorineFx.Hosting.dll (FluorineFx .NET hosting assembly)
  • service.ini
  • log4net.dll (optional)
  • log4net.config (optional)
  • [+]applications (.NET applications)


    A sample .NET application (Northwind sample)




    Installing the service


    Install FluorineFx.exe as a Windows NT Service from command line: [Install
    Directoy]\FluorineFx.exe -Service


    Additional command line parameters


    -Manual The service will be started by the service control manager
    when a process calls the StartService function


    -Automatic The service will be started automatically by the service
    control manager during system startup


    -Interactive The service can interact with the desktop



    Starting the service after installation


    NET START"FluorineFx Service"


    Note If a branding parameter was specified you must use the specified
    value as the service name.



    To uninstall the service


    To uninstall the service run: [Install Directoy]\FluorineFx.exe
    -UnRegServer


查看全文
  • 相关阅读:
    在MVC3 中给HtmlHelper 添加扩展(Extension)来消除魔鬼代码
    NHibernate中使用IQueryOver时,如何添加或(OR)条件
    用@Html.EditorFor在MVC3中封装带表单(Form)提交的分页控件(通用代码)
    .NET MVC3使用CheckBox List(复选框列表)的简单方法
    Castle Windsor的MVC3的例子在最新版本(3.0Beta)上编译不过去的解决办法
    初级编程:编程巧妙注释【附图讲解】
    布同:如何循序渐进学习Python语言
    <转>:写给初学者的话《学习程序之路》
    初级编程:一层循环如何依次遍历二维数组【附代码】
    赛班S60的Python平台的源代码
  • 原文地址:https://www.cnblogs.com/fx2008/p/2314154.html
  • Copyright © 2011-2022 走看看