Archive: Create Service interact with window problem


Create Service interact with window problem
Someone please help me ,i try to create service that interact with window in windows 2k and xp
i write this code,it create service but not interact with window ,the code i wrote is here

!include "servicelib.nsh"
!include "MUI.nsh"
Name "mysw"
OutFile "testservice.exe"

Section "Install JDK" jdksection
!insertmacro SERVICE "create" "myService20" "path=D:\setup.exe;autostart=1;interact=1;"

SectionEnd

a last question please who can i create service that start automaticlly before the user log to windows

thanks for help


Hi,

Actually even the autostart does not work!. Even if you specify autostart=1, the service will be installed as a manual one. Something is wrong with this library...