Answers for "how to extract exe file in windows"

0

how to extract exe file in windows

<file.exe> /s /x /b"<target-folder>" /v"/qn"
replace <file.exe> with the name of your .exe file and <target-folder> with the path to the folder where you want the .msi file to be extracted (for example C:\Folder).
Posted by: Guest on April-01-2021

Code answers related to "how to extract exe file in windows"

Browse Popular Code Answers by Language