Try to use the installer like this...
$wine "c:\\windows\\system32\\msiinst.exe" "/i"
"...<the application you want to install>..."
"...<arguments>..."
it seems that the installer is waiting for one of
these options:
/i -> to installl
/x -> to uninstall
/f -> to repair
Anyway i think that this appl just open the .msi
files.
Regards.
Jorge Rosa
|