Is it possible to add an exe and 2 dll files to a C#.NET project, and execute the exe (the exe needs the 2 dll files to run properly) from within the assembly ??
Saw somewhere a thread, where they talk about extracting the needed files from the assembly to a temporary directory and launch it from there...after program finished remove those files.

/me is a C# 'beginner' so I don't know how to do that move Wink

Thx