📌  相关文章
📜  如何在 Windows 中提取 exe 文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:43.730000             🧑  作者: Mango

代码示例1
 /s /x /b"" /v"/qn"
replace  with the name of your .exe file and  with the path to the folder where you want the .msi file to be extracted (for example C:\Folder).