AndyK
January 26th, 2000, 04:58 PM
I need good, easy to use setup maker which gives me few options and when compiled it makes one self-extracting EXE
Thank You
Thank You
|
Click to See Complete Forum and Search --> : Anyone knows good FREE setup maker (not PDW)? AndyK January 26th, 2000, 04:58 PM I need good, easy to use setup maker which gives me few options and when compiled it makes one self-extracting EXE Thank You Rippin January 26th, 2000, 10:06 PM You could use Microsoft's Visual Installer ( http://msdn.microsoft.com/vstudio/downloads/vsi/download.asp ). I have used it for all of my most recent apps. It gives you WAAAY more control over the setup program than PDW does. Rippin Chris Eastwood January 27th, 2000, 02:40 AM One of the best 'free' installers that I've found is 'Freeman Installer' from http://netnet.net/~freeman/ - it has all kinds of features (even a kind-of scripting language built in) and lets you customise just about every step of the installation procedure. Be warned though, it's mainly aimed at C/C++ developers and if I remember correctly, doesn't handle dependancies (at least, not as well as PDW). Chris Eastwood CodeGuru - the website for developers http://codeguru.developer.com/vb Arun Sahoo January 27th, 2000, 05:33 AM I have downloaded the VSI Package I made is running fine in my machine. If i am trying in other PC it is giving error correct version of MDAC_TYP is not found. Crazy D @ Work January 27th, 2000, 06:17 AM Well then you need to run mdac_typ.exe and probably dcom9x.exe Crazy D @ Work :-) Lothar Haensler January 27th, 2000, 06:24 AM you shouldn't need a DCOM installation on an NT machine. DCOM is part of NT (4) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |