diff --git a/HyperlinkSidebarTheme.en.wxl b/HyperlinkSidebarTheme.en.wxl index 9397d76..ec25eb9 100644 --- a/HyperlinkSidebarTheme.en.wxl +++ b/HyperlinkSidebarTheme.en.wxl @@ -73,4 +73,5 @@ Instructions on how to enable token plugin can be found <a href="http://id.ee Chrome browser signing support Firefox browser signing and authentication support Estonian ID-card support + Experimental: Configure Adobe Reader DC for signing and validation \ No newline at end of file diff --git a/HyperlinkSidebarTheme.et.wxl b/HyperlinkSidebarTheme.et.wxl index 99d9e76..c2c959f 100644 --- a/HyperlinkSidebarTheme.et.wxl +++ b/HyperlinkSidebarTheme.et.wxl @@ -73,4 +73,5 @@ Juhend aktiveerimiseks on leitav <a href="http://id.ee/?lang=et&id=36636" Chrome'i allkirjastamise tugi Firefoxi allkirjastamise ja autentimise tugi Eesti ID-kaardi tugi + Experimental: Configure Adobe Reader DC for signing and validation \ No newline at end of file diff --git a/HyperlinkSidebarTheme.xml b/HyperlinkSidebarTheme.xml index 5928019..a71fc91 100644 --- a/HyperlinkSidebarTheme.xml +++ b/HyperlinkSidebarTheme.xml @@ -45,6 +45,7 @@ #(loc.OptionsDesktop) #(loc.RunQesteidUtilDescription) + #(loc.AdobeConfig) diff --git a/adobe.wxs b/adobe.wxs new file mode 100644 index 0000000..78ebffe --- /dev/null +++ b/adobe.wxs @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bootstrapper.wxs b/bootstrapper.wxs index 698f110..bb19954 100644 --- a/bootstrapper.wxs +++ b/bootstrapper.wxs @@ -25,6 +25,7 @@ + @@ -52,6 +53,8 @@ + + @@ -170,6 +173,10 @@ + + + + @@ -179,6 +186,7 @@ + diff --git a/build.ps1 b/build.ps1 index 2505e46..1c07661 100644 --- a/build.ps1 +++ b/build.ps1 @@ -67,9 +67,12 @@ Function Create($filename, $defaultX64) { & $light -nologo -out "metainfo.msi" metainfo.wixobj & $candle -nologo "$path\uninstaller.wxs" "-dMSI_VERSION=$msiversion" & $light -nologo -out "uninstaller.msi" uninstaller.wixobj +& $candle -nologo "$path\adobe.wxs" "-dMSI_VERSION=$msiversion" +& $light -nologo -out "adobe.msi" adobe.wixobj if($sign) { Sign("metainfo.msi") Sign("uninstaller.msi") + Sign("adobe.msi") } Create $filename".exe" 1 Create $filename"_x86.exe" 0 \ No newline at end of file diff --git a/metainfo.wxs b/metainfo.wxs index 3e9babf..8fb95ac 100644 --- a/metainfo.wxs +++ b/metainfo.wxs @@ -33,6 +33,8 @@ Name='AutoUpdate' Value='[AUTOUPDATE]' Type='integer' /> +