Hi Team,
I was trying to make a .exe installer for my application. I need few assistance ,pls help on below items
1.I need to create a windows service (P.s i have read all the tutorials, tried with services tab and also created powershell script to create a new service but nothing worked). will provide you the steps below we do for manual service creation of my application (this needs to be done inside Advance installer)
"C:\Program Files\Everi\JackpotXpressAPI\bin\nssm.exe" install EVERI-JackpotXpress-TaskRunner "C:\Program Files\Everi\JackpotXpressAPI\scripts\services\taskrunner.cmd"
this command will run in Command prompt window,
please find below the taskrunner.cmd file content (note: here i am just giving sample, when i tried all path as be given correctly)
@echo off
:top
"C:\Program Files\Everi\Sample\JXServices\bin\curl-7.76.1-win64-mingw\bin\curl.exe" --max-time 30
http://localhost/jx/taskrunner
timeout /t 15
goto top
2. I need to install (that is copy certain folders ) based on the checkbox clicked, ( have read this
viewtopic.php?t=27903 tutorial but no luck i could not understand the thing - use "Go To Component" context menu option of your files to select the files components from "Organization" page ; because this doesn't there in my project)
Waiting for your response. I am using 22.0 Advance installer version