I having 3 .exe files (1.exe, 2.exe and 3.exe) and 2 .msi files (1.msi and 2.msi). Using NSIS script I created a Package. By installing that package this service should be in Windows services window. But I do not know the script to register this service. Help me thanks.
Actually I used Exec '"C:\Windows\System32\sc.exe" "MY Service Name"'
Even though I couldn’t find my service in this path Start Menu -> Control Panel -> Administrative Tools -> Services.
Help me...
execcommand shown here. - Sekisc "my service name"is not a correct syntax - Sekisccall fails for some reason. Please show what you tried (the wholeExecline from the nsis script), so we can try to correct it. It might also be another problem, but for now we cannot tell. - Seki