Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a requirement to develop a new software tool , which will install a 5 softwares in a sequence

Now i am finding difficulty in

1. I need to fetch a only five folders out of many and copy those folders to particulat to path
2. On Button click , can i able to burn the image of the PC
3. To install a softwares in a sequential way , i need to wait till completioin of the first software before i begin the installation of the second software
Posted
Comments
Richard MacCutchan 14-Apr-15 7:04am    
You should use one of the free installer packages that Google will find for you.
Sergey Alexandrovich Kryukov 14-Apr-15 11:25am    
Wrong approach. Software should be installed according to existing dependencies. If there are no dependencies, sequence makes no sense. Chances are, you just need a correct installation of all 5. The Windows Installer should handle dependencies. In a civilized way, using declarative approach.
—SA

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