nman84
nman84

Reputation: 435

creating setup.exe

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

Answers (2)

wertyk
wertyk

Reputation: 408

Look this application: http://www.sminstall.com/

Upvotes: 1

Nick Beeuwsaert
Nick Beeuwsaert

Reputation: 1638

Lookup NSIS, I think that's what you are looking for

Upvotes: 1

Related Questions