Deployment

  • Thread starter Thread starter JamesT
  • Start date Start date
J

JamesT

Is it possible to deploy to a CD?

I have a a couple of programmes that I want to send a
demo version of to customers UK-wide. I do not want the
customer to have to install the NET framework on his
machine. Is it possible to put everything on a CD and run
the demo from there without loading anything on the
customer's PC? (or as little as possible)
 
Hi James,

Thanks for your post. If you application is a .NET Managed application, the
target system must have corresponding .NET Framework redistributable
installed. You can get the downloads for .NET Framework at
http://msdn.microsoft.com/netframework/downloads/.

In addition, I strongly recommend you the following MSDN article on "INFO:
Microsoft Deploying .NET Applications Lifecycle Guide"
http://support.microsoft.com/?id=829019

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Thank you for the reply.
The answer was what I thought it might be, it was just
that I wanted to make it as easy as possible for the
potential buyer to experience the software without all
the hassle of loading it all on to his computer.

In a future release of Visual Studio - perhaps?

JamesT
 
Hi James,

Thanks a lot for your feedback. I will report your suggestions to our
Developer Team, and I believe that they will take it into consideration for
further release of Visual Studio .NET.

In addition, please feel free to let me know if you have any problems or
concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top