Jump to content

How to convert an exe project to a service


paul.coshott

Recommended Posts

Hey All,

I started developing an app to test uniGUI and chose to develop and test as an exe. All was going so well, I just kept going :). But now I am almost ready to deploy and would like to deploy as a service.

What do I have to do to convert my exe project to a service project?

Thanks,
Paul

Using Complete Professional - 1.9.0.1502

Link to comment
Share on other sites

Hello Paul,

If you are using HyperServer technology (strongly recommended),  keep your unigui Application compiled as standalone (desktop) and adjust only the config file :  hyper_service.cfg

http://unigui.com/doc/online_help/hyperserver-windows-service-mo.htm

So, the steps are :

1. Develope your unigui application as usualy (standalone mode). Let's say :  myApplication.exe

2. Create a folder on your server and Copy there 

 - myApplication.exe

-  hyper_service.exe and hyper_service.cfg

3. Open with notepad hyper_service.Cfg and Indicate : binary_name=myApplication.exe 

4. Install hyperserver service

5. Start this service (not your application)

6.Launch your unigui application on browser like this :  localhost:8077

That's all :)

_______

NB :  of course, if this server is not your developper PC,  then you have to install the uniguiRuntime and the  uniguiTheme pack on this server.

Edit :  errerratum

****************

No need  to  install Theme Pack on this server. The Runtime is enough.

****************

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...