Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / March 2005

Tip: Looking for answers? Try searching our database.

Deploying Visual Studio Applications

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Michael - 03 Mar 2005 09:47 GMT
Hi!
I've written some simple games and now I want to create installers for them.
I've added the thrid party dlls that I use (fmod, libsdl..) but my games also
need certain Visual Studio .NET dlls.

1. How do I supply the Visual Studio .NET dlls to the end user? (Ship the
.NET-framework?)
2. Is there some tool I can use to find out which dlls that are needed by a
specific exe?

/M
adebaene@club-internet.fr - 03 Mar 2005 12:53 GMT
> Hi!
> I've written some simple games and now I want to create installers for them.
> I've added the thrid party dlls that I use (fmod, libsdl..) but my games also
> need certain Visual Studio .NET dlls.
>
> 1. How do I supply the Visual Studio .NET dlls to the end user?
That depends on what your app needs...

> (Ship the
> .NET-framework?)
Only if you have buid a managed C++ app.

> 2. Is there some tool I can use to find out which dlls that are needed by a
> specific exe?
Depends (www.dependencywalker.com) for the unmanaged part. ildasm or
.NET reflector (http://www.aisto.com/roeder/dotnet/) for the managed
part.

Arnaud
MVP - VC
Ioannis Vranos - 03 Mar 2005 15:12 GMT
> Hi!
> I've written some simple games and now I want to create installers for them.
[quoted text clipped - 3 lines]
> 1. How do I supply the Visual Studio .NET dlls to the end user? (Ship the
> .NET-framework?)

I guess you mean some .NET framework dlls.

Usually the .NET framework is already installed in most machines these
days. If it is not, you may use the .NET framework redistributable.
Peteroid - 03 Mar 2005 17:36 GMT
Depends on how 'professional' you want to be. Professional install
applications will likely be able to be able to allow a setup to determine if
it needs Framework (i.e., if it's already installed).

Less professionally, just point to those you give it to to the place on the
web where they can download the most recent version of Framework (it's huge,
over 100+M as I recall).

I'm not sure if it's legal to actually include Framework as part of your
package, but it seems to me its free availablity on the web (and its
requirement for Managed C++ applications) might suggest MS would allow (and
might even encourage) such inclusion...

My 2 cents...

 [==Peteroid==]

> Hi!
> I've written some simple games and now I want to create installers for
[quoted text clipped - 10 lines]
>
> /M
Ioannis Vranos - 03 Mar 2005 17:54 GMT
> I'm not sure if it's legal to actually include Framework as part of your
> package, but it seems to me its free availablity on the web (and its
> requirement for Managed C++ applications) might suggest MS would allow (and
> might even encourage) such inclusion...
>
> My 2 cents...

Yes you can include the framework as part of your application, provided
that you use the redistributable package.

http://msdn.microsoft.com/netframework/downloads/framework1_1redist

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.