Hi All, Just out of curiosity, what is the command line syntax to install a *.msi file? Many thanks, -T
ToddAndMargo wrote:> > Just out of curiosity, what is the command line syntax to install > a *.msi file? >Code: msiexec /i filename.msi
On 06/08/2012 05:00 PM, dimesio wrote:> msiexec /i filename.msiThank you! ls /usr/bin | grep -i wine did not yield anything useful. -T
On 06/08/2012 09:28 PM, DanKegel wrote:> wine start filename.msiThank you!