
Redistributing .NET package
I've developed a simple form in the .NET Framework that is autoloaded when a
CD is put into a drive. I will need to install the .NET Framework package
(dotnetfx.exe) silently when the user puts the CD in their drive and they
don't have the Framework installed.
I've read the bootstrap thing that Microsoft has on their MSDN site but it
requires a .MSI file which I don't have in my case.
Is this at all possible to do what I want to do? I'm not really installing
anything, just running a form.
Thanks
John