Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Internet Explorer 7.0 #642

Merged
merged 19 commits into from
Sep 22, 2018
7 changes: 5 additions & 2 deletions Applications/Internet/Internet Explorer 7.0/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ var installerImplementation = {
.version(LATEST_STABLE_VERSION)
.distribution("upstream")
Zemogiter marked this conversation as resolved.
Show resolved Hide resolved
.architecture("x86")
.prefix("InternetExplorer7")
.prefix(this._name, this._wineDistribution, this._wineArchitecture, this._wineVersion)
.luna()
Zemogiter marked this conversation as resolved.
Show resolved Hide resolved
.create()
.sandbox()
.run("iexplore", ["-unregserver"])
Zemogiter marked this conversation as resolved.
Show resolved Hide resolved
Expand All @@ -31,6 +32,8 @@ var installerImplementation = {
])
.set("builtin", ["updspapi"])
.do();

wine.run(setupFile, [], null, false, true);
Zemogiter marked this conversation as resolved.
Show resolved Hide resolved

["itircl", "itss", "jscript", "mlang", "mshtml", "msimtf", "shdoclc", "shdocvw", "shlwapi", "urlmon"]
.forEach(function (dll) {
Expand Down Expand Up @@ -235,4 +238,4 @@ var installerImplementation = {
};

/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);