Adobe Acrobat Reader DC

Informations

Creator Nachricht
martins

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 268194
Wine: 4.0.3

Feedbacks

Description

More powerful than other PDF software, Adobe Acrobat Reader DC is the free, trusted standard for viewing, printing, and annotating PDFs.

Known issues (2017) :

  • Adobe Acrobat Reader DC cannot open in Protected Mode, on first run select 'Always open with Protected Mode disabled'.
  • Premium features, online services and updates do not work.
  • "missing font package" error can be fixed by installing this package.

Wikipedia, Appdb.winehq.org

Source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02)
# Last revision : see changelog
# Wine version used : 1.9.0, 3.0.4, 4.0.3
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Martins Bruvelis
#
# CHANGELOG
# [Martins Bruvelis] (2015-11-02)
#   First script.
# [LinuxScripter] (2018-12-21 11-04)
#   Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download link.
# [Dadu042] (2019-12-18)
#   Wine 3.0.4 -> 4.0.3
#   POL_RequiredVersion 4.3.4
#   Add shortcut categories.
# [Dadu042] (2020-02-03)
#   Set_OS "winxp" -> win7
#
#
# KNOWN ISSUES:
#
# KNOWN ISSUES with version 2015.010.20056:
#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: no text displayed in Preferences window (menu Edit -> Preferences). Tried: corefonts. Fix: OS win7 -> winxp (hint from: https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412 ).
#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: crash when exit (even if no documents opened).
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="4.0.3"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"
  
  
# Initialization
POL_SetupWindow_Init
  
POL_Debug_Init
  
# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_SetupWindow_message "Note: this script will was successfully tested with Reader DC version 2015.010.20056" "$TITLE"    

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Create Prefix
POL_System_TmpCreate "$PREFIX"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    POL_SetupWindow_message "Note: this script will download version 2015.010" "$TITLE"
    cd "$POL_System_TmpDir"
    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
fi
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

Set_OS "win7"
  
# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB
  
# Installation
POL_Wine_WaitBefore "$TITLE"
  
POL_Wine "$INSTALLER_EXE"
  
POL_Wine_WaitExit "$TITLE"
  
# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"
  
# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
  
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled
  
# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg
  
POL_Wine regedit disable-online-features.reg
 
POL_Wine_reboot
POL_System_TmpDelete
  
POL_Shortcut "AcroRd32.exe" "$TITLE" "" "" "Office;Viewer;"
POL_Shortcut_QuietDebug "$TITLE"
POL_Shortcut_Document "$TITLE" "ReadMe.htm"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
  
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Nachricht
GuerreroAzul Thursday 14 March 2024 at 16:47
GuerreroAzul

Warning

This update has not been approved yet by the team.
Use it at your own risk

Nachricht

Update Adobe Acrobat Reader DC (2020.013.20064)

         

Screenshots

 

Differences

@@ -1,157 +1,182 @@
 #!/usr/bin/env playonlinux-bash
-# Date : (2015-11-02)
-# Last revision : see changelog
-# Wine version used : 1.9.0, 3.0.4, 4.0.3
-# Distribution used to test : Kubuntu 18.04 amd64
-# Author : Martins Bruvelis
-#
-# CHANGELOG
-# [Martins Bruvelis] (2015-11-02)
-#   First script.
-# [LinuxScripter] (2018-12-21 11-04)
-#   Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download link.
-# [Dadu042] (2019-12-18)
-#   Wine 3.0.4 -> 4.0.3
-#   POL_RequiredVersion 4.3.4
-#   Add shortcut categories.
-# [Dadu042] (2020-02-03)
-#   Set_OS "winxp" -> win7
-#
-#
-# KNOWN ISSUES:
-#
-# KNOWN ISSUES with version 2015.010.20056:
-#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: no text displayed in Preferences window (menu Edit -> Preferences). Tried: corefonts. Fix: OS win7 -> winxp (hint from: https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412 ).
-#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: crash when exit (even if no documents opened).
-#
-
+: '
+Date: See changelog.
+Last revision: See changelog.
+Wine version used: See changelog.
+Distribution used to test: See changelog.
+Author: GuerreroAzul
+Script licence : GPL3
+License: Retail
+
+CHANGELOG
+[GuerrreroAzul] (2024-03-14 07:47 GMT-6) Wine 9.0 / Linux Mint 21.3 x86_64
+  Version test software: Adobe Reader DC 2001320064
+  Update version wine: 4.0.3 --> 9.0
+  Update version OS: win7 --> win10
+  Code: Code ordering for better understanding and improving loading times.
+[Martins Bruvelis] (2015-11-02)
+  First script.
+[LinuxScripter] (2018-12-21 11-04)
+  Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download link.
+[Dadu042] (2019-12-18)
+  Wine 3.0.4 -> 4.0.3
+  POL_RequiredVersion 4.3.4
+  Add shortcut categories.
+[Dadu042] (2020-02-03)
+  Set_OS "winxp" -> win7
+[Martins Bruvelis] (2015-11-02)
+    wine: 1.9.0
+    system: Kubuntu 18.04 amd64
+
+REFERENCE
+GuerreroAzul: Documentation Ref.
+  https://www.playonlinux.com/en/app-2653-Adobe_Acrobat_Reader_DC.html
+  https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266
+GuerreroAzul: Link Download. - https://get.adobe.com/es/reader/enterprise/
+
+KNOWN ISSUES:
+
+KNOWN ISSUES with version 2015.010.20056:
+ - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: no text displayed in Preferences window (menu Edit -> Preferences). Tried: corefonts. Fix: OS win7 -> winxp (hint from: https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412 ).
+ - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: crash when exit (even if no documents opened).
+'
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-  
+
+#Setting
 TITLE="Adobe Acrobat Reader DC"
 PREFIX="AdobeAcrobatReaderDC"
-WINEVERSION="4.0.3"
-EDITOR="Adobe Systems Inc."
-GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
-AUTHOR="Martins Bruvelis"
-  
-  
-# Initialization
+CATEGORY="Office;Viewer;"
+WINEVERSION="9.0"
+OSVERSION="win10"
+EDITHOR="Martins Bruvelis, Dadu042, LinuxScripter and GuerreroAzul"
+COMPANY="Adobe Systems Inc."
+HOMEPAGE="https://www.adobe.com"
+LOGO="https://i.imgur.com/JuXnwmZ.png"
+BANNER="https://i.imgur.com/YqdIiG1.png"
+DOWNLOAD_URL="https://download.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320064/AcroRdrDC2001320064_en_US.exe"
+FILE_INSTALL="AcroRdrDC2001320064_en_US.exe"
+MD5_CHECKSUM="c3cc3d8c3f536bc28851ed230ea963aa"
+
+#Setup Image
+POL_GetSetupImages "$LOGO" "$BANNER" "$TITLE"
+
+# Starting the script
 POL_SetupWindow_Init
-  
 POL_Debug_Init
-  
-# Presentation
-# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
-POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
-POL_SetupWindow_message "Note: this script will was successfully tested with Reader DC version 2015.010.20056" "$TITLE"    
+# Welcome message
+POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$HOMEPAGE" "$EDITHOR" "$PREFIX"
 
-POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+# PlayOnLinux Version Check
+POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$(eval_gettext 'TITLE wont work with $APPLICATION_TITLE $VERSION\nPlease update!')"
 
-# Create Prefix
-POL_System_TmpCreate "$PREFIX"
-  
-POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
-  
-if [ "$INSTALL_METHOD" = "LOCAL" ]
-then
-    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
-    INSTALLER_EXE="$APP_ANSWER"
-elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
-then
-    POL_SetupWindow_message "Note: this script will download version 2015.010" "$TITLE"
-    cd "$POL_System_TmpDir"
-    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
-    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
+# Check winbind library is installed.
+if [ "$POL_OS" = "Linux" ]; then
+  wbinfo -V || POL_Debug_Fatal "$(eval_gettext 'Please install winbind before installing.')" "$TITLE!"
 fi
- 
+
+# Prepare resources for installation!
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
-
-Set_OS "win7"
-  
+Set_OS "$OSVERSION"
+   
 # Dependencies
+POL_Call POL_Install_atmlib
 POL_Call POL_Install_mspatcha
+POL_Call POL_Install_riched20
 POL_Call POL_Install_vcrun2013
 POL_Call POL_Install_FontsSmoothRGB
-  
-# Installation
-POL_Wine_WaitBefore "$TITLE"
-  
-POL_Wine "$INSTALLER_EXE"
-  
-POL_Wine_WaitExit "$TITLE"
-  
+POL_Call POL_Install_corefonts
+POL_Call POL_Install_DisableCrashDialog
+POL_Wine_OverrideDLL "native,builtin" "msftedit"
+
+# Script start
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
+  POL_System_TmpCreate "$PREFIX"
+  cd "$POL_System_TmpDir"
+  POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
+  INSTALLER="$POL_System_TmpDir/$FILE_INSTALL"
+else
+  cd "$HOME"
+  POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
+  INSTALLER="$APP_ANSWER"
+fi
+
+# Install Program
+POL_Wine start /unix "$INSTALLER" "/sAll" "/rs" "/l${LANG}"
+POL_Wine_WaitExit "$INSTALLER"
+
 # Fix crashes
 # Disable and delete update service
 POL_Wine --ignore-errors sc stop "AdobeARMservice"
 POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
 POL_Wine --ignore-errors sc delete "AdobeARMservice"
-  
+   
 # Disable update service executables
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv armsvc.exe armsvc.exe_disabled
 mv AdobeARM.exe AdobeARM.exe_disabled
 mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
-  
+   
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
 mv RdrCEF.exe RdrCEF.exe_disabled
-  
+   
 # Disable update and online services in registry settings
 cd "$POL_System_TmpDir"
 echo -e 'REGEDIT4
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
 "bisFirstLaunch"=dword:00000000
 "bRHPSticky"=dword:00000001
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
 "bLastExitNormal"=dword:00000000
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
 "bShowInstallFTE"=dword:00000001
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
 @="acrord32.dll"
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
 @="acrord32.dll"
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
 "bUseMUI"=dword:00000000
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
 "bProtectedMode"=dword:00000000
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
 "iRememberView"=dword:00000002
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
 "bEnhancedSecurityInBrowser"=dword:00000000
 "bEnhancedSecurityStandalone"=dword:00000000
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
 "bNeedSynchronizer"=dword:00000000
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
-  
+   
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
 "bAcroSuppressUpsell"=dword:00000001
 "bUpdater"=dword:00000000
 "bUsageMeasurement"=dword:00000000
 "iProtectedView"=dword:00000000
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
 "bAllowUserToChangeMsgPrefs"=dword:00000000
 "bDontShowMsgWhenViewingDoc"=dword:00000000
 "bShowMsgAtLaunch"=dword:00000000
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
 "bAdobeSendPluginToggle"=dword:00000000
 "bDisableWebmail"=dword:00000001
@@ -160,14 +185,14 @@
 "bTogglePrefsSync"=dword:00000001
 "bToggleWebConnectors"=dword:00000001
 "bUpdater"=dword:00000000
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
 "bDisableSharePointFeatures"=dword:00000001
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
 "bNeedSynchronizer"=dword:00000000
 "bAdobeSendPluginToggle"=dword:00000000
-  
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
 "bCommercialPDF"=dword:00000001
 "bDisableWebmail"=dword:00000001
@@ -175,29 +200,26 @@
 "bFindMoreCustomizationsOnline"=dword:00000000
 "bFindMoreWorkflowsOnline"=dword:00000000
 "bUpdater"=dword:00000000
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
 "iCheckReader"=dword:00000000
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
 "Enabled"="NO"
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
 "EULA"=dword:00000001
-  
+   
 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
 "Adobe ARM"=-' > disable-online-features.reg
-  
+   
 POL_Wine regedit disable-online-features.reg
- 
-POL_Wine_reboot
-POL_System_TmpDelete
-  
-POL_Shortcut "AcroRd32.exe" "$TITLE" "" "" "Office;Viewer;"
-POL_Shortcut_QuietDebug "$TITLE"
-POL_Shortcut_Document "$TITLE" "ReadMe.htm"
 
-POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
+# Shortcut 
+POL_Shortcut "AcroRd32.exe" "$TITLE" "" "$CATEGORY"
+POL_Extension_Write pdf "$TITLE"
   
+POL_System_TmpDelete
+POL_Wine_reboot
 POL_SetupWindow_Close
-exit
\ No newline at end of file
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
: '
Date: See changelog.
Last revision: See changelog.
Wine version used: See changelog.
Distribution used to test: See changelog.
Author: GuerreroAzul
Script licence : GPL3
License: Retail

CHANGELOG
[GuerrreroAzul] (2024-03-14 07:47 GMT-6) Wine 9.0 / Linux Mint 21.3 x86_64
  Version test software: Adobe Reader DC 2001320064
  Update version wine: 4.0.3 --> 9.0
  Update version OS: win7 --> win10
  Code: Code ordering for better understanding and improving loading times.
[Martins Bruvelis] (2015-11-02)
  First script.
[LinuxScripter] (2018-12-21 11-04)
  Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download link.
[Dadu042] (2019-12-18)
  Wine 3.0.4 -> 4.0.3
  POL_RequiredVersion 4.3.4
  Add shortcut categories.
[Dadu042] (2020-02-03)
  Set_OS "winxp" -> win7
[Martins Bruvelis] (2015-11-02)
    wine: 1.9.0
    system: Kubuntu 18.04 amd64

REFERENCE
GuerreroAzul: Documentation Ref.
  https://www.playonlinux.com/en/app-2653-Adobe_Acrobat_Reader_DC.html
  https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266
GuerreroAzul: Link Download. - https://get.adobe.com/es/reader/enterprise/

KNOWN ISSUES:

KNOWN ISSUES with version 2015.010.20056:
 - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: no text displayed in Preferences window (menu Edit -> Preferences). Tried: corefonts. Fix: OS win7 -> winxp (hint from: https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412 ).
 - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: crash when exit (even if no documents opened).
'
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

#Setting
TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
CATEGORY="Office;Viewer;"
WINEVERSION="9.0"
OSVERSION="win10"
EDITHOR="Martins Bruvelis, Dadu042, LinuxScripter and GuerreroAzul"
COMPANY="Adobe Systems Inc."
HOMEPAGE="https://www.adobe.com"
LOGO="https://i.imgur.com/JuXnwmZ.png"
BANNER="https://i.imgur.com/YqdIiG1.png"
DOWNLOAD_URL="https://download.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320064/AcroRdrDC2001320064_en_US.exe"
FILE_INSTALL="AcroRdrDC2001320064_en_US.exe"
MD5_CHECKSUM="c3cc3d8c3f536bc28851ed230ea963aa"

#Setup Image
POL_GetSetupImages "$LOGO" "$BANNER" "$TITLE"

# Starting the script
POL_SetupWindow_Init
POL_Debug_Init

# Welcome message
POL_SetupWindow_presentation "$TITLE" "$COMPANY" "$HOMEPAGE" "$EDITHOR" "$PREFIX"

# PlayOnLinux Version Check
POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$(eval_gettext 'TITLE wont work with $APPLICATION_TITLE $VERSION\nPlease update!')"

# Check winbind library is installed.
if [ "$POL_OS" = "Linux" ]; then
  wbinfo -V || POL_Debug_Fatal "$(eval_gettext 'Please install winbind before installing.')" "$TITLE!"
fi

# Prepare resources for installation!
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "$OSVERSION"
   
# Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_mspatcha
POL_Call POL_Install_riched20
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB
POL_Call POL_Install_corefonts
POL_Call POL_Install_DisableCrashDialog
POL_Wine_OverrideDLL "native,builtin" "msftedit"

# Script start
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
  POL_System_TmpCreate "$PREFIX"
  cd "$POL_System_TmpDir"
  POL_Download "$DOWNLOAD_URL" "$MD5_CHECKSUM"
  INSTALLER="$POL_System_TmpDir/$FILE_INSTALL"
else
  cd "$HOME"
  POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE"
  INSTALLER="$APP_ANSWER"
fi

# Install Program
POL_Wine start /unix "$INSTALLER" "/sAll" "/rs" "/l${LANG}"
POL_Wine_WaitExit "$INSTALLER"

# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"
   
# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
   
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled
   
# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
   
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
   
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000
   
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000
   
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000
   
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001
   
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000
   
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000
   
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"
   
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001
   
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg
   
POL_Wine regedit disable-online-features.reg

# Shortcut 
POL_Shortcut "AcroRd32.exe" "$TITLE" "" "$CATEGORY"
POL_Extension_Write pdf "$TITLE"
  
POL_System_TmpDelete
POL_Wine_reboot
POL_SetupWindow_Close
exit 0

Antworten

Editiert von: GuerreroAzul

onecallednick Saturday 8 January 2022 at 1:22
onecallednick Anonymous

Nachricht

Crashed on clicking the Fill and Sign button. That was the whole reason I installed it.

Antworten

playlinux_user Tuesday 27 April 2021 at 2:05
playlinux_user Anonymous

Nachricht

I can't download the "missing font package" from the link:

https://supportdownloads.adobe.com/detail.jsp?ftpID=5877

 

I got it here:

https://helpx.adobe.com/acrobat/kb/windows-font-packs-32-bit-reader.html

Sorry, it didn't work. And the first link still don't open. :(

Antworten

Editiert von: playlinux_user

YnotTman Sunday 4 April 2021 at 18:51
YnotTman Anonymous

Nachricht

I am attempting to install Adobe Acrobat Pro DC 2015 release on Mate 20.1. Error during installation: "Error in main Adobe crashed" Any thoughts on how to install this from CD?

Antworten

hvaria Thursday 25 February 2021 at 16:12
hvaria Anonymous

Nachricht

The script works perfectly fine for version upto 19.010.20099. After that for some reason the program installs but does not open any PDFs. Over on the Wine Reader DC page people have posted new instructions on how to get the newer versions working. Can we please work that into this script?

Antworten

Dadu042 Monday 3 February 2020 at 9:49
Dadu042

Information

This update has been approved by the team.

Differences

@@ -14,6 +14,8 @@
 #   Wine 3.0.4 -> 4.0.3
 #   POL_RequiredVersion 4.3.4
 #   Add shortcut categories.
+# [Dadu042] (2020-02-03)
+#   Set_OS "winxp" -> win7
 #
 #
 # KNOWN ISSUES:
@@ -67,7 +69,7 @@
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
 
-Set_OS "winxp"
+Set_OS "win7"
   
 # Dependencies
 POL_Call POL_Install_mspatcha

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02)
# Last revision : see changelog
# Wine version used : 1.9.0, 3.0.4, 4.0.3
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Martins Bruvelis
#
# CHANGELOG
# [Martins Bruvelis] (2015-11-02)
#   First script.
# [LinuxScripter] (2018-12-21 11-04)
#   Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download link.
# [Dadu042] (2019-12-18)
#   Wine 3.0.4 -> 4.0.3
#   POL_RequiredVersion 4.3.4
#   Add shortcut categories.
# [Dadu042] (2020-02-03)
#   Set_OS "winxp" -> win7
#
#
# KNOWN ISSUES:
#
# KNOWN ISSUES with version 2015.010.20056:
#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: no text displayed in Preferences window (menu Edit -> Preferences). Tried: corefonts. Fix: OS win7 -> winxp (hint from: https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412 ).
#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: crash when exit (even if no documents opened).
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="4.0.3"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"
  
  
# Initialization
POL_SetupWindow_Init
  
POL_Debug_Init
  
# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_SetupWindow_message "Note: this script will was successfully tested with Reader DC version 2015.010.20056" "$TITLE"    

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Create Prefix
POL_System_TmpCreate "$PREFIX"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    POL_SetupWindow_message "Note: this script will download version 2015.010" "$TITLE"
    cd "$POL_System_TmpDir"
    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
fi
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

Set_OS "win7"
  
# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB
  
# Installation
POL_Wine_WaitBefore "$TITLE"
  
POL_Wine "$INSTALLER_EXE"
  
POL_Wine_WaitExit "$TITLE"
  
# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"
  
# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
  
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled
  
# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg
  
POL_Wine regedit disable-online-features.reg
 
POL_Wine_reboot
POL_System_TmpDelete
  
POL_Shortcut "AcroRd32.exe" "$TITLE" "" "" "Office;Viewer;"
POL_Shortcut_QuietDebug "$TITLE"
POL_Shortcut_Document "$TITLE" "ReadMe.htm"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
  
POL_SetupWindow_Close
exit

Antworten

Anonymous
Wednesday 13 May 2020 at 0:46
Still digital signing does not work. Why don't you just stop to get this mediocre software to work correctly on Linux.

All I needed it for was digital signing but I was stupid as you can do that with GIMP and Xournal.

Xournal is a really great powerfull tool which can handle pdf in a far better way than Adobe Acrobat Reader ever did.

Just draw or scan your autograph and make the background transparant using GIMP.

Export your GIMP creation to jpg. Open your pdf in Xournal and go to Tools and Image.

Now click anywhere in your pdf and import your jpg and resize to fit. When finished export your file to pdf and done.

Note that creating your autograph in jpg is one time only affair, after you can digitally sign any pdf within 30 seconds.

 
hvaria Monday 3 February 2020 at 7:35
hvaria Anonymous

Nachricht

So I recently tried to reinstall this on my Pixelbook and found out that the installer did not work anymore. It was not installing Reader DC as it was saying that version is not supported on Windows XP.

I have a workaround but this should be fixed if possible.

Workaround

  1. Install Adobe reader I got the latest version (or the recommended version from the script both have the issue)
  2. You will recieve an error that's fine
  3. Go to configuration page in wine tab and configure bottle to win 7 then run the exe from the Misc Tab 
  4. Now overwrite and try to Install agian. Cancel the install mid way but this time POL will create needed icons
  5. Now adobe reader DC works as expected
  6. Optionally go back and change the configuration to windows 7 if you are using the latest version of the reader

Antworten

Monday 3 February 2020 at 9:49
Thanks for the report, script updated.
Anonymous
Monday 3 February 2020 at 17:35
Thanks for the super quick turn around

Editiert von: hvaria

Dadu042 Wednesday 18 December 2019 at 22:01
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,130 +1,155 @@
 #!/usr/bin/env playonlinux-bash
-# Date : (2015-11-02 15-09)
-# Last revision : (2018-12-21 11-04)
-# Wine version used : 1.9.0, 3.0.4
-# Distribution used to test : Ubuntu 14.04 LTS, Ubuntu 18.10
+# Date : (2015-11-02)
+# Last revision : see changelog
+# Wine version used : 1.9.0, 3.0.4, 4.0.3
+# Distribution used to test : Kubuntu 18.04 amd64
 # Author : Martins Bruvelis
- 
+#
+# CHANGELOG
+# [Martins Bruvelis] (2015-11-02)
+#   First script.
+# [LinuxScripter] (2018-12-21 11-04)
+#   Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download link.
+# [Dadu042] (2019-12-18)
+#   Wine 3.0.4 -> 4.0.3
+#   POL_RequiredVersion 4.3.4
+#   Add shortcut categories.
+#
+#
+# KNOWN ISSUES:
+#
+# KNOWN ISSUES with version 2015.010.20056:
+#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: no text displayed in Preferences window (menu Edit -> Preferences). Tried: corefonts. Fix: OS win7 -> winxp (hint from: https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412 ).
+#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: crash when exit (even if no documents opened).
+#
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+  
 TITLE="Adobe Acrobat Reader DC"
 PREFIX="AdobeAcrobatReaderDC"
-WINEVERSION="3.0.4"
+WINEVERSION="4.0.3"
 EDITOR="Adobe Systems Inc."
 GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
 AUTHOR="Martins Bruvelis"
- 
- 
+  
+  
 # Initialization
 POL_SetupWindow_Init
- 
+  
 POL_Debug_Init
- 
+  
 # Presentation
 # POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
- 
+
+POL_SetupWindow_message "Note: this script will was successfully tested with Reader DC version 2015.010.20056" "$TITLE"    
+
+POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+
 # Create Prefix
 POL_System_TmpCreate "$PREFIX"
- 
-POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
- 
+  
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+  
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
     POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
     INSTALLER_EXE="$APP_ANSWER"
 elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
 then
+    POL_SetupWindow_message "Note: this script will download version 2015.010" "$TITLE"
     cd "$POL_System_TmpDir"
     POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
     INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
 fi
-
+ 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
- 
+
+Set_OS "winxp"
+  
 # Dependencies
 POL_Call POL_Install_mspatcha
 POL_Call POL_Install_vcrun2013
 POL_Call POL_Install_FontsSmoothRGB
- 
+  
 # Installation
 POL_Wine_WaitBefore "$TITLE"
- 
+  
 POL_Wine "$INSTALLER_EXE"
- 
+  
 POL_Wine_WaitExit "$TITLE"
- 
+  
 # Fix crashes
 # Disable and delete update service
 POL_Wine --ignore-errors sc stop "AdobeARMservice"
 POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
 POL_Wine --ignore-errors sc delete "AdobeARMservice"
- 
+  
 # Disable update service executables
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv armsvc.exe armsvc.exe_disabled
 mv AdobeARM.exe AdobeARM.exe_disabled
 mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
- 
+  
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
 mv RdrCEF.exe RdrCEF.exe_disabled
- 
+  
 # Disable update and online services in registry settings
 cd "$POL_System_TmpDir"
 echo -e 'REGEDIT4
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
 "bisFirstLaunch"=dword:00000000
 "bRHPSticky"=dword:00000001
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
 "bLastExitNormal"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
 "bShowInstallFTE"=dword:00000001
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
 @="acrord32.dll"
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
 @="acrord32.dll"
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
 "bUseMUI"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
 "bProtectedMode"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
 "iRememberView"=dword:00000002
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
 "bEnhancedSecurityInBrowser"=dword:00000000
 "bEnhancedSecurityStandalone"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
 "bNeedSynchronizer"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
 "bAcroSuppressUpsell"=dword:00000001
 "bUpdater"=dword:00000000
 "bUsageMeasurement"=dword:00000000
 "iProtectedView"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
 "bAllowUserToChangeMsgPrefs"=dword:00000000
 "bDontShowMsgWhenViewingDoc"=dword:00000000
 "bShowMsgAtLaunch"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
 "bAdobeSendPluginToggle"=dword:00000000
 "bDisableWebmail"=dword:00000001
@@ -133,14 +158,14 @@
 "bTogglePrefsSync"=dword:00000001
 "bToggleWebConnectors"=dword:00000001
 "bUpdater"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
 "bDisableSharePointFeatures"=dword:00000001
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
 "bNeedSynchronizer"=dword:00000000
 "bAdobeSendPluginToggle"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
 "bCommercialPDF"=dword:00000001
 "bDisableWebmail"=dword:00000001
@@ -148,28 +173,29 @@
 "bFindMoreCustomizationsOnline"=dword:00000000
 "bFindMoreWorkflowsOnline"=dword:00000000
 "bUpdater"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
 "iCheckReader"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
 "Enabled"="NO"
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
 "EULA"=dword:00000001
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
 "Adobe ARM"=-' > disable-online-features.reg
- 
+  
 POL_Wine regedit disable-online-features.reg
-
+ 
 POL_Wine_reboot
 POL_System_TmpDelete
- 
-POL_Shortcut "AcroRd32.exe" "$TITLE"
+  
+POL_Shortcut "AcroRd32.exe" "$TITLE" "" "" "Office;Viewer;"
 POL_Shortcut_QuietDebug "$TITLE"
- 
+POL_Shortcut_Document "$TITLE" "ReadMe.htm"
+
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
- 
+  
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02)
# Last revision : see changelog
# Wine version used : 1.9.0, 3.0.4, 4.0.3
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Martins Bruvelis
#
# CHANGELOG
# [Martins Bruvelis] (2015-11-02)
#   First script.
# [LinuxScripter] (2018-12-21 11-04)
#   Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download link.
# [Dadu042] (2019-12-18)
#   Wine 3.0.4 -> 4.0.3
#   POL_RequiredVersion 4.3.4
#   Add shortcut categories.
#
#
# KNOWN ISSUES:
#
# KNOWN ISSUES with version 2015.010.20056:
#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: no text displayed in Preferences window (menu Edit -> Preferences). Tried: corefonts. Fix: OS win7 -> winxp (hint from: https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412 ).
#  - Wine x86 3.0.3, 4.0.3, 4.21, 5.0-rc1: crash when exit (even if no documents opened).
#

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="4.0.3"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"
  
  
# Initialization
POL_SetupWindow_Init
  
POL_Debug_Init
  
# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_SetupWindow_message "Note: this script will was successfully tested with Reader DC version 2015.010.20056" "$TITLE"    

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

# Create Prefix
POL_System_TmpCreate "$PREFIX"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    POL_SetupWindow_message "Note: this script will download version 2015.010" "$TITLE"
    cd "$POL_System_TmpDir"
    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
fi
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

Set_OS "winxp"
  
# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB
  
# Installation
POL_Wine_WaitBefore "$TITLE"
  
POL_Wine "$INSTALLER_EXE"
  
POL_Wine_WaitExit "$TITLE"
  
# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"
  
# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
  
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled
  
# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg
  
POL_Wine regedit disable-online-features.reg
 
POL_Wine_reboot
POL_System_TmpDelete
  
POL_Shortcut "AcroRd32.exe" "$TITLE" "" "" "Office;Viewer;"
POL_Shortcut_QuietDebug "$TITLE"
POL_Shortcut_Document "$TITLE" "ReadMe.htm"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
  
POL_SetupWindow_Close
exit

Antworten

hvaria Thursday 14 November 2019 at 12:15
hvaria Anonymous

Nachricht

Reader version 19.010.x works perfectly fine but the new 19.012.x and beyond is crashing and unable to open PDF files. Not sure what the issue is. Not a big problem now but in a year or two we will be on outdated versions. Can someone please look at this. I tried to open a bug for wine developers and they are not going to support it since I'm using play on Linux.

https://bugs.winehq.org/show_bug.cgi?id=47953

Antworten

sukumi Wednesday 25 September 2019 at 13:39
sukumi Anonymous

Nachricht

Hi folks,

first of all playonlinux and the Adobe Reader DC works most of the time pretty neat.

Recently we are getting a lot of XFA based documents. Used by people with Windows and Linux.

So now, when a Linux starts with working on that one XFA based doucment, everything is fine.

When the goverment uses Adobe Reader on their Microsoft Machines and sends us them back nothing works.

We get the message of "missing font package".

I tried installing all the font setups you can get on playonlinux. Nothing really helps/ works.

I guessed, maybe this file will help me: https://supportdownloads.adobe.com/detail.jsp?ftpID=5877.

And indeed, it helped!!

In playonlinux:

Install - Install a non-listed-program - update your Adobe Reader DC virtual drive - select the msi file.

And tada! The file opens.

Maybe it is possible to build this msi out of the box into the Adobe DC installer setup workflow?

Would have saved me so much time.

Thanks for the great work!

Antworten

greenhornet Tuesday 20 August 2019 at 17:38
greenhornet Anonymous

Nachricht

It runs well for viewing PDFs, and is slightly better than Evince for its ability to fill out forms (with duplication working as expected). But the signature functions, or working with Secure documents, or browsing preferences result in some strange boxes. Maybe this is just a missing font issue or something?

 

When clicking a signature field:

https://imgur.com/yaal6UC

 

When pulling up preferences:

https://imgur.com/BNwU8xX

 

Antworten

Tuesday 20 August 2019 at 20:48
Try installing "Microsoft core fonts" from POL tab "Install Components".
Anonymous
Friday 23 August 2019 at 21:06
Sorry but installing Microsoft core fonts did not work for me. Any other insight into how to fix that issue?
Anonymous
Sunday 3 November 2019 at 13:32
I had the same problem.
Set Wine Configuration --> Windows Version --> Windows XP
If Set to Windows 7 or above, Dialogues are missing. Thansk to:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32266&iTestingId=104412
for the hint. Now it works like a charm.
Anonymous
Monday 3 February 2020 at 17:36
Hey I figured out the fonts issue. I installed the Sego* fonts and now all the dialogues work like a charm

Editiert von: greenhornet

hvaria Tuesday 6 August 2019 at 7:06
hvaria Anonymous

Nachricht

Works exceptionally well guys... You saved my $1000 pixelbook. I ran into a major issue recently where government forms like USCIS/IRS forms don't work correctly on any other PDF readers except Adobe. Without major hacking and installing a virtual machine I was at a loss on what to do. You saved me from going back to windows.

Two suggestions

  1. In addition to Always disabiling the protected mode we also need to disable online storage while saving files.
  2. Reader version 19.010.x works perfectly fine but the new 19.012.x is crashing and unable to open PDF files. Not sure what the issue is. Not a big problem but just wanted you all to know.

Also I am running this with Wine 4.0.1 and no having any issues... seems to open faster if anything. FYI

Antworten

Editiert von: hvaria

LinuxScripter Saturday 22 December 2018 at 11:05
LinuxScripter Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Nachricht

Using the latest sable version of wine at this time, removing the SetOS lines (program works fine on win7), updated the download links.

Differences

@@ -1,35 +1,35 @@
 #!/usr/bin/env playonlinux-bash
 # Date : (2015-11-02 15-09)
-# Last revision : (2016-01-13 17-01)
-# Wine version used : 1.9.0
-# Distribution used to test : Ubuntu 14.04 LTS
+# Last revision : (2018-12-21 11-04)
+# Wine version used : 1.9.0, 3.0.4
+# Distribution used to test : Ubuntu 14.04 LTS, Ubuntu 18.10
 # Author : Martins Bruvelis
-
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 TITLE="Adobe Acrobat Reader DC"
 PREFIX="AdobeAcrobatReaderDC"
-WINEVERSION="1.9.0"
+WINEVERSION="3.0.4"
 EDITOR="Adobe Systems Inc."
 GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
 AUTHOR="Martins Bruvelis"
-
-
+ 
+ 
 # Initialization
 POL_SetupWindow_Init
-
+ 
 POL_Debug_Init
-
+ 
 # Presentation
 # POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
-
+ 
 # Create Prefix
 POL_System_TmpCreate "$PREFIX"
-
+ 
 POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
-
+ 
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
     POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
@@ -41,96 +41,90 @@
     INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
 fi
 
-# Create Prefix
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
-
-# Configuration
-Set_OS "winxp"
-
+ 
 # Dependencies
 POL_Call POL_Install_mspatcha
 POL_Call POL_Install_vcrun2013
 POL_Call POL_Install_FontsSmoothRGB
-
+ 
 # Installation
 POL_Wine_WaitBefore "$TITLE"
-
-Set_OS "win7"
-
+ 
 POL_Wine "$INSTALLER_EXE"
-
+ 
 POL_Wine_WaitExit "$TITLE"
-
+ 
 # Fix crashes
 # Disable and delete update service
 POL_Wine --ignore-errors sc stop "AdobeARMservice"
 POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
 POL_Wine --ignore-errors sc delete "AdobeARMservice"
-
+ 
 # Disable update service executables
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv armsvc.exe armsvc.exe_disabled
 mv AdobeARM.exe AdobeARM.exe_disabled
 mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
-
+ 
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
 mv RdrCEF.exe RdrCEF.exe_disabled
-
+ 
 # Disable update and online services in registry settings
 cd "$POL_System_TmpDir"
 echo -e 'REGEDIT4
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
 "bisFirstLaunch"=dword:00000000
 "bRHPSticky"=dword:00000001
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
 "bLastExitNormal"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
 "bShowInstallFTE"=dword:00000001
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
 @="acrord32.dll"
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
 @="acrord32.dll"
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
 "bUseMUI"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
 "bProtectedMode"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
 "iRememberView"=dword:00000002
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
 "bEnhancedSecurityInBrowser"=dword:00000000
 "bEnhancedSecurityStandalone"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
 "bNeedSynchronizer"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
 "bAcroSuppressUpsell"=dword:00000001
 "bUpdater"=dword:00000000
 "bUsageMeasurement"=dword:00000000
 "iProtectedView"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
 "bAllowUserToChangeMsgPrefs"=dword:00000000
 "bDontShowMsgWhenViewingDoc"=dword:00000000
 "bShowMsgAtLaunch"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
 "bAdobeSendPluginToggle"=dword:00000000
 "bDisableWebmail"=dword:00000001
@@ -139,14 +133,14 @@
 "bTogglePrefsSync"=dword:00000001
 "bToggleWebConnectors"=dword:00000001
 "bUpdater"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
 "bDisableSharePointFeatures"=dword:00000001
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
 "bNeedSynchronizer"=dword:00000000
 "bAdobeSendPluginToggle"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
 "bCommercialPDF"=dword:00000001
 "bDisableWebmail"=dword:00000001
@@ -154,29 +148,28 @@
 "bFindMoreCustomizationsOnline"=dword:00000000
 "bFindMoreWorkflowsOnline"=dword:00000000
 "bUpdater"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
 "iCheckReader"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
 "Enabled"="NO"
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
 "EULA"=dword:00000001
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
 "Adobe ARM"=-' > disable-online-features.reg
-
+ 
 POL_Wine regedit disable-online-features.reg
 
-Set_OS "winxp"
 POL_Wine_reboot
 POL_System_TmpDelete
-
+ 
 POL_Shortcut "AcroRd32.exe" "$TITLE"
 POL_Shortcut_QuietDebug "$TITLE"
-
+ 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
-
+ 
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02 15-09)
# Last revision : (2018-12-21 11-04)
# Wine version used : 1.9.0, 3.0.4
# Distribution used to test : Ubuntu 14.04 LTS, Ubuntu 18.10
# Author : Martins Bruvelis
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="3.0.4"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"
 
 
# Initialization
POL_SetupWindow_Init
 
POL_Debug_Init
 
# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Create Prefix
POL_System_TmpCreate "$PREFIX"
 
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
fi

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB
 
# Installation
POL_Wine_WaitBefore "$TITLE"
 
POL_Wine "$INSTALLER_EXE"
 
POL_Wine_WaitExit "$TITLE"
 
# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"
 
# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
 
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled
 
# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"
 
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001
 
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg
 
POL_Wine regedit disable-online-features.reg

POL_Wine_reboot
POL_System_TmpDelete
 
POL_Shortcut "AcroRd32.exe" "$TITLE"
POL_Shortcut_QuietDebug "$TITLE"
 
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
 
POL_SetupWindow_Close
exit

Antworten

Anonymous
Saturday 22 December 2018 at 11:58
Thank you!
Anonymous
Wednesday 2 January 2019 at 22:27
the latest sable version of wine at this time (3.0.4) is not available on PlayOnLinux but wine 3.0.2 is available on POL and works as well.
fabiogvb Thursday 20 December 2018 at 16:27
fabiogvb Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Nachricht

Please correct the script.

It works with

Differences

@@ -1,35 +1,35 @@
 #!/usr/bin/env playonlinux-bash
 # Date : (2015-11-02 15-09)
 # Last revision : (2018-12-21 11-04)
-# Wine version used : 1.9.0, 3.0.4
+# Wine version used : 1.9.0, 3.0.2
 # Distribution used to test : Ubuntu 14.04 LTS, Ubuntu 18.10
 # Author : Martins Bruvelis
- 
+  
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+  
 TITLE="Adobe Acrobat Reader DC"
 PREFIX="AdobeAcrobatReaderDC"
-WINEVERSION="3.0.4"
+WINEVERSION="3.0.2"
 EDITOR="Adobe Systems Inc."
 GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
 AUTHOR="Martins Bruvelis"
- 
- 
+  
+  
 # Initialization
 POL_SetupWindow_Init
- 
+  
 POL_Debug_Init
- 
+  
 # Presentation
 # POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
- 
+  
 # Create Prefix
 POL_System_TmpCreate "$PREFIX"
- 
+  
 POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
- 
+  
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
     POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
@@ -40,91 +40,91 @@
     POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
     INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
 fi
-
+ 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
- 
+  
 # Dependencies
 POL_Call POL_Install_mspatcha
 POL_Call POL_Install_vcrun2013
 POL_Call POL_Install_FontsSmoothRGB
- 
+  
 # Installation
 POL_Wine_WaitBefore "$TITLE"
- 
+  
 POL_Wine "$INSTALLER_EXE"
- 
+  
 POL_Wine_WaitExit "$TITLE"
- 
+  
 # Fix crashes
 # Disable and delete update service
 POL_Wine --ignore-errors sc stop "AdobeARMservice"
 POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
 POL_Wine --ignore-errors sc delete "AdobeARMservice"
- 
+  
 # Disable update service executables
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv armsvc.exe armsvc.exe_disabled
 mv AdobeARM.exe AdobeARM.exe_disabled
 mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
- 
+  
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
 mv RdrCEF.exe RdrCEF.exe_disabled
- 
+  
 # Disable update and online services in registry settings
 cd "$POL_System_TmpDir"
 echo -e 'REGEDIT4
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
 "bisFirstLaunch"=dword:00000000
 "bRHPSticky"=dword:00000001
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
 "bLastExitNormal"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
 "bShowInstallFTE"=dword:00000001
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
 @="acrord32.dll"
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
 @="acrord32.dll"
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
 "bUseMUI"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
 "bProtectedMode"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
 "iRememberView"=dword:00000002
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
 "bEnhancedSecurityInBrowser"=dword:00000000
 "bEnhancedSecurityStandalone"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
 "bNeedSynchronizer"=dword:00000000
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
- 
+  
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
 "bAcroSuppressUpsell"=dword:00000001
 "bUpdater"=dword:00000000
 "bUsageMeasurement"=dword:00000000
 "iProtectedView"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
 "bAllowUserToChangeMsgPrefs"=dword:00000000
 "bDontShowMsgWhenViewingDoc"=dword:00000000
 "bShowMsgAtLaunch"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
 "bAdobeSendPluginToggle"=dword:00000000
 "bDisableWebmail"=dword:00000001
@@ -133,14 +133,14 @@
 "bTogglePrefsSync"=dword:00000001
 "bToggleWebConnectors"=dword:00000001
 "bUpdater"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
 "bDisableSharePointFeatures"=dword:00000001
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
 "bNeedSynchronizer"=dword:00000000
 "bAdobeSendPluginToggle"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
 "bCommercialPDF"=dword:00000001
 "bDisableWebmail"=dword:00000001
@@ -148,28 +148,28 @@
 "bFindMoreCustomizationsOnline"=dword:00000000
 "bFindMoreWorkflowsOnline"=dword:00000000
 "bUpdater"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
 "iCheckReader"=dword:00000000
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
 "Enabled"="NO"
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
 "EULA"=dword:00000001
- 
+  
 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
 "Adobe ARM"=-' > disable-online-features.reg
- 
+  
 POL_Wine regedit disable-online-features.reg
-
+ 
 POL_Wine_reboot
 POL_System_TmpDelete
- 
+  
 POL_Shortcut "AcroRd32.exe" "$TITLE"
 POL_Shortcut_QuietDebug "$TITLE"
- 
+  
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
- 
+  
 POL_SetupWindow_Close
-exit
\ No newline at end of file
+exit

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02 15-09)
# Last revision : (2018-12-21 11-04)
# Wine version used : 1.9.0, 3.0.2
# Distribution used to test : Ubuntu 14.04 LTS, Ubuntu 18.10
# Author : Martins Bruvelis
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="3.0.2"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"
  
  
# Initialization
POL_SetupWindow_Init
  
POL_Debug_Init
  
# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
# Create Prefix
POL_System_TmpCreate "$PREFIX"
  
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
fi
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
  
# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB
  
# Installation
POL_Wine_WaitBefore "$TITLE"
  
POL_Wine "$INSTALLER_EXE"
  
POL_Wine_WaitExit "$TITLE"
  
# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"
  
# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
  
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled
  
# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
  
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"
  
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001
  
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg
  
POL_Wine regedit disable-online-features.reg
 
POL_Wine_reboot
POL_System_TmpDelete
  
POL_Shortcut "AcroRd32.exe" "$TITLE"
POL_Shortcut_QuietDebug "$TITLE"
  
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
  
POL_SetupWindow_Close
exit

Antworten

Anonymous
Thursday 20 December 2018 at 18:46
POL_SetupWindow_browse is not meant to provide a file URL. Also, please do not remove the original author from the script content

Editiert von: fabiogvb

ThE_MarD Tuesday 7 August 2018 at 5:46
ThE_MarD Anonymous

Nachricht

Heyyo, current release script does not work. Please update the script to the one from Monday 20 November 2017 at 11:56 as that one works with Adobe Acrobat Reader DC.

Antworten

hongchengni Friday 20 July 2018 at 10:59
hongchengni Anonymous

Nachricht

Hello,

I want to install Adobe Acrobat Reader DC on my desktop, but the installation failed. Could you please help me? The following is the debugging info:

 

PlayOnLinux debugging tool (v4.2.10)
-----------------------------------------------
Debugging: Adobe Acrobat Reader DC

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)
Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

Date: 07/20/18 10:52:38

> uname -a
  Linux newton 4.9.0-7-amd64 #1 SMP Debian 4.9.110-1 (2018-07-05) x86_64 GNU/Linux
> lsb_release -a
 
> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
  wine-1.8.7 (Debian 1.8.7-2)
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa DRI Intel(R) Kabylake GT2
> OpenGL libs
  check_dd_x86 missing, test skipped
  check_dd_amd64 missing, test skipped
> export
  declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x CLUTTER_IM_MODULE="xim"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"
declare -x DEBIAN_PACKAGE="TRUE"
declare -x DESKTOP="/home/nih/Desktop"
declare -x DESKTOP_SESSION="lightdm-xsession"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="lightdm-xsession"
declare -x GDM_LANG="en_US.utf8"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="14799"
declare -x GNUPGHOME="/home/nih/.PlayOnLinux//gpg"
declare -x GPG_AGENT_INFO="/run/user/1000/gnupg/S.gpg-agent:0:1"
declare -x GTK_IM_MODULE="ibus"
declare -x GTK_MODULES="gail:atk-bridge"
declare -x GTK_OVERLAY_SCROLLING="0"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/nih"
declare -x IGNORE_ICON_DIR="false"
declare -x LANG="en_US.UTF-8"
declare -x LANGUAGE="en_US:en"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="nih"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MATE_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x MD5_COMMAND="md5sum"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x OLDPWD="/home/nih/.PlayOnLinux/plugins"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/home/nih/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/wine"
declare -x PATH_ORIGIN="/home/nih/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/lib/wine"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="tMGJg7lvuVvl7gam2agM"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="48309583"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="15427"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="FALSE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/nih/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT4_IM_MODULE="ibus"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_IM_MODULE="ibus"
declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
declare -x REPERTOIRE="/home/nih/.PlayOnLinux/"
declare -x SCRIPTID="Adobe Acrobat Reader DC"
declare -x SED="sed"
declare -x SESSION_MANAGER="local/newton:@/tmp/.ICE-unix/879,unix/newton:/tmp/.ICE-unix/879"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AGENT_PID="926"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Adobe Acrobat Reader DC"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="nih"
declare -x VERSION="4.2.10"
declare -x WGETRC="/home/nih/.PlayOnLinux//configurations/wgetrc"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/nih/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/nih"
declare -x XAUTHORITY="/home/nih/.Xauthority"
declare -x XDG_CURRENT_DESKTOP="MATE"
declare -x XDG_DATA_DIRS="/usr/share/mate:/usr/local/share/:/usr/share/"
declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm/data/nih"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
declare -x XDG_SESSION_DESKTOP="lightdm-xsession"
declare -x XDG_SESSION_ID="2"
declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session0"
declare -x XDG_SESSION_TYPE="x11"
declare -x XDG_VTNR="7"
declare -x XMODIFIERS="@im=ibus"


07/20/18 10:52:49 - [POL_SetupWindow_icon_menu] Message: icon_menu answer: Download the program
07/20/18 10:52:49 - [POL_SetupWindow_InstallMethod] Message: Install method: DOWNLOAD
07/20/18 10:52:49 - [POL_Download] Message: Downloading http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe
07/20/18 10:52:57 - [POL_Download] Message: Download MD5 matches
07/20/18 10:52:57 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AdobeAcrobatReaderDC
07/20/18 10:52:57 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.9.0
07/20/18 10:52:57 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.9.0)...
07/20/18 10:52:57 - [POL_Wine_PrefixCreate] Message: Using wine 1.9.0
07/20/18 10:52:57 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.9.0, x86
07/20/18 10:52:58 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
07/20/18 10:52:58 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.9.0
07/20/18 10:52:58 - [POL_Wine] Message: Running wine-1.9.0 --version (Working directory : /home/nih/.PlayOnLinux/tmp/AdobeAcrobatReaderDC)
07/20/18 10:52:58 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
/usr/share/playonlinux/lib/wine.lib: line 568: /home/nih/.PlayOnLinux//wine/linux-x86/1.9.0/bin/wine: No such file or directory
07/20/18 10:52:58 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message

 

It seems the downloaded wine does not work. If I change to this directory "/home/nih/.PlayOnLinux//wine/linux-x86/1.9.0/bin/", and try to run "./wine", bash also tells me: "No such file or directory". It is strange. But the file "wine" does exist. "ll" of this directory shows:

total 4672
-rwxr-xr-x 1 nih nih    8187 Jan  2  2016 function_grep.pl
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 msiexec
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 notepad
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 regedit
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 regsvr32
-rwxr-xr-x 1 nih nih  403304 Jan  2  2016 widl
-rwxr-xr-x 1 nih nih    7612 Jan  2  2016 wine
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 wineboot
-rwxr-xr-x 1 nih nih  109612 Jan  2  2016 winebuild
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 winecfg
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 wineconsole
lrwxrwxrwx 1 nih nih       7 Jan  2  2016 winecpp -> winegcc
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 winedbg
-rwxr-xr-x 1 nih nih  166088 Jan  2  2016 winedump
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 winefile
lrwxrwxrwx 1 nih nih       7 Jan  2  2016 wineg++ -> winegcc
-rwxr-xr-x 1 nih nih   33852 Jan  2  2016 winegcc
-rwxr-xr-x 1 nih nih   95056 Jan  2  2016 winemaker
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 winemine
-rwxr-xr-x 1 nih nih    1937 Jan  2  2016 winepath
-rwxr-xr-x 1 nih nih   12832 Jan  2  2016 wine-preloader
-rwxr-xr-x 1 nih nih  449024 Jan  2  2016 wineserver
-rwxr-xr-x 1 nih nih 1594264 Jan  2  2016 wmc
-rwxr-xr-x 1 nih nih 1838324 Jan  2  2016 wrc

 

Antworten

Anonymous
Saturday 21 July 2018 at 11:44
By the way, using the updated script below with wine 2.21 and Adobe Reader DC 18, the problem persists. It still gives the same error.
Anonymous
Saturday 21 July 2018 at 12:19
It turns out that I need to install gcc-multilib to run wine. But afterwards, another fatal error comes: [main] Fatal: Could not find program directory! What does this mean? I find two other people below having the same problem. Would anyone know how to solve this? Thanks!
Anonymous
Tuesday 28 August 2018 at 12:55
It turns out I need to do the following:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32
Problem solved. Thanks.
anyb Wednesday 20 June 2018 at 19:23
anyb Anonymous

Nachricht

I updated my wine config to 3.9 (x86) on Ubuntu 18.04 and it still runs well (from my limited testing).

Can anyone find a reason/bug not to update this script to a newer wine version?

Antworten

David Stanford Sunday 15 April 2018 at 20:12
David Stanford Anonymous

Nachricht

Hello. How do I fix a stalled installation of Adobe Reader DC using PlayonLinux in Xubuntu 17.10? I have tried to download and install Adobe Reader DC using PlayonLinux. I was able to install PlayonLinux and successfully started downloading all the files, including Wine. (I think it also installed a version of Windows XP... but I'm not sure.) However, at some point (while I was out of the room) the process of installing Adobe Reader DC got hung up, with this message from PlayonLinux: "PlayonLinux has encountered a fatal error. PlayonLinux will stop the installation process. ... Error in main. Could not find program directory!" I have no idea what this means. I'm not a techy person and I have no knowledge of using command lines. Is there a solution that might work for me please? Thank you!

Antworten

jppialasse Friday 16 March 2018 at 3:52
jppialasse Anonymous

Nachricht

works great except for using the signature tool. The program crash every time you select the tool

Antworten

Anonymous
Tuesday 20 August 2019 at 17:30
Same. This is the primary reason evince and the like won't work for me, so this is _the_ feature to have.
Anonymous
Wednesday 13 May 2020 at 1:19
Yep same and as thus useless. I found that I do not need this mediocre software at all as you can sign using GIMP and Xournal.
ukos Monday 5 February 2018 at 22:59
ukos Anonymous

Nachricht

installer rev 2016-01-13 17-01 is not running on ubuntu 17.10

Antworten

martins Monday 20 November 2017 at 11:56
martins

Warning

This update has not been approved yet by the team.
Use it at your own risk

Nachricht

Upldated download URL, md5sum, and Wine versions.

Differences

@@ -1,35 +1,35 @@
 #!/usr/bin/env playonlinux-bash
 # Date : (2015-11-02 15-09)
-# Last revision : (2016-01-13 17-01)
-# Wine version used : 1.9.0
-# Distribution used to test : Ubuntu 14.04 LTS
+# Last revision : (2017-11-20 11-38)
+# Wine version used : 2.21
+# Distribution used to test : Ubuntu 16.04 LTS
 # Author : Martins Bruvelis
-
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 TITLE="Adobe Acrobat Reader DC"
 PREFIX="AdobeAcrobatReaderDC"
-WINEVERSION="1.9.0"
+WINEVERSION="2.21"
 EDITOR="Adobe Systems Inc."
 GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
 AUTHOR="Martins Bruvelis"
-
-
+ 
+ 
 # Initialization
 POL_SetupWindow_Init
-
+ 
 POL_Debug_Init
-
+ 
 # Presentation
 # POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
-
+ 
 # Create Prefix
 POL_System_TmpCreate "$PREFIX"
-
+ 
 POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
-
+ 
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
     POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
@@ -37,100 +37,100 @@
 elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
 then
     cd "$POL_System_TmpDir"
-    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
-    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
+    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1800920044/AcroRdrDC1800920044_en_US.exe" "784b5f664e5917e233d925726e393a52"
+    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1800920044_en_US.exe"
 fi
-
+ 
 # Create Prefix
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
-
+ 
 # Configuration
 Set_OS "winxp"
-
+ 
 # Dependencies
 POL_Call POL_Install_mspatcha
 POL_Call POL_Install_vcrun2013
 POL_Call POL_Install_FontsSmoothRGB
-
+ 
 # Installation
 POL_Wine_WaitBefore "$TITLE"
-
-Set_OS "win7"
-
+ 
+Set_OS "win10"
+ 
 POL_Wine "$INSTALLER_EXE"
-
+ 
 POL_Wine_WaitExit "$TITLE"
-
+ 
 # Fix crashes
 # Disable and delete update service
 POL_Wine --ignore-errors sc stop "AdobeARMservice"
 POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
 POL_Wine --ignore-errors sc delete "AdobeARMservice"
-
+ 
 # Disable update service executables
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv armsvc.exe armsvc.exe_disabled
 mv AdobeARM.exe AdobeARM.exe_disabled
 mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
-
+ 
 cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
 mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
 mv RdrCEF.exe RdrCEF.exe_disabled
-
+ 
 # Disable update and online services in registry settings
 cd "$POL_System_TmpDir"
 echo -e 'REGEDIT4
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
 "bisFirstLaunch"=dword:00000000
 "bRHPSticky"=dword:00000001
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
 "bLastExitNormal"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
 "bShowInstallFTE"=dword:00000001
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
 @="acrord32.dll"
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
 @="acrord32.dll"
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
 "bUseMUI"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
 "bProtectedMode"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
 "iRememberView"=dword:00000002
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
 "bEnhancedSecurityInBrowser"=dword:00000000
 "bEnhancedSecurityStandalone"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
 "bNeedSynchronizer"=dword:00000000
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
-
+ 
 [HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
 "bAcroSuppressUpsell"=dword:00000001
 "bUpdater"=dword:00000000
 "bUsageMeasurement"=dword:00000000
 "iProtectedView"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
 "bAllowUserToChangeMsgPrefs"=dword:00000000
 "bDontShowMsgWhenViewingDoc"=dword:00000000
 "bShowMsgAtLaunch"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
 "bAdobeSendPluginToggle"=dword:00000000
 "bDisableWebmail"=dword:00000001
@@ -139,14 +139,14 @@
 "bTogglePrefsSync"=dword:00000001
 "bToggleWebConnectors"=dword:00000001
 "bUpdater"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
 "bDisableSharePointFeatures"=dword:00000001
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
 "bNeedSynchronizer"=dword:00000000
 "bAdobeSendPluginToggle"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
 "bCommercialPDF"=dword:00000001
 "bDisableWebmail"=dword:00000001
@@ -154,29 +154,29 @@
 "bFindMoreCustomizationsOnline"=dword:00000000
 "bFindMoreWorkflowsOnline"=dword:00000000
 "bUpdater"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
 "iCheckReader"=dword:00000000
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
 "Enabled"="NO"
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
 "EULA"=dword:00000001
-
+ 
 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
 "Adobe ARM"=-' > disable-online-features.reg
-
+ 
 POL_Wine regedit disable-online-features.reg
-
+ 
 Set_OS "winxp"
 POL_Wine_reboot
 POL_System_TmpDelete
-
+ 
 POL_Shortcut "AcroRd32.exe" "$TITLE"
 POL_Shortcut_QuietDebug "$TITLE"
-
+ 
 POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
-
+ 
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02 15-09)
# Last revision : (2017-11-20 11-38)
# Wine version used : 2.21
# Distribution used to test : Ubuntu 16.04 LTS
# Author : Martins Bruvelis
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="2.21"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"
 
 
# Initialization
POL_SetupWindow_Init
 
POL_Debug_Init
 
# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Create Prefix
POL_System_TmpCreate "$PREFIX"
 
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1800920044/AcroRdrDC1800920044_en_US.exe" "784b5f664e5917e233d925726e393a52"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1800920044_en_US.exe"
fi
 
# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Configuration
Set_OS "winxp"
 
# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB
 
# Installation
POL_Wine_WaitBefore "$TITLE"
 
Set_OS "win10"
 
POL_Wine "$INSTALLER_EXE"
 
POL_Wine_WaitExit "$TITLE"
 
# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"
 
# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
 
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled
 
# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
 
[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000
 
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"
 
[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001
 
[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg
 
POL_Wine regedit disable-online-features.reg
 
Set_OS "winxp"
POL_Wine_reboot
POL_System_TmpDelete
 
POL_Shortcut "AcroRd32.exe" "$TITLE"
POL_Shortcut_QuietDebug "$TITLE"
 
POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
 
POL_SetupWindow_Close
exit

Antworten

Anonymous
Wednesday 29 November 2017 at 13:57
Hi ! I have the same problem that boeleman mentionned in May 2016, which is getting an error message when you normally (with the cross button) quit the application, that says :
"Error in POL_Wine
Wine seems to have crashed
If your program is running, just ignore this message"
Does that patch fix this issue ?
Anonymous
Wednesday 29 November 2017 at 14:06
I have the .desktop file in my /usr/share/applications, and Adobe Acrobat Reader DC is set as the default pdf opener, maybe that has something to do with the bug ?
It occurs at another time : When I double click a pdf, it opens it correctly with AARDC, then I double click on another pdf, and this time, it also opens it correctly in AARDC, but the same error message appears "Error in POL_Wine...." (but the app doesn't crash, it works).
Anonymous
Monday 5 February 2018 at 22:57
works on ubuntu 17.10. The old installer using wine 1.9.0 is not working anymore.
Thank you for the update!
Anonymous
Wednesday 20 June 2018 at 17:28
Hi! This script works as designed. That means, it installs Adobe Acrobat Reader DC without online services. But I would like to access to my Adobe account. To accomplish this task, I removed all lines from this script that make changes to the registry. After that, the program still install OK and its possible to open the dialog box for sign in (I was happy so far). But, when I enter my credentials (email and password), I get the following error in JSON from Acrobat Reader: {"error":"bad_request","error_description":"unsupported method POST please try with [GET]"}. Do you have an idea how to correct (or workaround) this? Thanks for your help!
Anonymous
Tuesday 7 August 2018 at 5:47
Heyyo, please update the release script to this one. Current release script does not work with Adobe Acrobat Reader DC.
Anonymous
Saturday 14 November 2020 at 16:21
If you just want to suppress the "wine seems to have crashed" error message on exit when using the desktop shortcut, you can edit the shortcut so that it runs this:


/usr/bin/env POL_IgnoreWineErrors=True /usr/share/playonlinux/playonlinux --run "Adobe Acrobat Reader DC" %F

 
inksi Monday 13 November 2017 at 14:52
inksi Anonymous

Nachricht

Hi,

We ran this well on Mint 17 but on an upgrade (full backup and install) to Mint 18.2 we cannot get this to run.

I installed from the package manner then have uninstalled all Wine and PlayOnLinux and reinstalled from the tar file on this site (PlayOnLinux_4.2.12.tar.gz) I have downloaded the correct file from Adobe thus trying to get a working install from POL default as well as using my own Adobe file. No success.

I have POL 4.2.12 which installed Wine 1.9.0 for this Adobe Reader DC. The previous Mint 17 install was only done ealier this year so not very far back in the chain.

I note that we get the same error everytime from first install attempt.

"Error in POL_Wine
Wine seems to have crashed

If your program is running, just ignore this message"

.. but not running.

I note the following logged:

wine client error:0: version mismatch 491/447.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.

Not sure what to do here since I thought that POL installs its own wine version as needed?

Thanks for any help.

inksi

 

 

 

Antworten

Anonymous
Sunday 19 November 2017 at 13:57
I solved this by studying the error message and determining the wine/playlinux synergy.
Anonymous
Sunday 19 November 2017 at 14:01
The issue was that I had done a full restore upgrade to mint 18 and thus restored the original playonlinux files from home directory. I deleted the .playonlinux & .wine directories (set permissions to do this) and then reinstalled playonlinux by running the downloaded .deb file for ubuntu.
Anonymous
Sunday 19 November 2017 at 14:10
The issue noted above ""Adobe Acrobat Reader DC cannot open in Protected Mode, on first run select 'Always open with Protected Mode disabled' " needs some comment. First, this is an Adobe setting under Edit/ Preferences/ Security(Enhanced) and not a wine or playonlinux setting. Next, when you restart you will be asked to confirm this so select the 'always start ... ' radio button in the choices offered. If you missed this the first time around, then you can use the PlayOnLinux option Configure/ Wine/ Windows Reboot and restart again 'first time'. Hope this helps.
Nathan R Monday 27 March 2017 at 15:35
Nathan R Anonymous

Nachricht

I was able to get it on a reboot. Still no pkcs11 support that I can figure out but it looks good!

Antworten

Nathan R Monday 27 March 2017 at 14:39
Nathan R Anonymous

Nachricht

Hi! Gave this a shot and was not able to install. Here are my logs:

 

 

PlayOnLinux debugging tool (v4.2.10)
-----------------------------------------------
Debugging: Adobe Acrobat Reader DC

Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix)
Please do not use this logfile on winehq forum, this logfile is not interesting for wine debugging.

Date: 03/27/17 08:27:03

> uname -a
  Linux nathan-Lenovo-G505s 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a
 
> wine --version (Be careful; this version might not be the version used
in the script. Read the content of this file for more information)
  wine-1.6.2
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)
> OpenGL libs
  check_dd_x86 missing, test skipped
  check_dd_amd64 missing, test skipped
> export
  declare -x AMD64_COMPATIBLE="True"
declare -x APPLICATION_TITLE="PlayOnLinux"
declare -x CINNAMON_SLOWDOWN_FACTOR="0.0001"
declare -x CINNAMON_SOFTWARE_RENDERING="1"
declare -x CINNAMON_VERSION="3.2.6"
declare -x DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-bcuVBOqjpx,guid=65109cde71221cf0bad1612258d8f4c6"
declare -x DEBIAN_PACKAGE="TRUE"
declare -x DEFAULTS_PATH="/usr/share/gconf/cinnamon.default.path"
declare -x DESKTOP="/home/nathan/Desktop"
declare -x DESKTOP_SESSION="cinnamon"
declare -x DISPLAY=":0"
declare -x DONT_MONITOR="1"
declare -x DYLDPATH_ORIGIN=""
declare -x DYLD_LIBRARY_PATH=""
declare -x GDMSESSION="cinnamon"
declare -x GDM_XSERVER_LOCATION="local"
declare -x GECKO_SITE="http://wine.playonlinux.com/gecko"
declare -x GIO_LAUNCHED_DESKTOP_FILE="/usr/share/applications/PlayOnLinux.desktop"
declare -x GIO_LAUNCHED_DESKTOP_FILE_PID="15570"
declare -x GJS_DEBUG_OUTPUT="stderr"
declare -x GJS_DEBUG_TOPICS="JS ERROR;JS LOG"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x GNUPGHOME="/home/nathan/.PlayOnLinux//gpg"
declare -x GTK_MODULES="gail:atk-bridge"
declare -x GTK_OVERLAY_SCROLLING="1"
declare -x G_FILENAME_ENCODING="UTF-8"
declare -x HOME="/home/nathan"
declare -x IGNORE_ICON_DIR="false"
declare -x LANG="en_US.UTF-8"
declare -x LD_32_PATH_ORIGIN=""
declare -x LD_LIBRARY_PATH=""
declare -x LD_PATH_ORIGIN=""
declare -x LOGNAME="nathan"
declare -x MACHTYPE="x86_64-pc-linux-gnu"
declare -x MANDATORY_PATH="/usr/share/gconf/cinnamon.mandatory.path"
declare -x MD5_COMMAND="md5sum"
declare -x MDMSESSION="cinnamon"
declare -x MDM_LANG="en_US.UTF-8"
declare -x MDM_XSERVER_LOCATION="local"
declare -x MONO_SITE="http://wine.playonlinux.com/mono"
declare -x MUFFIN_NO_SHADOWS="1"
declare -x OLDPWD="/home/nathan/.PlayOnLinux/plugins"
declare -x OS_NAME="linux"
declare -x OpenGL32="1"
declare -x OpenGL64="1"
declare -x PATH="/home/nathan/bin:/home/nathan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
declare -x PATH_ORIGIN="/home/nathan/bin:/home/nathan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
declare -x PLAYONLINUX="/usr/share/playonlinux"
declare -x POL_ARCH="x86"
declare -x POL_COOKIE="Q9wCGXyx3qSa6OoS3yNY"
declare -x POL_CURL="curl"
declare -x POL_DNS="playonlinux.com"
declare -x POL_HOST="127.0.0.1"
declare -x POL_ID="59125837"
declare -x POL_LANG="en"
declare -x POL_OS="Linux"
declare -x POL_PORT="30000"
declare -x POL_PYTHON="python"
declare -x POL_SetupWindow_ID="19198"
declare -x POL_TERM="x-terminal-emulator"
declare -x POL_UPTODATE="TRUE"
declare -x POL_USER_ARCH="x86"
declare -x POL_USER_ROOT="/home/nathan/.PlayOnLinux/"
declare -x POL_WGET="env LD_LIBRARY_PATH=\"\" wget --prefer-family=IPv4 -q"
declare -x PWD="/usr/share/playonlinux/python"
declare -x QT_ACCESSIBILITY="1"
declare -x QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
declare -x QT_QPA_PLATFORMTHEME="qgnomeplatform"
declare -x QT_STYLE_OVERRIDE="gtk"
declare -x REPERTOIRE="/home/nathan/.PlayOnLinux/"
declare -x SCRIPTID="Adobe Acrobat Reader DC"
declare -x SED="sed"
declare -x SESSION_MANAGER="local/nathan-Lenovo-G505s:@/tmp/.ICE-unix/2043,unix/nathan-Lenovo-G505s:/tmp/.ICE-unix/2043"
declare -x SETUPWINDOW_INIT="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SITE="http://repository.playonlinux.com"
declare -x SSH_AGENT_PID="2116"
declare -x SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
declare -x TEXTDOMAIN="pol"
declare -x TITLE="Adobe Acrobat Reader DC"
declare -x TITRE="PlayOnLinux"
declare -x UBUNTU_MENUPROXY="0"
declare -x USER="nathan"
declare -x USERNAME="nathan"
declare -x VERSION="4.2.10"
declare -x WGETRC="/home/nathan/.PlayOnLinux//configurations/wgetrc"
declare -x WINDOWPATH="8"
declare -x WINEDLLOVERRIDES="winemenubuilder.exe=d"
declare -x WINEPREFIX="/home/nathan/.PlayOnLinux//wineprefix/default"
declare -x WINE_SITE="http://wine.playonlinux.com/binaries"
declare -x WorkingDirectory="/home/nathan"
declare -x XAUTHORITY="/home/nathan/.Xauthority"
declare -x XDG_CONFIG_DIRS="/etc/xdg/xdg-cinnamon:/etc/xdg"
declare -x XDG_CURRENT_DESKTOP="X-Cinnamon"
declare -x XDG_DATA_DIRS="/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/"
declare -x XDG_RUNTIME_DIR="/run/user/1000"
declare -x XDG_SEAT="seat0"
declare -x XDG_SESSION_COOKIE="5ab3c275b7304ed3b8aeef9ffcc37eb4-1490613445.378244-906640446"
declare -x XDG_SESSION_DESKTOP="cinnamon"
declare -x XDG_SESSION_ID="c1"
declare -x XDG_VTNR="8"


03/27/17 08:27:22 - [POL_SetupWindow_icon_menu] Message: icon_menu answer: Download the program
03/27/17 08:27:22 - [POL_SetupWindow_InstallMethod] Message: Install method: DOWNLOAD
03/27/17 08:27:22 - [POL_Download] Message: Downloading http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe
03/27/17 08:27:51 - [POL_Download] Message: Download MD5 matches
03/27/17 08:27:51 - [POL_Wine_SelectPrefix] Message: Selecting prefix: AdobeAcrobatReaderDC
03/27/17 08:27:51 - [POL_System_SetArch] Message: POL_ARCH set to x86
03/27/17 08:27:51 - [POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.9.0
03/27/17 08:27:51 - [POL_Wine_PrefixCreate] Message: Creating prefix (1.9.0)...
03/27/17 08:27:51 - [POL_Wine_PrefixCreate] Message: Prefix already exists
03/27/17 08:28:08 - [POL_SetupWindow_menu] Message: menu answer: Erase (virtual drive content will be lost)
03/27/17 08:28:08 - [POL_Wine_PrefixCreate] Message: Erase Prefix
03/27/17 08:28:09 - [POL_Wine_PrefixCreate] Message: Using wine 1.9.0
03/27/17 08:28:09 - [POL_Wine_InstallVersion] Message: Installing wine version path: 1.9.0, x86
03/27/17 08:28:09 - [POL_Config_PrefixWrite] Message: Prefix config write: ARCH x86
03/27/17 08:28:09 - [POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.9.0
03/27/17 08:28:10 - [POL_Wine] Message: Running wine-1.9.0 --version (Working directory : /home/nathan/.PlayOnLinux/shortcuts)
03/27/17 08:28:10 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
wine-1.9.0
03/27/17 08:28:10 - [POL_Wine] Message: Wine return: 0
03/27/17 08:28:32 - [POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name
03/27/17 08:28:32 - [POL_Wine] Message: Running wine-1.9.0 cmd /c echo %ProgramFiles% (Working directory : /home/nathan/.PlayOnLinux/shortcuts)
03/27/17 08:28:32 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
C:\Program Files
03/27/17 08:28:34 - [POL_Wine] Message: Wine return: 0
03/27/17 08:28:37 - [Set_OS] Message: Setting Windows OS to winxp
03/27/17 08:28:37 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/nathan/.PlayOnLinux/shortcuts)
03/27/17 08:28:37 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html
03/27/17 08:28:38 - [POL_Wine] Message: Wine return: 0
03/27/17 08:28:38 - [POL_Call] Message: Calling POL_Install_mspatcha
03/27/17 08:28:39 - [POL_Call] Message: ----- Starting function POL_Install_mspatcha -----
03/27/17 08:28:39 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_mspatcha
03/27/17 08:28:39 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/27/17 08:28:39 - [POL_Source] Message: POL GPG : Good signature
03/27/17 08:28:39 - [POL_Call] Message: Calling POL_SP2_Extract
03/27/17 08:28:39 - [POL_Call] Message: ----- Starting function POL_SP2_Extract -----
03/27/17 08:28:39 - [POL_GPG_auth_script] Message: Checking signature of POL_SP2_Extract
03/27/17 08:28:39 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/27/17 08:28:39 - [POL_Source] Message: POL GPG : Good signature
03/27/17 08:28:39 - [POL_Download_Resource] Message: Downloading resource http://download.windowsupdate.com/msdownload/update/software/svpk/2008/04/windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe
03/27/17 08:30:20 - [POL_SetupWindow_question] Message: question answer: TRUE
03/27/17 08:30:20 - [POL_Download_Resource] Message: Downloading resource http://download.windowsupdate.com/msdownload/update/software/svpk/2008/04/windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe
03/27/17 08:30:26 - [POL_SetupWindow_question] Message: question answer: FALSE
03/27/17 08:30:26 - [POL_Download_Resource] Error: error during download! (2 attempt)
03/27/17 08:30:48 - [source] Message: Extract i386/mspatcha.dl_ from windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe
03/27/17 08:30:48 - [source] Message: Extract mspatcha.dll from i386/mspatcha.dl_
03/27/17 08:30:48 - [source] Message: Move mspatcha.dll to /home/nathan/.PlayOnLinux/wineprefix/AdobeAcrobatReaderDC/drive_c/windows/system32
03/27/17 08:30:48 - [POL_Call] Message: ----- Ending function POL_SP2_Extract -----
03/27/17 08:30:49 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
03/27/17 08:30:49 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/nathan/.PlayOnLinux/wineprefix/AdobeAcrobatReaderDC/drive_c/windows/system32)
03/27/17 08:30:50 - [POL_Wine] Message: Wine return: 0
03/27/17 08:30:50 - [POL_Call] Message: ----- Ending function POL_Install_mspatcha -----
03/27/17 08:30:50 - [POL_Call] Message: Calling POL_Install_vcrun2013
03/27/17 08:30:51 - [POL_Call] Message: ----- Starting function POL_Install_vcrun2013 -----
03/27/17 08:30:51 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_vcrun2013
03/27/17 08:30:51 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/27/17 08:30:51 - [POL_Source] Message: POL GPG : Good signature
03/27/17 08:30:51 - [source] Message: Installing vcrun2013...
03/27/17 08:30:51 - [POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe
03/27/17 08:30:51 - [POL_Download_Resource] Message: Resource already present
03/27/17 08:30:51 - [POL_System_cabextract] Message: Starting cabextract /home/nathan/.PlayOnLinux//tmp/vcrun2013/vcredist_x86.exe
03/27/17 08:30:51 - [POL_System_cabextract] Message: cabextract ok
03/27/17 08:30:52 - [POL_System_cabextract] Message: Starting cabextract /home/nathan/.PlayOnLinux//tmp/vcrun2013/a2
03/27/17 08:30:52 - [POL_System_cabextract] Message: cabextract ok
03/27/17 08:30:52 - [POL_System_cabextract] Message: Starting cabextract /home/nathan/.PlayOnLinux//tmp/vcrun2013/a3
03/27/17 08:30:53 - [POL_System_cabextract] Message: cabextract ok
03/27/17 08:30:53 - [source] Message: Copying DLL files...
03/27/17 08:30:53 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
03/27/17 08:30:54 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/nathan/.PlayOnLinux/tmp/vcrun2013)
03/27/17 08:30:55 - [POL_Wine] Message: Wine return: 0
03/27/17 08:30:55 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
03/27/17 08:30:56 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/nathan/.PlayOnLinux/tmp/vcrun2013)
03/27/17 08:30:56 - [POL_Wine] Message: Wine return: 0
03/27/17 08:30:56 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
03/27/17 08:30:56 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/nathan/.PlayOnLinux/tmp/vcrun2013)
03/27/17 08:30:56 - [POL_Wine] Message: Wine return: 0
03/27/17 08:30:56 - [POL_Wine_OverrideDLL] Message: Overriding DLLs
03/27/17 08:30:57 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/nathan/.PlayOnLinux/tmp/vcrun2013)
03/27/17 08:30:57 - [POL_Wine] Message: Wine return: 0
03/27/17 08:30:57 - [source] Message: Cleaning tmp folder...
03/27/17 08:30:57 - [POL_Call] Message: ----- Ending function POL_Install_vcrun2013 -----
03/27/17 08:30:57 - [POL_Call] Message: Calling POL_Install_FontsSmoothRGB
03/27/17 08:30:57 - [POL_Call] Message: ----- Starting function POL_Install_FontsSmoothRGB -----
03/27/17 08:30:57 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_FontsSmoothRGB
03/27/17 08:30:57 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/27/17 08:30:57 - [POL_Source] Message: POL GPG : Good signature
03/27/17 08:30:57 - [POL_Call] Message: Calling POL_Function_FontsSmoothRGB
03/27/17 08:30:58 - [POL_Call] Message: ----- Starting function POL_Function_FontsSmoothRGB -----
03/27/17 08:30:58 - [POL_GPG_auth_script] Message: Checking signature of POL_Function_FontsSmoothRGB
03/27/17 08:30:58 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
03/27/17 08:30:58 - [POL_Source] Message: POL GPG : Good signature
03/27/17 08:30:58 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/fontsaa.reg (Working directory : /home/nathan/.PlayOnLinux/tmp)
03/27/17 08:30:59 - [POL_Wine] Message: Wine return: 0
03/27/17 08:30:59 - [POL_Call] Message: ----- Ending function POL_Function_FontsSmoothRGB -----
03/27/17 08:30:59 - [POL_Call] Message: ----- Ending function POL_Install_FontsSmoothRGB -----
03/27/17 08:30:59 - [Set_OS] Message: Setting Windows OS to win7
03/27/17 08:30:59 - [POL_Wine] Message: Running wine-1.9.0 regedit /home/nathan/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/nathan/.PlayOnLinux/tmp)
03/27/17 08:30:59 - [POL_Wine] Message: Wine return: 0
03/27/17 08:30:59 - [POL_System_CheckFS] Message: Checking filesystem for /home/nathan/.PlayOnLinux//tmp/AdobeAcrobatReaderDC/AcroRdrDC1501020056_en_US.exe
03/27/17 08:30:59 - [POL_Wine] Message: Running wine-1.9.0 /home/nathan/.PlayOnLinux//tmp/AdobeAcrobatReaderDC/AcroRdrDC1501020056_en_US.exe (Working directory : /home/nathan/.PlayOnLinux/tmp)
fixme:thread:GetThreadPreferredUILanguages 56, 0x32f810, 0x32f820 0x32f814
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:ver:GetCurrentPackageId (0x55bea08 (nil)): stub
fixme:shell:InitNetworkAddressControl stub
fixme:thread:GetThreadPreferredUILanguages 56, 0x33fa54, 0x33fa64 0x33fa58
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:ver:GetCurrentPackageId (0x57ea08 (nil)): stub
fixme:shell:InitNetworkAddressControl stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:msi_parse_patch_summary patch obsoletes L"{AC76BA86-7AD7-0000-2550-AC0F084E7200}{AC76BA86-7AD7-0000-2550-AC0F094E6500}{AC76BA86-7AD7-0000-2550-AC0F094E6700}{AC76BA86-7AD7-0000-2550-AC0F094E6D00}{AC76BA86-7AD7-0000-2550-AC0F094E6F00}"
fixme:mspatcha:ApplyPatchToFileW stub - L"C:\\users\\nathan\\Temp\\msi3b77.tmp", L"C:\\Program Files\\Adobe\\Acrobat Reader DC\\Reader\\A3DUtils.dll", L"C:\\users\\nathan\\Temp\\msi3da5.tmp", 00000000
err:msi:ACTION_PatchFiles Failed to apply patch to file: L"a3dutils.dll"
err:msi:ITERATE_Actions Execution halted, action L"PatchFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
03/27/17 08:33:00 - [POL_Wine] Error: Wine seems to have crashed\n\nIf your program is running, just ignore this message
03/27/17 08:33:12 - [POL_Wine] Message: Wine return: 67
03/27/17 08:33:12 - [POL_Wine] Message: Running wine-1.9.0 sc stop AdobeARMservice (Working directory : /home/nathan/.PlayOnLinux/tmp)
03/27/17 08:33:13 - [POL_Wine] Message: Wine return: 1
03/27/17 08:33:13 - [POL_Wine] Message: Running wine-1.9.0 sc config AdobeARMservice start=disabled (Working directory : /home/nathan/.PlayOnLinux/tmp)
fixme:sc:wmain command not supported
03/27/17 08:33:13 - [POL_Wine] Message: Wine return: 1
03/27/17 08:33:14 - [POL_Wine] Message: Running wine-1.9.0 sc delete AdobeARMservice (Working directory : /home/nathan/.PlayOnLinux/tmp)
03/27/17 08:33:14 - [POL_Wine] Message: Wine return: 1
03/27/17 08:33:14 - [main] Fatal: Could not find program directory!
03/27/17 08:33:27 - [POL_SetupWindow_Close] Message: Closing window for pid 19198
03/27/17 08:33:29 - [POL_SetupWindow_question] Message: question answer: TRUE

 

Antworten

abraxas Wednesday 24 August 2016 at 22:24
abraxas Anonymous

Nachricht

Obviously the download link has broken.

Antworten

Anonymous
Friday 6 January 2017 at 19:37
Works for me with current version of the script.
7z4r Thursday 28 July 2016 at 3:31
7z4r Anonymous

Nachricht

Many thanks, you saved me lots of trouble! I had one specific .pdf to edit and certain parts work only in adobe - not on other alternatives...

Antworten

boeleman Friday 27 May 2016 at 2:55
boeleman Anonymous

Nachricht

The program seems to run well. I found one issue however. I made a shortcut on my desktop and when I run acrobat by clicking on this shortcut I get the following message when I exit:

Error in POL_Wine
Wine seems to have crashed

If your program is running, just ignore this message

Antworten

dev.kkan Friday 22 April 2016 at 12:22
dev.kkan Anonymous

Nachricht

Hello ,

Its not able to install ,

please provide new file

Thanks & regards

Dev.

 

Antworten

Saturday 23 April 2016 at 20:27
Just tested that the installation worked on clean installation Ubuntu 16.04 64-bit, with PlayOnLinux 4.2.10.

Please provide additional details.
Saturday 23 April 2016 at 20:27
Just tested that the installation worked on clean installation Ubuntu 16.04 64-bit, with PlayOnLinux 4.2.10.

Please provide additional details.
Saturday 23 April 2016 at 20:32
If you are having error "Fail to creat Main Dialog", did you provide your own Adobe Acrobat Reader DC installation file (.exe) or used the "Download" option during installation? It could be that by providing your own installation file, you did not provide Adobe Acrobat Reader DC but some older version such as Adobe Reader 10, that is not supported by this installation script.
Anonymous
Thursday 28 April 2016 at 13:36
I am using POL 4.2.10 on ubantu12.04 lts 32bit,
Anonymous
Saturday 7 January 2017 at 0:06
My installer also crashes with "Failed to create main dialog".
This happens with this install script here or when I run the setup.exe
directly.
Any idea what might cause this?
Anonymous
Saturday 7 January 2017 at 0:07
Forgot my specs:
Linux Mint 17.3, POL 4.2.2, Kernel 3.19.0-32 (Ubuntu 14.04.)
martins Wednesday 13 January 2016 at 16:09
martins

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,7 +1,7 @@
 #!/usr/bin/env playonlinux-bash
 # Date : (2015-11-02 15-09)
-# Last revision : (2016-01-92 21-35)
-# Wine version used : 1.7.54
+# Last revision : (2016-01-13 17-01)
+# Wine version used : 1.9.0
 # Distribution used to test : Ubuntu 14.04 LTS
 # Author : Martins Bruvelis
 
@@ -37,8 +37,8 @@
 elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
 then
     cd "$POL_System_TmpDir"
-    POL_Download "ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500920069/AcroRdrDC1500920069_en_US.exe" "7dcf9068798b90fae0b25b5e99a36678"
-    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1500920069_en_US.exe"
+    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
+    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
 fi
 
 # Create Prefix

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02 15-09)
# Last revision : (2016-01-13 17-01)
# Wine version used : 1.9.0
# Distribution used to test : Ubuntu 14.04 LTS
# Author : Martins Bruvelis

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="1.9.0"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"


# Initialization
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_System_TmpCreate "$PREFIX"

POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1501020056/AcroRdrDC1501020056_en_US.exe" "3a28dc6cb03067b0609b6007c16eec4a"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1501020056_en_US.exe"
fi

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB

# Installation
POL_Wine_WaitBefore "$TITLE"

Set_OS "win7"

POL_Wine "$INSTALLER_EXE"

POL_Wine_WaitExit "$TITLE"

# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"

# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled

# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]

[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]

[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"

[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001

[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg

POL_Wine regedit disable-online-features.reg

Set_OS "winxp"
POL_Wine_reboot
POL_System_TmpDelete

POL_Shortcut "AcroRd32.exe" "$TITLE"
POL_Shortcut_QuietDebug "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"

POL_SetupWindow_Close
exit

Antworten

Wednesday 13 January 2016 at 16:13
Updated Adobe Acrobat Reader DC installer download URL to latest version 2015.010.20056 and switched to faster HTTP download URL (from FTP).
martins Saturday 9 January 2016 at 20:53
martins

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,182 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2015-11-02 15-09)
+# Last revision : (2016-01-92 21-35)
+# Wine version used : 1.7.54
+# Distribution used to test : Ubuntu 14.04 LTS
+# Author : Martins Bruvelis
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Adobe Acrobat Reader DC"
+PREFIX="AdobeAcrobatReaderDC"
+WINEVERSION="1.9.0"
+EDITOR="Adobe Systems Inc."
+GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
+AUTHOR="Martins Bruvelis"
+
+
+# Initialization
+POL_SetupWindow_Init
+
+POL_Debug_Init
+
+# Presentation
+# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Create Prefix
+POL_System_TmpCreate "$PREFIX"
+
+POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
+
+if [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
+    INSTALLER_EXE="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500920069/AcroRdrDC1500920069_en_US.exe" "7dcf9068798b90fae0b25b5e99a36678"
+    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1500920069_en_US.exe"
+fi
+
+# Create Prefix
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Configuration
+Set_OS "winxp"
+
+# Dependencies
+POL_Call POL_Install_mspatcha
+POL_Call POL_Install_vcrun2013
+POL_Call POL_Install_FontsSmoothRGB
+
+# Installation
+POL_Wine_WaitBefore "$TITLE"
+
+Set_OS "win7"
+
+POL_Wine "$INSTALLER_EXE"
+
+POL_Wine_WaitExit "$TITLE"
+
+# Fix crashes
+# Disable and delete update service
+POL_Wine --ignore-errors sc stop "AdobeARMservice"
+POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
+POL_Wine --ignore-errors sc delete "AdobeARMservice"
+
+# Disable update service executables
+cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
+mv armsvc.exe armsvc.exe_disabled
+mv AdobeARM.exe AdobeARM.exe_disabled
+mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled
+
+cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
+mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
+mv RdrCEF.exe RdrCEF.exe_disabled
+
+# Disable update and online services in registry settings
+cd "$POL_System_TmpDir"
+echo -e 'REGEDIT4
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
+"bisFirstLaunch"=dword:00000000
+"bRHPSticky"=dword:00000001
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
+"bLastExitNormal"=dword:00000000
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
+"bShowInstallFTE"=dword:00000001
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
+@="acrord32.dll"
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
+@="acrord32.dll"
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
+"bUseMUI"=dword:00000000
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
+"bProtectedMode"=dword:00000000
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
+"iRememberView"=dword:00000002
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
+"bEnhancedSecurityInBrowser"=dword:00000000
+"bEnhancedSecurityStandalone"=dword:00000000
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
+"bNeedSynchronizer"=dword:00000000
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]
+
+[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]
+
+[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
+"bAcroSuppressUpsell"=dword:00000001
+"bUpdater"=dword:00000000
+"bUsageMeasurement"=dword:00000000
+"iProtectedView"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
+"bAllowUserToChangeMsgPrefs"=dword:00000000
+"bDontShowMsgWhenViewingDoc"=dword:00000000
+"bShowMsgAtLaunch"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
+"bAdobeSendPluginToggle"=dword:00000000
+"bDisableWebmail"=dword:00000001
+"bToggleAdobeDocumentServices"=dword:00000001
+"bToggleAdobeSign"=dword:00000001
+"bTogglePrefsSync"=dword:00000001
+"bToggleWebConnectors"=dword:00000001
+"bUpdater"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
+"bDisableSharePointFeatures"=dword:00000001
+
+[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
+"bNeedSynchronizer"=dword:00000000
+"bAdobeSendPluginToggle"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
+"bCommercialPDF"=dword:00000001
+"bDisableWebmail"=dword:00000001
+"bEnableFlash"=dword:00000000
+"bFindMoreCustomizationsOnline"=dword:00000000
+"bFindMoreWorkflowsOnline"=dword:00000000
+"bUpdater"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
+"iCheckReader"=dword:00000000
+
+[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
+"Enabled"="NO"
+
+[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
+"EULA"=dword:00000001
+
+[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
+"Adobe ARM"=-' > disable-online-features.reg
+
+POL_Wine regedit disable-online-features.reg
+
+Set_OS "winxp"
+POL_Wine_reboot
+POL_System_TmpDelete
+
+POL_Shortcut "AcroRd32.exe" "$TITLE"
+POL_Shortcut_QuietDebug "$TITLE"
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"
+
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02 15-09)
# Last revision : (2016-01-92 21-35)
# Wine version used : 1.7.54
# Distribution used to test : Ubuntu 14.04 LTS
# Author : Martins Bruvelis

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="1.9.0"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"


# Initialization
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_System_TmpCreate "$PREFIX"

POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
    INSTALLER_EXE="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500920069/AcroRdrDC1500920069_en_US.exe" "7dcf9068798b90fae0b25b5e99a36678"
    INSTALLER_EXE="$POL_System_TmpDir/AcroRdrDC1500920069_en_US.exe"
fi

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

# Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB

# Installation
POL_Wine_WaitBefore "$TITLE"

Set_OS "win7"

POL_Wine "$INSTALLER_EXE"

POL_Wine_WaitExit "$TITLE"

# Fix crashes
# Disable and delete update service
POL_Wine --ignore-errors sc stop "AdobeARMservice"
POL_Wine --ignore-errors sc config "AdobeARMservice" start=disabled
POL_Wine --ignore-errors sc delete "AdobeARMservice"

# Disable update service executables
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Common Files/Adobe/ARM/1.0" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv armsvc.exe armsvc.exe_disabled
mv AdobeARM.exe AdobeARM.exe_disabled
mv AdobeARMHelper.exe AdobeARMHelper.exe_disabled

cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Adobe/Acrobat Reader DC/Reader/AcroCEF" || POL_Debug_Fatal "$(eval_gettext 'Could not find program directory!')"
mv RdrServicesUpdater.exe RdrServicesUpdater.exe_disabled
mv RdrCEF.exe RdrCEF.exe_disabled

# Disable update and online services in registry settings
cd "$POL_System_TmpDir"
echo -e 'REGEDIT4

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bisFirstLaunch"=dword:00000000
"bRHPSticky"=dword:00000001

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\ExitSection]
"bLastExitNormal"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\FTEDialog]
"bShowInstallFTE"=dword:00000001

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\current]
@="acrord32.dll"

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\next]
@="acrord32.dll"

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Language\\UseMUI]
"bUseMUI"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Privileged]
"bProtectedMode"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\RememberedViews]
"iRememberView"=dword:00000002

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\TrustManager]
"bEnhancedSecurityInBrowser"=dword:00000000
"bEnhancedSecurityStandalone"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\Workflows]
"bNeedSynchronizer"=dword:00000000

[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC]

[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com]

[HKEY_CURRENT_USER\\Software\\Adobe\\Adobe Synchronizer\\DC\\Acrobat.com.v2]

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown]
"bAcroSuppressUpsell"=dword:00000001
"bUpdater"=dword:00000000
"bUsageMeasurement"=dword:00000000
"iProtectedView"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cIPM]
"bAllowUserToChangeMsgPrefs"=dword:00000000
"bDontShowMsgWhenViewingDoc"=dword:00000000
"bShowMsgAtLaunch"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cServices]
"bAdobeSendPluginToggle"=dword:00000000
"bDisableWebmail"=dword:00000001
"bToggleAdobeDocumentServices"=dword:00000001
"bToggleAdobeSign"=dword:00000001
"bTogglePrefsSync"=dword:00000001
"bToggleWebConnectors"=dword:00000001
"bUpdater"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cSharePoint]
"bDisableSharePointFeatures"=dword:00000001

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cCloud]
"bNeedSynchronizer"=dword:00000000
"bAdobeSendPluginToggle"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Policies\\Adobe\\Acrobat Reader\\DC\\FeatureLockDown\\cWebmailProfiles]
"bCommercialPDF"=dword:00000001
"bDisableWebmail"=dword:00000001
"bEnableFlash"=dword:00000000
"bFindMoreCustomizationsOnline"=dword:00000000
"bFindMoreWorkflowsOnline"=dword:00000000
"bUpdater"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Adobe ARM\\1.0\\ARM]
"iCheckReader"=dword:00000000

[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\Installer\\Optimization]
"Enabled"="NO"

[HKEY_LOCAL_MACHINE\\Software\\Adobe\\Acrobat Reader\\DC\\AdobeViewer]
"EULA"=dword:00000001

[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run]
"Adobe ARM"=-' > disable-online-features.reg

POL_Wine regedit disable-online-features.reg

Set_OS "winxp"
POL_Wine_reboot
POL_System_TmpDelete

POL_Shortcut "AcroRd32.exe" "$TITLE"
POL_Shortcut_QuietDebug "$TITLE"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and services do not work.')" "$TITLE"

POL_SetupWindow_Close
exit

Antworten

martins Monday 2 November 2015 at 23:28
martins

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,78 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2015-11-02 15-09)
+# Last revision : (2015-11-02 23-41)
+# Wine version used : 1.7.54
+# Distribution used to test : Ubuntu 14.04 LTS
+# Author : Martins Bruvelis
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Adobe Acrobat Reader DC"
+PREFIX="AdobeAcrobatReaderDC"
+WINEVERSION="1.7.54"
+EDITOR="Adobe Systems Inc."
+GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
+AUTHOR="Martins Bruvelis"
+
+
+#Initialization
+POL_SetupWindow_Init
+
+POL_Debug_Init
+
+# Presentation
+# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Create Prefix
+POL_System_TmpCreate "$PREFIX"
+
+POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
+
+if [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+    POL_SetupWindow_browse "Please select $TITLE (windows installer package file, MSI)." "$TITLE"
+    INSTALLER_MSI="$APP_ANSWER"
+    POL_SetupWindow_browse "Please select $TITLE update file (windows installer patch file, MSP)." "$TITLE"
+    INSTALLER_MSP="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_en_US.msi" "03602e4c6f342f6cf8253661c72c6638"
+    POL_Download "ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500920077/AcroRdrDCUpd1500920077.msp" "775a31da0a4d38b773e97b1f54f138a4"
+    INSTALLER_MSI="$POL_System_TmpDir/AcroRdrDC1500720033_en_US.msi"
+    INSTALLER_MSP="$POL_System_TmpDir/AcroRdrDCUpd1500920077.msp"
+fi
+
+# Create Prefix
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Configuration
+Set_OS "winxp"
+
+#Dependencies
+POL_Call POL_Install_mspatcha
+POL_Call POL_Install_vcrun2013
+POL_Call POL_Install_FontsSmoothRGB
+
+# Installation
+POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
+Set_OS "win7"
+# Do quiet install
+POL_Wine msiexec /i "$INSTALLER_MSI" /quiet
+# Do quiet update of installation
+POL_Wine msiexec /p "$INSTALLER_MSP" /quiet
+POL_Wine_reboot
+Set_OS "winxp"
+
+POL_System_TmpDelete
+
+POL_Shortcut "AcroRd32.exe" "$TITLE"
+POL_Shortcut_QuietDebug "$TITLE"
+
+POL_SetupWindow_message "NOTICE: $TITLE cannot open in Protected Mode, on first run select 'Always open with Protected Mode disabled'. Online services and updates do not work." "$TITLE"
+
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2015-11-02 15-09)
# Last revision : (2015-11-02 23-41)
# Wine version used : 1.7.54
# Distribution used to test : Ubuntu 14.04 LTS
# Author : Martins Bruvelis

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Adobe Acrobat Reader DC"
PREFIX="AdobeAcrobatReaderDC"
WINEVERSION="1.7.54"
EDITOR="Adobe Systems Inc."
GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html"
AUTHOR="Martins Bruvelis"


#Initialization
POL_SetupWindow_Init

POL_Debug_Init

# Presentation
# POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_System_TmpCreate "$PREFIX"

POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select $TITLE (windows installer package file, MSI)." "$TITLE"
    INSTALLER_MSI="$APP_ANSWER"
    POL_SetupWindow_browse "Please select $TITLE update file (windows installer patch file, MSP)." "$TITLE"
    INSTALLER_MSP="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500720033/AcroRdrDC1500720033_en_US.msi" "03602e4c6f342f6cf8253661c72c6638"
    POL_Download "ftp://ftp.adobe.com/pub/adobe/reader/win/AcrobatDC/1500920077/AcroRdrDCUpd1500920077.msp" "775a31da0a4d38b773e97b1f54f138a4"
    INSTALLER_MSI="$POL_System_TmpDir/AcroRdrDC1500720033_en_US.msi"
    INSTALLER_MSP="$POL_System_TmpDir/AcroRdrDCUpd1500920077.msp"
fi

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_mspatcha
POL_Call POL_Install_vcrun2013
POL_Call POL_Install_FontsSmoothRGB

# Installation
POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
Set_OS "win7"
# Do quiet install
POL_Wine msiexec /i "$INSTALLER_MSI" /quiet
# Do quiet update of installation
POL_Wine msiexec /p "$INSTALLER_MSP" /quiet
POL_Wine_reboot
Set_OS "winxp"

POL_System_TmpDelete

POL_Shortcut "AcroRd32.exe" "$TITLE"
POL_Shortcut_QuietDebug "$TITLE"

POL_SetupWindow_message "NOTICE: $TITLE cannot open in Protected Mode, on first run select 'Always open with Protected Mode disabled'. Online services and updates do not work." "$TITLE"

POL_SetupWindow_Close
exit

Antworten

Monday 2 November 2015 at 23:53
Hi martins,
POL_SetupWindow_browse "Please select $TITLE (windows installer package file, MSI)." "$TITLE"
(and several others)
All user-oriented messages must support localization
http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_10:_Script_Translation
Saturday 9 January 2016 at 20:54
Hi petch,
Saturday 9 January 2016 at 20:55
Fixed support for localization and updated installer to avoid crashes from online services.