I have a simple c# project that contains a form, a button and an axWindowsMediaPlayer that shows a video.
My video file is in bin/debug folder. Now, i want to create an exe file and run it on other machines without install.
How can i merge or embed all dlls and exe and video files in simple exe file and run it on other machines?
my debug folder image :
Thanks in advance