[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Installation CD for .NET application.

James X. Li

5/1/2006 5:14:00 PM

Hi everyone,

I have a msi setup program for my .NET 1.1 application that also
uses DirectX runtime library.

I would like to create top-level setup wrap program for CD based
installation
that does the following:

* Check whether .NET 1.1 runtime is installed on the computer, if not,
enable the user to install it from the CD.

* Check whether DirectX runtime is installed in the computer, if not,
enable the user to install it from the CD.

* Install my application from the CD.

Does anybody know a tool that provides support to implement
above features? Does anybody know a simple program (in C/C++ or
other languages) for similar tasks?

Thanks in advance.

James X. Li