Connecting Tech Pros Worldwide Help | Site Map

dot NET dependencies

Newbie
 
Join Date: Apr 2009
Posts: 7
#1: 2 Weeks Ago
Hello All,

I created an application in Visual Basic .NET . Now to install this application on any computer I need to install .NET 2.0 framework on that system.

How can I identify and package only those particular DLL on .NET on which my application is dependent?

Thanks,
Amit
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,148
#2: 2 Weeks Ago

re: dot NET dependencies


Pretty sure .NET is distributed as a whole.
You can make an installer for your project and list .net2.0 as the dependancy
Newbie
 
Join Date: Nov 2009
Posts: 1
#3: 1 Week Ago

re: dot NET dependencies


You should use an installer like Tarma installer or InnoSetup with script to detect and download .NET if not present on computer.
I'm starting using Tarma which seems to work fine. I use InnoSetup generally which works fine but less with Windows service.
Reply

Tags
.net, c++