Packaging .NET app as one executable (ILMerge)
We would like to take one of our .NET apps and create one executable (that includes a couple of the components we use) that can be run from a network location on the end users machine (without having to go through the typical install/setup program on each user machine).
That is the end result of what we would like. We have experimented with ILMerge a little (create one executable with all assemblies), but can't get it to work correctly yet. Has anyone have any experience with ILMerge that they can provide some examples/help and/or know of any other way/tools to accomplish this? Thanks much in advance!

