msi package is like a normal package where we can unpack using some command line tools available in the OS
To unpack msi package, use the following command
msiexec /a mypackage.msi /qb TARGETDIR=”C:MyFolder”
msi package is like a normal package where we can unpack using some command line tools available in the OS
To unpack msi package, use the following command
msiexec /a mypackage.msi /qb TARGETDIR=”C:MyFolder”