
Redistributing .NET Framework
I have a CD that has one form on it that I wrote in the .NET Framework. If
someone I hand it to doesn't have the .NET Framework installed I want to
silently install it (maybe post a progress bar or something) and then run my
executable.
I checked out the bootstrap thing that Microsoft has but it seems to require
an application MSI file to work.
Any suggestions?
Thanks,
John