Shivendra
Shivendra

Reputation: 53

create one click setup containing more than 1 exe/msi files

My desktop application is in Visual Studio 2008 and i want to create a set up(.exe) file which contain more than 1 exe/utility/msi files for example such as Project Setup.exe, Window Installer 3.1, .Net Framwork 3.5, Crystal Report Basic For Visual Studio 2008, Mysql Server 5.0

In other hand, want to create one click setup containing more than 1 exe/msi files. suggest any idea.

Upvotes: 0

Views: 604

Answers (1)

AS98
AS98

Reputation: 104

There are many programs and toolsets that can be used for created a one-click installer. One such toolset is WiX Toolset.
For a simple C# application all you need to do is Link
As an example on how to check for prerequistes. Link

Another one I've used before is Inno Setup

Upvotes: 1

Related Questions