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