Showing posts with label pressing. Show all posts
Showing posts with label pressing. Show all posts

Friday, 19 February 2016

How to Create a Windows Service Installer With SharpDevelopIn Feburary 2016 19,

In Feburary 2016 19,
Log in to a server computer using an administrator's username and password.
Locate the installer C# script file that you wish to create. Copy the entire C# script by selecting all and pressing 'Ctrl' + 'C.'
Launch SharpDevelop from the 'Start' menu, under 'All Programs.'
Click the 'File' menu and point to 'New.' Choose the option that says 'Solution.'
Double-click to expand 'C#' in the left pane. Click 'Windows Applications' underneath it.
Choose 'Windows Application' from the list of templates in the right pane.
Type a project name and choose a location where you wish to save the project. Click 'Create.'
Right-click in the main window and select 'Paste' to paste the entire installer script.
Click the 'Build' menu and choose 'Build .' 'ProjectName' is the name of the project that you created in the last step.
Click the 'Debug' menu and choose 'Run' to test the Windows Service installer.
In Feburary 2016 19,