码迷,mamicode.com
首页 > 其他好文 > 详细

How to: Extract files from a compiled setup.exe created by Inno setup

时间:2015-04-07 19:17:34      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:

 

Use innounp.exe to unpack setup.exe created by using Inno setup:

for example, unpack all the files wrapped inside setup.exe to a folder named unpacked inside the current directory.

>innounp.exe -x -dunpacked setup.exe

For more information about innounp.exe, please see http://innounp.sourceforge.net/

 

_____________________________________________________________________________________________

Following content is reprinted from this link: http://www.jrsoftware.org/iskb.php?extract

 

FAQ: Can I manually extract files or other information from a compiled setup.exe?

Article Created: 2003-11-17 20:21 GMT by Jordan Russell
Last Updated: 2004-11-30 06:02 GMT by Jordan Russell


There is no officially supported method, but a third-party tool called innounp exists which claims to be able to do this.

____________________________________________________________________________________

How to: Extract files from a compiled setup.exe created by Inno setup

标签:

原文地址:http://www.cnblogs.com/cindy-hu-23/p/4398971.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!