PDA

View Full Version : Setup Builder does not create a service



NewsArchive
04-19-2017, 04:03 AM
Hi,
Ive compiled a clarion app with the ABCfree api service extention.
It works ok if I install it as a service from the command line using
MyApp/IS
Then I try to install it with Setup builder but it does nothing, even in
the Uninstall log I see nothing about the service.
What am I doing wrong?
Image attached.
Regards
--
*Alberto Michelis*
ARMi software solutions www.armisoftware.com <http://www.armisoftware.com>

NewsArchive
04-19-2017, 04:04 AM
Alberto,

Did you check the "Service.sbp" in the Examples Package? It demonstrates
how to create, start, stop and remove a Windows service.

--
Friedrich Linder
Lindersoft | SetupBuilder | www.lindersoft.com
954.252.3910 (within US) | +1.954.252.3910 (outside US)

--SetupBuilder "point. click. ship"
--Helping You Build Better Installations
--Create Windows 10 ready installations in minutes
--Official COMODO Code Signing and SSL Certificate Partner

NewsArchive
04-19-2017, 04:05 AM
will check it, but I need to do this in the app installer not in a
separate intaller.


*Alberto Michelis*
ARMi software solutions www.armisoftware.com <http://www.armisoftware.com>

NewsArchive
04-19-2017, 04:06 AM
Sory Discard my last post...

I try with this example modifying it a little
The service is an exe compiled with ABCfree service API that installs
ans runs ok manually, you need to be in cmd line and
run it as xxx.exe /IS

I modify the instaler the following way
- the exe is in the Files and Folders window installing in %SYS32DIR%
- then I create the service (ok without error)
- and when running it I get a error=1

and even in the windows service page you cant run it

Any idea? any other way of make a service with a clarion exe?

Thanks


*Alberto Michelis*
ARMi software solutions www.armisoftware.com <http://www.armisoftware.com>

NewsArchive
04-19-2017, 04:06 AM
Hi Alberto,

Save yourself a _lot_ of grief and get SelfService from Capesoft, study
the documentation _thorougly_ and you can't go wrong.
(and if you do have issues Bruce is around all the time :-) )

Graham

NewsArchive
04-19-2017, 04:08 AM
Alberto,

> and even in the windows service page you cant run it
>
> Any idea? any other way of make a service with a clarion exe?

IMO, SelfService from Capesoft is the way to go.

Friedrich