Job Savers NT Service AppWizard
Posted
by Ben Knauss
on October 31st, 1998
Instruction
This NT Service wizard is pretty simple to use, you only have to privide:- Internal name - Which should be unique, and not include spaces.
- Display name - The string that you see in the list of the services manager.
- Comments - You have to decide what level of source code comments you want.
Generated Code
The first thing you will want to do is build your new service, once thats done you can install it by typing:myservice.exe install
myservice.exe remove me
Install/Uninstall
To install any wizard, you must simply copy the wizard (any .awx file) it to your devstudio/sharedide/template directory.Conversly, to remove a wizard, simply deleting the .awx file from your template directory while DevStudio isnt running will do it.
Known Problems
You will see (and can ignore) the following warnings when compiling this code:
- Command line warning D4024 : unrecognized source file type 'd', object file assumed
- Command line warning D4027 : source file 'd' ignored

Comments
Useful Wiz
Posted by Legacy on 02/17/2000 12:00amOriginally posted by: Jase Jennings
Thanks for posting this wizard, it's been a godsend.
ReplyIt works well - no problems encountered other than the project settings switch as mentioned.
NT service with 2000
Posted by Legacy on 01/29/2000 12:00amOriginally posted by: Ricardo
ReplyThe Known Problems For This Tool
Posted by Legacy on 05/03/1999 12:00amOriginally posted by: Xiangyang Liu
The known problems described in the original post by Ben Knauss seems to be caused by an extra 'd' character inserted between the '/Fd' and the '/c' switches in the project settings generated by this tool.
The problem goes away after I removed the 'd' character from the project settings manually.
ReplyAbout the NT Service Appwizard
Posted by Legacy on 04/28/1999 12:00amOriginally posted by: Xiangyang Liu
Thanks for providing such a wonderful tool. I was able to create my own NT services and I didn't even know what a NT service is last week!!!
By the way, have you figured out what caused the warning messages described in your original post? It would be nice to get rid of those warnings.
Thanks again.
ReplyWait till you see whats next
Posted by Legacy on 04/28/1999 12:00amOriginally posted by: Benjamin Knauss
Active Directory Wizards, comming soon.
ReplyPosition under VC 6
Posted by Legacy on 04/14/1999 12:00amOriginally posted by: J�rg K�nig
You're doing a great Job!
under VC 6 this file must go to
...\Microsoft Visual Studio\Common\MSDev98\Bin\IDE
Reply