-2

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

ejufweu
  • 1
  • 2
  • 1
    The 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 Answers1

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.