I have windows installer software end with .msi extention. It means the installer is windows installer component. Quite different with exe but it will install something.
Unfortunatelly my wine can’t execute the msi command. So I need to use other program. I found this command line that useful
#msiexec software.msi
Then installer will run. And automatically search the wine created folder. Such as C: or else. Enjoy.