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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030307/c1c867a9/attachment.htm
Tony Lambregts
2003-Mar-08 08:38 UTC
Microsoft Installer "Incorrect command line parameters"
Jorge Rosa wrote:> Try to use the installer like this... > > $wine "c:\\windows\\system32\\msiinst.exe" "/i" "...<the application > you want to install>..." "...<arguments>..."Try this: wine -- "c:\windows\system32\msiinst.exe" "/i...<the application you want to install>..<arguments>..." -- Tony Lambregts