Jump to content

Recommended Posts

Posted

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

Posted

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.

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

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...