-1

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.

  • 1
    See https://askubuntu.com/editing-help#code on how to format command output. – muru Jan 03 '18 at 18:29
  • 4
    Does it need to be Espresso, which is a Windows editor? There are perfectly good Ubuntu-native editors available. – user535733 Jan 03 '18 at 18:38

1 Answers1

1

If the Expresso 3 that you're talking about is the regular expression development tool, I would suggest you to try some options that could replace it in Ubuntu:

Hope it helps!

galoget
  • 2,963