From 6708a903360147f4e679b660c9c656097ba5c071 Mon Sep 17 00:00:00 2001 From: S T Chan Date: Sun, 25 Dec 2016 03:35:05 -0500 Subject: [PATCH] Added some dialog overrides (localization) --- PdfScribeInstall/DialogOverrides.wxl | 11 + PdfScribeInstall/PdfScribeInstall.wixproj | 179 ++++++++-------- PdfScribeInstall/Product.wxs | 246 +++++++++++----------- 3 files changed, 225 insertions(+), 211 deletions(-) create mode 100644 PdfScribeInstall/DialogOverrides.wxl diff --git a/PdfScribeInstall/DialogOverrides.wxl b/PdfScribeInstall/DialogOverrides.wxl new file mode 100644 index 0000000..b2e93d5 --- /dev/null +++ b/PdfScribeInstall/DialogOverrides.wxl @@ -0,0 +1,11 @@ + + + [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. + {\WixUI_Font_Bigger}[ProductName] [ProductVersion] Setup + + {\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. + + diff --git a/PdfScribeInstall/PdfScribeInstall.wixproj b/PdfScribeInstall/PdfScribeInstall.wixproj index ed5285a..15c2d95 100644 --- a/PdfScribeInstall/PdfScribeInstall.wixproj +++ b/PdfScribeInstall/PdfScribeInstall.wixproj @@ -1,89 +1,92 @@ - - - - Debug - x86 - 3.7 - {3c255536-a7f1-4913-9c7f-966dffee01bc} - 2.0 - PdfScribeInstall - Package - $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets - $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - - - bin\$(Configuration)\ - obj\$(Configuration)\ - Debug - - - bin\$(Configuration)\ - obj\$(Configuration)\ - - - Debug - bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - Debug - bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - - - - ..\Lib\WixUIExtension.dll - WixUIExtension - - - ..\Lib\WixNetFxExtension.dll - WixNetFxExtension - - - - - PdfScribeCore - {1ead8e9a-a123-4c37-b31e-aee1354df003} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - PdfScribeInstallCustomAction - {e8679e1b-8c89-4201-97d5-7e43c5a486c9} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - PdfScribe - {09bb3aa3-96d3-4ba1-bcb3-4e17067f42b2} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - - - - + + + + Debug + x86 + 3.7 + {3c255536-a7f1-4913-9c7f-966dffee01bc} + 2.0 + PdfScribeInstall + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + Debug + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + Debug + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + + + + + + + ..\Lib\WixUIExtension.dll + WixUIExtension + + + ..\Lib\WixNetFxExtension.dll + WixNetFxExtension + + + + + PdfScribeCore + {1ead8e9a-a123-4c37-b31e-aee1354df003} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + PdfScribeInstallCustomAction + {e8679e1b-8c89-4201-97d5-7e43c5a486c9} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + PdfScribe + {09bb3aa3-96d3-4ba1-bcb3-4e17067f42b2} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + + + + + \ No newline at end of file diff --git a/PdfScribeInstall/Product.wxs b/PdfScribeInstall/Product.wxs index c48762c..f323362 100644 --- a/PdfScribeInstall/Product.wxs +++ b/PdfScribeInstall/Product.wxs @@ -1,124 +1,124 @@ - - - - - - - - - - - - - - - - - - - - - - - = 600 AND ServicePackLevel >= 2 AND VersionNT64) - OR (VersionNT >= 601 AND VersionNT64))]]> - - - - - - - - - - - - NOT Installed - NOT Installed - Installed AND NOT UPGRADINGPRODUCTCODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + = 600 AND ServicePackLevel >= 2 AND VersionNT64) + OR (VersionNT >= 601 AND VersionNT64))]]> + + + + + + + + + + + + NOT Installed + NOT Installed + Installed AND NOT UPGRADINGPRODUCTCODE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file