Is possible to generate a .exe from another .exe? using visual studio and net framework ? for example the application grab a .dll and convert into a standalone .exe app
Asked
Active
Viewed 1,638 times
-2
-
1The answer is yes, there are several ways to do this, however these *"can i write a program with a program"* type question tend to be *XY* questions – TheGeneral Feb 09 '19 at 02:24
-
thanks, but i cant find what function should i use? or where to start?? – ejufweu Feb 09 '19 at 02:26
-
If linked dulicates are not enough search https://www.bing.com/search?q=c%23+generate+exe+runtime and [edit] question to clarify why existing approaches did not work – Alexei Levenkov Feb 09 '19 at 02:37
1 Answers
0
See: How to combine DLLs with .exe inside of a wpf / winforms application (with pictures)
It explains what you are looking for. Works for both wpf and winforms.

Vinícius Gabriel
- 452
- 6
- 14