• 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


  • 相关阅读:
    Run Book Automation
    Android.mk中的经常使用语法
    层的匀速运动波动处理
    【ArcGIS 10.2新特性】ArcGIS 10.2 for Server常见问题
    WPF-19:分享一个样式(左右滑动选中的checbox)
    [置顶] 程序员期望月薪那些事儿
    【VB/.NET】Converting VB6 to VB.NET 【Part II】【之四】
    两种方式给列表增加自动增长序号列
    在后台运行erlang;在需要时连回交互模式
    php设计模式——UML类图
  • 原文地址:https://www.cnblogs.com/fx2008/p/2314154.html
  • Copyright © 2020-2023  润新知