Is it possible to run a Windows .msi installer? i checked here and tried but it's not working.
pawan@pawan-HP-Pavilion-13-Notebook-PC:~/Downloads$ wine start ExpressoSetup3.msi
err:mscoree:CLRRuntimeInfo_GetRuntimeDirectory error reading registry key for installroot
err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions" returned 1603 ^C
pawan@pawan-HP-Pavilion-13-Notebook-PC:~/Downloads$ wine msiexec /i ExpressoSetup3.msi
err:mscoree:CLRRuntimeInfo_GetRuntimeDirectory error reading registry key for installroot
err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions" returned 1603
pawan@pawan-HP-Pavilion-13-Notebook-PC:~/Downloads$
neither i get any MSI installer to install .msi
i can able to install .exe through wine but not .msi i am using ubuntu 17.10 and just started linux.