Thank you all. I took a quick look at Nullsoft Install software, sounds
interesting, I don't mind learning curve, however, I wish there's some sort
of sample code or even write-up on creating a Windowish Installer for DOS
batch centric installation process/controls, I have about 10 batch files.
In the past, I've tried some batch file conversion tools (to .exe) but none
worked. The package is quite involved...
"Big_Al" wrote:
> John McGaw said this on 3/7/2009 8:47 PM:
> > anythingreally wrote:
> >> Running some DOS batch file to install a program simply scares users
> >> off, so, how could I turn/compile them an .exe with Window's interface
> >> for alert/validation/status update etc? Preferably not to get too
> >> involved...
> >>
> >> Thanks in advance.
> >>
> >> Don
> >
> > I've never heard of any programs that could compile a .BAT into an .EXE
> > but why bother -- there are real install programs out there which will
> > unpack, create directories, install, make registry changes, etc. And
> > some of them are free. Try a Google search for "freeware install
> > program" (without the quotes) and see what pops up. Download and try
> > some of the free ones -- one of them will probably do the job.
> >
> > --
> > John McGaw
> > http://johnmcgaw.com
>
> Nullsoft Install software is one of them that comes to my mind. It
> seems to be quite robust. Google should find its source. There's a
> heck of a learning curve on it though.
>
>