From a2e3b592578ce3398415c9e20a638418d9df827e Mon Sep 17 00:00:00 2001 From: andre-amagno Date: Wed, 31 Jul 2024 14:47:28 +0200 Subject: [PATCH] Update README.md Fix registry path in Readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 182015e..cfc2a9c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Alternatively use `create_msi.ps1` which automates the building step above. Make sure Ghostscript is installed on your machine. -While installing, several registry entries are inserted into `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\AmagnoVirtualPrinter\`. The most important ones are those under the key `Application` +While installing, several registry entries are inserted into `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\vpd\PrinterDriver\`. The most important ones are those under the key `Application` - **Pre-Converter:** Contains the exe to be executed (pre convert process) and the `arg` to be processed by the application (for example: `C:\Program Files\MyApp.exe PRINT`). - **Post-Converter:** Contains the exe to be executed (post convert process) and the args to be processed by the application (for example: `C:\Program Files\MyApp.exe PRINTCOMPLETE`).