Will the Windows service be 64-bit if installed from 64-bit process?
Posted
by nhaa123
on Stack Overflow
See other posts from Stack Overflow
or by nhaa123
Published on 2010-03-19T09:37:45Z
Indexed on
2010/03/19
9:41 UTC
Read the original article
Hit count: 122
Hi,
Just wondering, if I install a Windows service from 64-bit process (service code embedded in the process), is the service itself Win32 service or can services be 64-bit as well?
I need to know this since my service would inject code to Win32-process, so due to WOW64 restrictions the service-process itself cannot be 64-bit.
Best regards,
nhaa123
© Stack Overflow or respective owner