frank99
22nd September 2005 18:41 UTC
dselkirk's services question
Section "install service"
!insertmacro SERVICE "create" "testingblah" \
"path=C:\Documents and Settings\John Kimble\Desktop\New Folder\testingblah.exe;autostart=on;"
SectionEnd
this is what i have... what is the right code to make the testingblah.exe run with a configuration file in the background and how to autostart? ... the command line in command prompt is testingblah.exe -b configuration.config now how could i make a service that does this? and autostarts sorry for the newbie question by the way i just started this 2 days ago thanks yall. :)
frank99
22nd September 2005 19:14 UTC
oh sorry i forgot to tell you the " -b " means background .. so testingblah.exe -b configuration.config means it runs with the config file in the background (press ctrl alt del and u see it )
kichik
22nd September 2005 19:29 UTC
You can not run any application as a service. It has to be written specifically to be a service. See MSDN for more details.
frank99
22nd September 2005 19:57 UTC
ohhhh so how could i make this application run on startup?
kichik
22nd September 2005 20:03 UTC
You search the Wiki for start up and find the answer.
frank99
22nd September 2005 20:15 UTC
k thanks