Skip to content

Commit

Permalink
Update Adobe Acrobat Reader DC (fix dialogs) (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
plata committed Feb 2, 2019
1 parent a67408c commit 9b7c420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Applications/Office/Adobe Acrobat Reader DC/Online/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include(["engines", "wine", "quick_script", "online_installer_script"]);
include(["engines", "wine", "verbs", "mspatcha"]);
include(["engines", "wine", "plugins", "windows_version"]);

var installerImplementation = {
run: function () {
Expand All @@ -17,6 +18,10 @@ var installerImplementation = {
.preInstall(function (wine/*, wizard*/) {
wine.mspatcha();
})
.postInstall(function (wine/*, wizard*/) {
// fix broken dialogs (e.g. preferences)
wine.windowsVersion("winxp");
})
.go();
}
};
Expand Down

0 comments on commit 9b7c420

Please sign in to comment.