Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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.
Posted
Comments
[no name] 3-Aug-12 7:37am    
You are not going to be able to embed one exe inside another exe, there is no point. And you are especially not going to be doing that in a web application.
Tim Corey 3-Aug-12 7:54am    
Please update this question (using the "Improve question" link) to give us more details. Right now it is very unclear what you are trying to do. You have marked this project as an ASP.NET project, but you are saying you are building exe files. That is contradictory. Also, you have shown us no code and you haven't explained what you are trying to accomplish and how you are going about it (except in the vaguest of terms).
shashi1187 3-Aug-12 8:06am    
Basically we upload a video in window application and also cut thumbnail of corresponding video via FFMPEG.EXE which is placed inside the window application such as(bin\debug\ffmpeg\ffmpeg.exe).

I want to make a executable file of those application.
please give me suggestion for making exe.
[no name] 3-Aug-12 12:27pm    
Okay that makes no sense at all. You have an exe already ("window application") and you have this ffmpeg.exe. So what other exe is it that you want to make?
werfog 11-Nov-12 12:25pm    
Have you tried to place ffmpeg.exe (not FFMPEG folder) to tt\tt\bin\Debug

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900