HOW TO Extract MSI files

Windows based issues resolved
Post Reply
RescuePC
Posts: 122
Joined: Wed Apr 04, 2012 8:48 pm

HOW TO Extract MSI files

Post by RescuePC »

msiexec /a filepath-to-MSI-file /qb TARGETDIR=filepath-to-target-folder
e.g
msiexec /a file.msi /qb TARGETDIR=c:\temp\mymsi
Post Reply