notes:jagex_launcher_installer_wine
This is an old revision of the document!
Information
- If the installer ever works, this would be the preferred installation method
Notes
- 2023/12/13: Jagex Launcher Installer mentions:
The version of Internet Explorer on this machine is not supported. Please upgrade and try again.
on a fresh prefix
Download
mkdir -p ~/'.wine' && wget 'https://cdn.jagex.com/Jagex%20Launcher%20Installer.exe' -O ~/'Downloads/Jagex Launcher Installer.exe'
Execute
WINEPREFIX=~/'.wine/Jagex Launcher' WINEARCH='win64' WINEDEBUG='' wine ~/'Downloads/Jagex Launcher Installer.exe'
Reset
WINEPREFIX=~/'.wine/Jagex Launcher' wineserver --kill && rm -Rf ~/'.wine/Jagex Launcher' && sync
Testing
- The installer appears to be using WebView2 and could possibly work with extra dependencies installed from
winetricks
such asdotnet48
andie8
--verbose --window
strings ~/'Downloads/Jagex Launcher Installer.exe' > ~/'Downloads/Jagex Launcher Installer strings.txt'
C:/www/wiki/data/attic/notes/jagex_launcher_installer_wine.1702469386.txt.gz ยท Last modified: (external edit)