<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Try to use the installer like this...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>$wine "c:\\windows\\system32\\msiinst.exe" "/i" 
"...&lt;the application you want to install&gt;..." 
"...&lt;arguments&gt;..."</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>it seems that the installer is waiting for one of 
these options:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; /i -&gt; to installl</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; /x -&gt; to uninstall</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; /f -&gt; to repair</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anyway i think that this appl just open the .msi 
files.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards.</FONT></DIV>
<DIV><FONT face=Arial size=2>Jorge Rosa</FONT></DIV></BODY></HTML>