From 415ddbbf0f4bbc41a918538feed6444096bfd818 Mon Sep 17 00:00:00 2001 From: S T Chan Date: Fri, 31 May 2019 02:26:31 -0400 Subject: [PATCH 2/3] add PdfScribe as a local printer that uses the print spooler by default, rather than direct printing --- PdfScribeCore/PdfScribeInstaller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PdfScribeCore/PdfScribeInstaller.cs b/PdfScribeCore/PdfScribeInstaller.cs index 3d0b209..812c46e 100644 --- a/PdfScribeCore/PdfScribeInstaller.cs +++ b/PdfScribeCore/PdfScribeInstaller.cs @@ -881,7 +881,7 @@ namespace PdfScribeCore pdfScribePrinter.pDriverName = DRIVERNAME; pdfScribePrinter.pPrintProcessor = PRINTPROCESOR; pdfScribePrinter.pDatatype = "RAW"; - pdfScribePrinter.Attributes = 0x00000002; + pdfScribePrinter.Attributes = 0x00000040; int pdfScribePrinterHandle = NativeMethods.AddPrinter(null, 2, ref pdfScribePrinter); if (pdfScribePrinterHandle != 0) From e29574a947c485802698cef83693208acb36b86e Mon Sep 17 00:00:00 2001 From: S T Chan Date: Fri, 31 May 2019 02:27:02 -0400 Subject: [PATCH 3/3] installation dialog text cleanup --- PdfScribeInstall/DialogOverrides.wxl | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/PdfScribeInstall/DialogOverrides.wxl b/PdfScribeInstall/DialogOverrides.wxl index b2e93d5..f1130ba 100644 --- a/PdfScribeInstall/DialogOverrides.wxl +++ b/PdfScribeInstall/DialogOverrides.wxl @@ -1,11 +1,27 @@ - [ProductName] [ProductVersion] will be installed. Click Next to continue or Cancel to exit the Setup Wizard. - [ProductName] will be updated to [ProductVersion]. Click Next to continue or Cancel to exit the Setup Wizard. + [ProductName] [ProductVersion] will be installed. Click Next to continue or Cancel to exit. + [ProductName] will be updated to [ProductVersion]. Click Next to continue or Cancel to exit. {\WixUI_Font_Bigger}[ProductName] [ProductVersion] Setup + + Click Install to begin the installation. Click Back to review or change any of your installation settings. Click Cancel to exit. + Click Change to begin the installation. Click Back to review or change any of your installation settings. Click Cancel to exit. + Click Repair to repair the installation of [ProductName]. Click Back to review or change any of your installation settings. Click Cancel to exit. + Click Remove to remove [ProductName]. Click Back to review or change any of your installation settings. Click Cancel to exit. + Click Update to update [ProductName]. Click Back to review or change any of your installation settings. Click Cancel to exit. + {\WixUI_Font_Bigger}[ProductName] Setup was interrupted [ProductName] installation was interrupted. Your system has not been modified. Click the Finish button to exit the installer. + Please wait while [ProductName] installs. + Please wait while [ProductName] is modified. + Please wait while [ProductName] is repaired. + Please wait while [ProductName] is removed. + Please wait while [ProductName] is updated. + + + Click the Finish button to exit the installer. + {\WixUI_Font_Bigger}[ProductName] [ProductVersion] installation completed.