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


查看全文
  • 相关阅读:
    华为部分真机调试无法显示log问题解决
    Android Studio 配置模拟器AVD存放路径(默认在c盘,解决c盘空间不够问题)
    Android Studio Build APK没有报错,但是Generate signed apk报错
    安卓如何将TXT文件写到特定路径
    unity 显示、隐藏Android导航栏
    Unity 代码集锦之图片处理
    打开文件夹
    MVC总结
    unity 获取UGUI中的Text字的坐标
    Unity WWW类调用http
  • 原文地址:https://www.cnblogs.com/fx2008/p/2314154.html
  • Copyright © 2011-2022 走看看