Posts Tagged unpack msi
Unpack msi package
Sep 3
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”
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscribe to the comments on this post Read More
