Click here to Skip to main content
15,918,808 members

Survey Results

How do your clients get the .NET redistributable?   [Edit]

Survey period: 21 Jul 2003 to 27 Jul 2003

If you're going to supply your clients with a .NET application then you're going to have to bank on them having .NET installed - but how? (suggested by Frank Wu)

OptionVotes% 
I don't know and don't care - I don't write .NET apps.45443.07
I don't know - but I hope they do have it installed.726.83
My application's installation package.32430.74
Windows Update.484.55
Service Pack on disk.292.75
Download from Microsoft.10610.06
Other.211.99



 
GeneralRe: Redistributable Pin
NormDroid22-Jul-03 2:18
professionalNormDroid22-Jul-03 2:18 
GeneralRe: Redistributable Pin
basementman22-Jul-03 12:10
basementman22-Jul-03 12:10 
GeneralRe: Redistributable Pin
Rob Caldecott21-Jul-03 2:23
Rob Caldecott21-Jul-03 2:23 
GeneralRe: Redistributable Pin
Michael P Butler21-Jul-03 4:00
Michael P Butler21-Jul-03 4:00 
GeneralRe: Redistributable Pin
John M. Drescher21-Jul-03 5:38
John M. Drescher21-Jul-03 5:38 
GeneralRe: Redistributable Pin
jhwurmbach22-Jul-03 0:03
jhwurmbach22-Jul-03 0:03 
GeneralRe: Redistributable Pin
Chris Meech21-Jul-03 2:55
Chris Meech21-Jul-03 2:55 
GeneralRe: Redistributable Pin
Navin21-Jul-03 3:43
Navin21-Jul-03 3:43 
No you don't, as other said, in C++ you can statically link everything and have a self-contained executable.

For VB, you do have to redistribute DLLs, but you don't have to instal them on the system - they can live in the same folder as your app. They aren't quite 20 meg, either, they're more like 4 or 5. But that is yet another reason NOT to use VB 6 or below. Smile | :)


"When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity." - Albert Einstein
GeneralRe: Redistributable Pin
kcs21-Jul-03 3:56
professionalkcs21-Jul-03 3:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.