Network Deployment
-
Hi all, I have made one application in VC++. I want to make installer of that application so that I can deploy it on all client machines from server machine. Can I know any tool to make Installer or any method to make setup like this? Thank in advance, Priyank
-
Hi all, I have made one application in VC++. I want to make installer of that application so that I can deploy it on all client machines from server machine. Can I know any tool to make Installer or any method to make setup like this? Thank in advance, Priyank
Hi, NSIS is a opensource freeware installer generator for windows. I used it for simple installation. I hope it has features that support your requirement. It has scripting to customise installer. please check this http://nsis.sourceforge.net/Main_Page[^]