Click here to Skip to main content
15,917,642 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have developed two windows applications (say A and B). Now I should allow a user to install any one of the these two. It should be installed unsupervised. Previously I used a batch file to install two applications one after another, but now I should select one among two to install. How can I achieve this.

All your advice is appreciated!
Posted
Updated 13-Dec-10 3:26am
v2
Comments
Manfred Rudolf Bihy 13-Dec-10 9:26am    
Edit: Spelling and grammar.
CodingLover 13-Dec-10 11:45am    
What you mean by one of them? Are you looking to select a one dynamically?

1 solution

Why don't you create an installer? Looks better than a batch file. You can use Visual Studio, installshield..
 
Share this answer
 
Comments
John Sathish Tamilarasu 13-Dec-10 11:07am    
i am using vs2005,which has no such option like installshield,how do i get it.
Toli Cuturicu 13-Dec-10 12:37pm    
You are wrong. It has.
Saksida Bojan 13-Dec-10 13:53pm    
installshield is a setup creator from Flexera software company. There are plenty of a free and open source installer and some are comercial.
VS2005 has something called: Setup & Deployment
NSIS 2 is a scriptable installer from nullsoft.
and if you arent happy, google it

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