Reputation: 435
I have three exe files, and a folder which is used to install programs, I am thinking of doing a setup which run these exe and then move a folder to c:.
Program execution will be like this:
file1.exe
file2.exe
file3.exe
Move a folder to c:
i was thinking of doing a batch file which does this but the batch file executes all the programs at once.
I know there is a program called installshield which creates a setup file but it is expensive. I need some advice in what open source software can be used to do this work, i was thinking visual basic?
Upvotes: 2
Views: 233