如何在Windows应用程序中将一个exe嵌入另一个exe中

问题描述:

我制作了一个窗口应用程序的可执行文件,该文件使用FFMPEG软件包拍摄视频缩略图.我将FFMPEG文件夹放在tt \ tt \ bin \ Debug中.

但是我们的可执行文件找不到FFMPEG文件夹的路径.
我想建议如何制作我们的exe.

I make a executable file of a window application .which is use FFMPEG package for take a thumbnail of video.I Put FFMPEG folder in tt\tt\bin\Debug.

But our executable can not find the path of FFMPEG folder.
I want to suggestion that how to make our exe.

您的意思是您要部署Windows应用程序,并在其中添加另一个.exe,支持您程序的功能吗?

请浏览链接,看看这是否对您有所帮助:
使用ClickOnce部署Windows应用程序(可视化Studio 2008)

或尝试以下一种方法:
部署基于Windows的应用程序
Did you mean that you are trying to deploy a windows application in which you want to add another .exe which supports a functionality of your program?

Please go trhough the links, see if this helps you to get the solution:
Deploying Windows applications using ClickOnce (Visual Studio 2008)

or try this one :
Deploying a Windows-based Application