1. Speed up startup
1. "winecfg" to set the wine directory and hardware. It seems that the startup speed is faster after virtual desktop is set, and the software installation can be smoother.
2. Disable WINEDEBUG: the startup script is written as follows:
#! /Bin/sh
WINEDEBUG =-all wine '/home/user name/. wine/drive_c/Program Files (x86)/ABBYY FineReader 10/FineReader.exe'
Ii. Install the. msi file
Wine msiexec/I install. msi
Or
Wine start install. msi
Iii. windows boot
Iv. Chinese support settings:
1. Copy simsun. ttc to/home/username/. wine/drive_c/Windows/fonts in windows
2. Import the Registry
REGEDIT4
[HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionFontSubstitutes]
"Arial" = "simsun"
"Arial CE, 238" = "simsun"
"Arial CYR, 204" = "simsun"
"Arial Greek, 161" = "simsun"
"Arial TUR, 162" = "simsun"
"Courier New" = "simsun"
"Courier New CE, 238" = "simsun"
"Courier New CYR, 204" = "simsun"
"Courier New Greek, 161" = "simsun"
"Courier New TUR, 162" = "simsun"
"FixedSys" = "simsun"
"Helv" = "simsun"
"Helvetica" = "simsun"
"MS Sans Serif" = "simsun"
"MS Shell Dlg" = "simsun"
"MS Shell Dlg 2" = "simsun"
"System" = "simsun"
"Tahoma" = "simsun"
"Times" = "simsun"
"Times New Roman CE, 238" = "simsun"
"Times New Roman CYR, 204" = "simsun"
"Times New Roman Greek, 161" = "simsun"
"Times New Roman TUR, 162" = "simsun"
"Tms Rmn" = "simsun"