setup/deployment is SLOW

D

doofy

I've got a VB.net app that I'm loading up to a SSVR 2005 server. It was
created in Visual Studio 2008, calling upon 3.5 framework.

I created a setup file with the deployment wizard, and am trying to
install it on the server.

This thing is SLOOOOOOOOOOOOWWWWWWW. It's been a couple of hours now,
and the 456kb MSI file is only half loaded. Man, what's up?
 
J

jp2msft

Does your server already have the 3.5 framework installed? If not, it could
be hung trying to configure parts that are not there.
 
D

doofy

jp2msft said:
Does your server already have the 3.5 framework installed? If not, it could
be hung trying to configure parts that are not there.

Looks like it needed to install the 3.5 framework, which took most of
the day.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top