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

How about installing .NET Framework 4 KB2468871 via winetricks? #274

Open
GoogleCodeExporter opened this issue Jan 11, 2016 · 3 comments
Open

Comments

@GoogleCodeExporter
Copy link

How about installing .NET Framework 4 KB2468871 via winetricks?

This update is needed for installation of 3ds Max 2013.

I tried to install it directly in command line: wine 
NDP40-KB2468871-v2-x86.exe, and got a message:

"KB2468871v2 does not apply, or is blocked by another condition on your 
computer."

PS dotnet35sp1 and dotnet40 were successfully installed with WINEARCH=win32
wine-1.5.13
winetricks 20120912
kubuntu 12.04.1 x64

Original issue reported on code.google.com by knockdow...@gmail.com on 27 Sep 2012 at 4:41

@GoogleCodeExporter
Copy link
Author

"KB2468871v2 does not apply, or is blocked by another condition on your 
computer."

That's probably intentional from Microsoft.

Original comment by ImWellCu...@gmail.com on 7 Nov 2012 at 2:41

@GoogleCodeExporter
Copy link
Author

If it's still happening in wine-1.6rc2,
please file a bug at bugs.winehq.org for that...

Have you tried other versions of 3ds Max, btw?
http://appdb.winehq.org/objectManager.php?sClass=application&iId=343
doesn't look too encouraging, but maybe it's out of date.

Original comment by daniel.r...@gmail.com on 20 Jun 2013 at 4:27

@keigoi
Copy link

keigoi commented Dec 21, 2017

I've instaleled KB2468871 to current wine-stable (wine-2.0.3) and seems to work fine for me.
Here are the steps:

  1. Ensure that you are using 32-bit env (export WINEARCH=win32) and install dotnet40 via winetricks (winetricks dotnet40) in a fresh x86 wine.
  2. Run NDP40-KB2468871-v2-x86.exe
  3. The window shows an error message ("KB2468871v2 does not apply, or is blocked by another condition on your computer."). Keep this window open.
  4. Copy the directory generated by the installer to a new directory (setup, for example). The directory exists directly under C:\. For example, if the directory's name is e0118ff86cf108d878 then do cp -a .wine/drive_c/e0118ff86cf108d878 .wine/drive_c/setup .
  5. Close the installer's window.
  6. Install the patch directly by msiexec.exe. Running wine .wine/drive_c/windows/system32/msiexec.exe /p C:\\setup\\NDP40-KB2468871.msp would suffice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants