|
From: Mark L. <mid...@ve...> - 2007-03-03 02:34:42
|
Aparna Khade wrote: > > Is there a way in which I can package these 4 folders into an exe to > be given to the client? > Appreciate your prompt response. > Have a look at NSIS at http://nsis.sourceforge.net/Main_Page It's a free open source tool that lets you write installation scripts for Windows that let you do just about anything. It takes a little time to learn the scripting language (a couple days if you're used to picking up things like this), but there's lots of help available, including a nice user's guide and a discussion forum. -Mark |