Installation tool
-
I need to buy a tool that manages the creation of an executable files that self-installs the developed application, all needed libraries (dll, ocx, ...) and all files required by the application (database, configuration files, ...) in order to simplify the installation procedure. Does someone know which is an usefull tool ??? Thanks a lot.
-
I need to buy a tool that manages the creation of an executable files that self-installs the developed application, all needed libraries (dll, ocx, ...) and all files required by the application (database, configuration files, ...) in order to simplify the installation procedure. Does someone know which is an usefull tool ??? Thanks a lot.
Wise, Installshield, NullSoft, VS.NET, Windows Installer MSI Drinking In The Sun Forgot Password?
-
I need to buy a tool that manages the creation of an executable files that self-installs the developed application, all needed libraries (dll, ocx, ...) and all files required by the application (database, configuration files, ...) in order to simplify the installation procedure. Does someone know which is an usefull tool ??? Thanks a lot.
Have you looked at the Visual Studio Installer? http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/default.asp Cheers, Jon
-
I need to buy a tool that manages the creation of an executable files that self-installs the developed application, all needed libraries (dll, ocx, ...) and all files required by the application (database, configuration files, ...) in order to simplify the installation procedure. Does someone know which is an usefull tool ??? Thanks a lot.
Inno Setup is a Very good free tool that does just this. There are two: Inno Setup, www.jrsoftware.org - Free and creates very professtional looking installers. Or you can use an enhanced version called, My Inno Setup Extentions, http://www.wintax.nl/isx/ - this is Inno Setup +, still free but you can do some pascal scripting and add your own custom pages to the installation as well as installing from the internet. Honestly, i have never come accross a situation where i have had to buy an installer since there are very good free ones arround. Asim Hussain e: asim@jawache.net w: www.jawache.net
-
I need to buy a tool that manages the creation of an executable files that self-installs the developed application, all needed libraries (dll, ocx, ...) and all files required by the application (database, configuration files, ...) in order to simplify the installation procedure. Does someone know which is an usefull tool ??? Thanks a lot.
Hi anthony, Take a look at Ghost installer at www.ginstall.com, it can register COM servers during install. Bye, Alwin