Uninstalling Qlik NPrinting Server
You can uninstall the Qlik NPrinting Server using the user interface or the command line interface (CLI).
Configuration files
The Qlik NPrinting uninstallation process deletes the app.conf proxy configuration files:
- %ProgramData%\NPrinting\newsstandproxy\app.conf
- %ProgramData%\NPrinting\webconsoleproxy\app.conf
If you re-install Qlik NPrinting, either in the same computer or in another, you will need to re-apply all the edited settings.
You can keep a copy of the files to record which configuration options were changed. Do not overwrite any app.conf configuration file with an older version as some configuration options may be different. You can overwrite the app.conf configuration files only if the replacement is from the same release of Qlik NPrinting.
The proxy configuration files for Qlik NPrinting 17.3, including service releases, had the following paths:
- %ProgramFiles%\NPrintingServer\proxy\newsstandproxy\src\qlik.com\newsstandproxy\conf\app.conf
- %ProgramFiles%\NPrintingServer\proxy\webconsoleproxy\src\qlik.com\webconsoleproxy\conf\app.conf
Stopping Qlik NPrinting Windows services
Qlik NPrinting services must be stopped before you uninstall Qlik NPrinting Server, because the services could be using files that must be removed.
Do the following:
- Open services.msc.
- Scroll-down the list until you find the Qlik NPrinting services.
- Stop the Qlik NPrinting Windows services (by right-clicking them, and then clicking Stop) in the following order:
- Only if it is installed, stop Qlik NPrintingEngine
- Qlik NPrinting Scheduler
- Qlik NPrinting WebEngine
- Qlik NPrinting RepoService
- Qlik NPrinting messaging service
- Close services.msc.
Uninstalling Qlik NPrinting Server via user interface
- In Windows, open the program uninstaller from the Control Panel.
- Right-click Qlik NPrinting Server, and then select Uninstall.
-
Click Uninstall to proceed.
- Click Close.
All Qlik NPrinting Windows services are uninstalled and no longer appear under services.
Uninstalling Qlik NPrinting Server via command line
Viewing command line arguments
To display a list of command line arguments, execute the following in the command line:
QlikNPrintingServer_x64.exe /help
QlikNPrintingEngine_x64.exe /help
/quiet install or uninstall means no UI is displayed.
/passive install or uninstall means a minimum UI with a progress bar is displayed, but no wizards or user interaction.
Uninstall Qlik NPrinting Server
Execute the following command in the command line as an administrator:
QlikNPrintingServer_x64.exe /uninstall {/quiet|/passive}
Example
QlikNPrintingServer_x64.exe /uninstall /passive
Uninstall Erlang OTP and Microsoft .NET Framework 4.6.2 via user interface
Do the following:
- In Windows, open the program uninstaller from the Control Panel.
- Scroll down the list until you find Microsoft .NET Framework 4.6.2.
-
Right-click on it and select Uninstall.
- Repeat the process for Erlang OTP.