KMorrill's WebLog

Deployment and dependencies

One of the things I work with on my team is how customers deploy their applications when they depend on a redistributable such as the .NET Framework or J#.  I am just starting to get my arms around this space, and have more questions than answers right now.  Having worked on the Visual Studio setup quite a bit, I know it can be tricky to build your setup when you need to “chain” in a completely separate setup.  For example, how do you detect when the dependency is already installed, how do you show progress in a meaningful way to the user with a process that's black box to you, what happens if the outside setup fails, and the list goes on.

For folks out there who have done deployment of the .NET Framework or J# with their application before, how did it go for you?  Did you end up using a tool like Visual Studio's deployment project or InstallShield?  What problems did you run into?

-Kevin

Published Thursday, March 18, 2004 2:55 PM by KMorrill
Filed under: ,

Comments

 

Scott Willeke said:

I use VS.NET’s deployment projects to deploy tools that integrate with VS.NET and get quite aggravated when dependencies that I didn’t want deployed automatically, and without warning appear in the deployment. I’d sure appreciate a prompt when I add a file to my deployment that says something like “The file <x> has the following dependencies. Please select which ones you want to deploy:”.
March 18, 2004 7:18 PM
 

Stephane Rodriguez said:


I have given up deployment of .NET apps, even the simplest ones. This is just not possible, reliably.
March 19, 2004 12:09 AM
 

Kevin said:

Stephane, what part was unreliable for you?
March 19, 2004 10:26 AM
 

Micheal Dunn said:

Stephane, yes very curious what was unreliable and what install style were you using? MSI from VS, 3rd party MSI tools, href exe no touch deployment?
April 12, 2004 6:37 PM
 

Sebastian said:

Quote: "If a dependency is detected but cannot be found, it will appear in the list but will include a warning icon marking it as a missing dependency."
I have such an warning icon, what can I do?
May 17, 2004 8:04 AM
 

Kevin said:

Sebastian, I wasn't sure what you're quoting from or the context of your question. Can you tell me the context in which you're seeing this warning icon? I am not sure if this is Visual Studio, the framework setup itself or some other tool.

Feel free to shoot me a mail from http://blogs.msdn.com/kmorrill/contact.aspx If you leave a reply to address, I'll get in touch with you directly and post the answer here.
May 17, 2004 12:23 PM
Anonymous comments are disabled

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker