-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Now that archive.org is dead it would be good to know how to install self downloads with winetricks. #2279
Comments
I wouldn't call it 'dead', but rather temporarily offline [1]. But yeah, I suppose the README for example could mention the path to the cache where the file(s) need(s) to exist. |
Did you find a solution? I tried, but unfortunately it doesn't respond to --file. |
The files are cached under So for example,
|
If took the following approach to have at least a temporary workaround:
Example for InstMsiW.exe, which is required to install msls31.dll: Dockerfile:
winetricks: (row 11839)
|
That wouldn't make sense (wine already includes the builtin msls31 dll, so the check would always succeed). Winetricks already checks if a verb has been installed by checking $WINEPREFIX/winetricks.log and skipping the verb if already installed (unless --force is used). |
As archive.org has been dead for quite few days now many verb installs such as vb6run are not working. But these EXEs can be found elsewhere online. It would be great if there was some description how to use winetricks to install self downloaded files.
The text was updated successfully, but these errors were encountered: