How can I run msiexec from cygwin to unpack a msi?
Found it. I need to invoke
run msiexec /a package.msi /qn TARGETDIR=C:\\foobaz
in cygwin. I have no idea why, but it works.
Found it. I need to invoke
run msiexec /a package.msi /qn TARGETDIR=C:\\foobaz
in cygwin. I have no idea why, but it works.