R
Raven
Hi.
1. in order for a computer to be able to run a C# .NET app, it __has__ to
have a redistibutable runtime package installed, right?
2. I saw that the size of the package for download ("dotnetredist.exe") is
around 20 MB :-/. This is a big download in fact. Especially for modem users
it is actually TOO big.
3. So here comes my question (very important to me): is there any way to:
redistribute my C# .NET programs wihout forcing users to download such a
huge redist package? The possible options that come to my mind are:
3.1. There are other versions of the package available; Possibly the many
various components are split into SEPARATE, smaller downloads.
3.2. There is a way to "statically" link executable code from the runtime
libraries into the final executable. That would remove the need for
downloading any (or some?) redistributable packages.
3.3. ... ?
Anybody has any information or ideas or useful links?
TIA
1. in order for a computer to be able to run a C# .NET app, it __has__ to
have a redistibutable runtime package installed, right?
2. I saw that the size of the package for download ("dotnetredist.exe") is
around 20 MB :-/. This is a big download in fact. Especially for modem users
it is actually TOO big.
3. So here comes my question (very important to me): is there any way to:
redistribute my C# .NET programs wihout forcing users to download such a
huge redist package? The possible options that come to my mind are:
3.1. There are other versions of the package available; Possibly the many
various components are split into SEPARATE, smaller downloads.
3.2. There is a way to "statically" link executable code from the runtime
libraries into the final executable. That would remove the need for
downloading any (or some?) redistributable packages.
3.3. ... ?
Anybody has any information or ideas or useful links?
TIA