The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: johnsa on August 29, 2008, 10:29:50 AM

Title: Windows Service with masm32
Post by: johnsa on August 29, 2008, 10:29:50 AM
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
Title: Re: Windows Service with masm32
Post by: Vortex on August 29, 2008, 12:38:12 PM
Hi johnsa,

This can help you :

Services framework by hitchhikr (http://www.masm32.com/board/index.php?topic=1147.0)