Skip to content

Instantly share code, notes, and snippets.

@sin2akshay
Last active August 7, 2018 05:19
Show Gist options
  • Save sin2akshay/4235709a0c09954e8f2be367fbdc07a7 to your computer and use it in GitHub Desktop.
Save sin2akshay/4235709a0c09954e8f2be367fbdc07a7 to your computer and use it in GitHub Desktop.
Tutorial Links for Windows Services and Timers
1. Windows Service with Timer - https://www.aspsnippets.com/Articles/Simple-Windows-Service-that-runs-periodically-and-once-a-day-at-specific-time-using-C-and-VBNet.aspx
2. Demo VS Setup Project - https://www.codeproject.com/Articles/12548/Visual-Studio-Windows-Application-Setup-Project
3. Setup Project with Windows Service - https://www.codeproject.com/Articles/568476/Creating-an-MSI-Setup-Package-for-Csharp-Windows
4. Setup Project with Windows Service - http://cherupally.blogspot.com/2009/09/how-to-create-setup-project-to-install.html
5. https://www.c-sharpcorner.com/UploadFile/b7531b/create-simple-window-service-and-setup-project-with-installa/
https://dzone.com/articles/create-windows-services-in-c
>>https://docs.microsoft.com/en-us/dotnet/framework/windows-services/walkthrough-creating-a-windows-service-application-in-the-component-designer#adding-features-to-the-service
@sin2akshay
Copy link
Author

To automatically start the Windows Service after Install (See how to add AfterInstall Event and apply below solution):
https://stackoverflow.com/questions/1036713/automatically-start-a-windows-service-on-install

@sin2akshay
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment