Printer Service: Difference between revisions

From Bitnami MediaWiki
Jump to navigation Jump to search
(Created page with "Installation 1. If there’s an existing installation, move it to a different directory as a backup e.g. move C:\novus-printservice to C:\novus-printservice-2024-07-29 2. Move the novus-printservice folder to C:\novus-printservice 3. Go to https://dotnet.microsoft.com/en-us/download/dotnet/3.1, then on the right side of the web page, on the row that says “Windows” click on the "Hosting Bundle" download link which is besides the “x64” and “x86” download links....")
 
No edit summary
Line 5: Line 5:
4. Open PowerShell as administrator, and run sc.exe create "Novus PrintService" binpath="C:\novus-printservice\Novus.PrintService.exe". This will add a new Windows service.
4. Open PowerShell as administrator, and run sc.exe create "Novus PrintService" binpath="C:\novus-printservice\Novus.PrintService.exe". This will add a new Windows service.
5. Open start menu, type in services.msc and press Enter key, scroll down to find and select Novus PrintService, right-click it > Properties, set startup type to Automatic, click Apply, click Start to start up the service, and click OK.
5. Open start menu, type in services.msc and press Enter key, scroll down to find and select Novus PrintService, right-click it > Properties, set startup type to Automatic, click Apply, click Start to start up the service, and click OK.
Return to Novus

Revision as of 15:24, 18 September 2024

Installation 1. If there’s an existing installation, move it to a different directory as a backup e.g. move C:\novus-printservice to C:\novus-printservice-2024-07-29 2. Move the novus-printservice folder to C:\novus-printservice 3. Go to https://dotnet.microsoft.com/en-us/download/dotnet/3.1, then on the right side of the web page, on the row that says “Windows” click on the "Hosting Bundle" download link which is besides the “x64” and “x86” download links. After the download is completed, double-click dotnet-hosting-3.1.32-win.exe to install the ASP.NET Core Runtime 3.1.32 hosting bundle. 4. Open PowerShell as administrator, and run sc.exe create "Novus PrintService" binpath="C:\novus-printservice\Novus.PrintService.exe". This will add a new Windows service. 5. Open start menu, type in services.msc and press Enter key, scroll down to find and select Novus PrintService, right-click it > Properties, set startup type to Automatic, click Apply, click Start to start up the service, and click OK.

Return to Novus