G
Guest
Our company just upgraded to VS 2005 (and by the way, I love it!) I was able
to migrate the code for our product from VS2003 to VS2005 with only a few
snags, and it's working great now. However we are trying to come up with a
non-intrusive way to allow our fairly large number of clients to be able to
upgrade to the new .NET 2.0 version of our product. We have our own
auto-upgrade code inside our product (it downloads updated dll's from our
server, then launches a little program that copies them over the existing
dll's and re-launches the main program.) I told my supervisor that I believe
we'll probably have to have each of our clients run an installer to get .NET
2.0 onto their machines, but he was hoping we could avoid that, to save all
the extra steps that would require our clients to go through. So I'm just
wondering if there is any way to do a "silent install" of .NET 2.0-- any
program we could download to allow 2.0 to get installed without requiring a
lot of extra clicks? Thanks in advance.
to migrate the code for our product from VS2003 to VS2005 with only a few
snags, and it's working great now. However we are trying to come up with a
non-intrusive way to allow our fairly large number of clients to be able to
upgrade to the new .NET 2.0 version of our product. We have our own
auto-upgrade code inside our product (it downloads updated dll's from our
server, then launches a little program that copies them over the existing
dll's and re-launches the main program.) I told my supervisor that I believe
we'll probably have to have each of our clients run an installer to get .NET
2.0 onto their machines, but he was hoping we could avoid that, to save all
the extra steps that would require our clients to go through. So I'm just
wondering if there is any way to do a "silent install" of .NET 2.0-- any
program we could download to allow 2.0 to get installed without requiring a
lot of extra clicks? Thanks in advance.