msi |
Then hold shift ana right click on that msi flie copy file path.
Then create a folder where you want to install this file , herw I create folder google_drive.
Then open cmd run as admin type
msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo
For example, to extract files from C:\Users\arnab\Downloads\gsync.msi into C:\Program Files (x86)\google_drive you would type:
msiexec /a "C:\Users\arnab\Downloads\gsync.msi" /qb TARGETDIR="C:\Program Files (x86)\google_drive"
Then you have done.
No comments:
Post a Comment