How can i complete the configuration(wine1.7)without interne

Questions about Wine on Linux
Locked
rubenlbr
Newbie
Newbie
Posts: 4
Joined: Wed Sep 23, 2015 7:50 am

How can i complete the configuration(wine1.7)without interne

Post by rubenlbr »

In ubuntu 14.04.3(64 bits) i can install wine1.7 without internet connection (coping all deb packages in my pendrive), but when i run wine by first time, ask to download and install mono_wine and gecko.msi to complete the accurate configuration.


I realized that when i do the configuration with internet connection the "windows folder" has 450 MB of size, and without internet only 136 MB (without any application installed in both cases)

my question:
Can i only copy "windows folder" (or drive_c) from a complete wine (with mono an gecko) to another pc without internet connection (to do a manual installation) ? it will work? or what do i need to install mono and gecko inside wine without internet?

thanks...
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: How can i complete the configuration(wine1.7)without int

Post by dimesio »

rubenlbr wrote: my question:
Can i only copy "windows folder" (or drive_c) from a complete wine (with mono an gecko) to another pc without internet connection (to do a manual installation) ? it will work?
No, but you can copy the whole wineprefix.
or what do i need to install mono and gecko inside wine without internet?
Download the .msi files manually from Sourceforge and copy them to the appropriate directories on the machine without an internet connection.
http://wiki.winehq.org/Mono
http://wiki.winehq.org/Gecko
rubenlbr
Newbie
Newbie
Posts: 4
Joined: Wed Sep 23, 2015 7:50 am

thank you several

Post by rubenlbr »

it works perfectly!!!
what to do:
copy wine_gecko-2.40-x86.msi (or wine_gecko-2.40-x86_64.msi) to /usr/share/wine/gecko
and wine-mono-4.5.6.msi to /usr/share/wine/mono before open wine by first time (installation complete).
(don't use install-addons.sh doesn't work and is not necessary)

thank you again moderator!

something else.Is there a way to install ttf-mscorefonts without internet or could I copy it from some folder (from another pc that completed this installation)??
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: How can i complete the configuration(wine1.7)without int

Post by dimesio »

You can copy the installed .ttf files from one computer to another.
rubenlbr
Newbie
Newbie
Posts: 4
Joined: Wed Sep 23, 2015 7:50 am

thank you very much!

Post by rubenlbr »

thank you again Dimesio!... you are very fast to respond.
Locked