How To Manually Install Mono?
How To Manually Install Mono?
hi
first time you start wine, it asks you to download mono. If you skip or cancel it, it never asks again.
how can you force wine to download mono, if you skipped or cancelled the first time?
thx!
first time you start wine, it asks you to download mono. If you skip or cancel it, it never asks again.
how can you force wine to download mono, if you skipped or cancelled the first time?
thx!
Re: How To Manually Install Mono?
You can't. You have to download the .msi file from http://sourceforge.net/projects/wine/files/Wine%20Mono/ and run it. http://wiki.winehq.org/FAQ#head-a78d6af ... 1851da32e2 (If your wineprefix is 64 bit, use wine64 to run it.)johnywhy wrote: how can you force wine to download mono, if you skipped or cancelled the first time?
Re: How To Manually Install Mono?
that's not a can't, it's a can.
does this download also include gecko? because same thing happens with gecko.
thx!
does this download also include gecko? because same thing happens with gecko.
thx!
Re: How To Manually Install Mono?
Gecko is a separate download. http://sourceforge.net/projects/wine/fi ... e%20Gecko/
Have you checked your distro for wine-mono and wine-gecko packages? Most distros package them. You will still have to manually run the msi files to install wine-mono and wine-gecko to existing wineprefixes, but they will automatically be installed to any new wineprefixes.
Have you checked your distro for wine-mono and wine-gecko packages? Most distros package them. You will still have to manually run the msi files to install wine-mono and wine-gecko to existing wineprefixes, but they will automatically be installed to any new wineprefixes.
Re: How To Manually Install Mono?
i'm using a minimized slackware distro (puppy slacko). wine is available as a minimized package which does not bundle mono and gecko.dimesio wrote:Have you checked your distro for wine-mono and wine-gecko packages? Most distros package them.
attempting to install mono, i get:
Code: Select all
# wine msiexec /i wine-mono-4.5.6.msi
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
#
currently using wine 1.7.41.
thx for any suggestions.
Re: How To Manually Install Mono?
Other than your running as root, which you shouldn't, that looks like ordinary console output. What exactly is the problem?
Re: How To Manually Install Mono?
Seems like Wine and Gecko didn't install.
Maybe they did.
Is there a test?
Thx!
Maybe they did.
Is there a test?
Thx!
Re: How To Manually Install Mono?
Run wine uninstaller and see if they're listed. If the wineprefix is 64 bit, run wine64 uninstaller.