使用Windows命令行从.exe文件中提取文件

时间:2015-01-13 19:53:11

标签: powershell cmd

有人可以建议我使用windows命令行从.exe文件中提取文件。我想在power shell中执行这个命令。我尝试了一些可能性,但我没有成功。我知道如何为msi文件做,但我需要.exe文件。请帮帮我

这是我的一个例子

$command = @'
extract /c "D:\depot\main-copy\Setup.exe" "D:\depot\main-copy\staging"
'@
Invoke-Expression -Command:$command

感谢。

0 个答案:

没有答案