.Net Deployment w/Bootstrapper Setup.exe
Hi,]
I developed an application which uses Microsoft's bootstrapper Setup.exe sample to supposedly install the .Net Framwork - if necessary.
I'm testing it on a machine which already has the .Net Framework and it errors out. I think its because I already have the framework installed. I think it failing here because I tried to install DotNetfx.exe on it own just to see what happens and I get an error saying it can't install the framework because it is already installed. So maybe the Setup bootstrapper is failing here as well??
Has anyone encountered any problems using the Bootstrapper sample to install the framework if necessaty?
Thanks,
Rich