Always Use WineTricks
This provides a mechanism to pre-install libraries into a Wine run area.
Several programmes can be installed into the same run area, and will share the same libraries and configuration.
Example
Install dotnet452, vcrun2010, and corefonts into a wine run area for Windows 7
WINEARCH=win32 WINEPREFIX=/home/$USER/wine/GarminExpress winetricks dotnet452 vcrun2010 corefonts
WINEARCH=win32 WINEPREFIX=/home/$USER/wine/GarminExpress winetricks win7
Install GarminExpress into the same area
WINEARCH=win32 WINEPREFIX=/home/$USER/wine/GarminExpress wine explorer /desktop=garmin,1366x786 /home/$USER/wine/GarminExpress.exe