Thread
:
Extracting file from MSI package
View Single Post
#
15
06-14-2012, 01:51
uCares
Posts: n/a
Or just use msiexec command line like :
msiexec /a youMSIfile.msi TARGETDIR="Path:\\where\You\Want\The\File"
This will do an administrative install, you should then get the files with the all Folder tree from inside the msi
The Following User Gave Reputation+1 to For This Useful Post:
|roe
(06-15-2012)
uCares