News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Windows Service with masm32

Started by johnsa, August 29, 2008, 10:29:50 AM

Previous topic - Next topic

johnsa

Hey all,

I'm looking for a good tutorial or some tips on building a windows service in masm32. I've only ever done this using c#/.net.
It must run on an xp, 2003 and server 2008 box.
Obviously with the c# stuff i register/deploy it using MS installutil which comes with it so I'd also like to know how to get this masm win32 service to deploy (possibly just doing it internally with the exe itself would be great)

Thanks!
John

Vortex