P
pbcoder
Hi,
I have been asked to create a solution in a single exe - using C# .NET 3.5.
I have found that I can us ILMerge to create a single exe of all of my
Application assemblies.
But my question is what to do about settings/config?
I have some settings should be settings which should be shared between
instances of the application but these settings could be changed by the user
overtime.
This is why I would not use the registy - let the user specify the settings
at first run.
Thanks in advance.
Lars
I have been asked to create a solution in a single exe - using C# .NET 3.5.
I have found that I can us ILMerge to create a single exe of all of my
Application assemblies.
But my question is what to do about settings/config?
I have some settings should be settings which should be shared between
instances of the application but these settings could be changed by the user
overtime.
This is why I would not use the registy - let the user specify the settings
at first run.
Thanks in advance.
Lars