Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,

I created a project (setup) in vb.net, adding a new project (setup)
My application is dependent on .NetFramkeWork 3.1, SSCE, VB PowerPacks

I have included these items in my CD, containing distribution files.

I wish when user runs setup, these things should automatically be installed. At the moment we have to install them one by one, which is really not a good way of installing your application.

Also, my Debug folder contains two Setup files, what are they? One should be for installing the application, what about the other?

Thanks
Furqan
Posted
Updated 12-Mar-11 2:13am
v2

1 solution

This may help you for Setup and Dependencies at a time
http://archive.msdn.microsoft.com/bmg[^]
The two files that occurs in Debugger folder appears are
.exe and .Msi files
.exe file is executable file and .msi file is Installer file which are generated automatically
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900