Any advice much appreciated :)
Thanks
I have had a quick go with dotnetfx.exe (v2) and getting it to work with
Installshield Express, however, I don't know how to tell whether .NET is
already installed (from within the installation script).
I would have to run this setup first within the install (which maybe not
possible with Express), so that .NET is installed, then somehow get it to
register the assembly .dll with regex.exe (which has hopefully just been
installed)
Think I'm going to have to bite the bullet and fork out for Installshield
Express :(
Thanks,
Andy
You might consider Installaware (http://installaware.com/), the new
install builder being shipped with the studio versions of Delphi (in
place of InstallSheild, I think). I believe it's written in Delphi.
If you want to look at building your MSI files from the command line or
some free tools check these references:
http://www.installsite.org/
http://wix.sourceforge.net/
http://www.mcsemag.info/solution/w2k04.htm
--
David Cornelius
corneliusconcepts.com
custom designed software
I've downloaded the 30 day demo of installaware express, and I'm very
impressed so far !
I've already created a very nice looking install which distributes .NET 2.0
along with the appropriate windows installer as well.
Its very easy to use and a lot cheaper than the other solution ;)
Andy
You can wrap an MSI in Inno, but it doesn't produce one.