r15241 - gnucash/trunk/packaging/win32 - Add code for download/installation of Inno Setup Compiler, as suggested by hfelton.

Christian Stimming stimming at tuhh.de
Tue Dec 26 07:12:15 EST 2006


Am Donnerstag, 21. Dezember 2006 19:18 schrieb Andreas Köhler:
> > Add code for download/installation of Inno Setup Compiler, as suggested
> > by hfelton.
> >
> > Modified: gnucash/trunk/packaging/win32/dist.sh
> > ===================================================================
> > --- gnucash/trunk/packaging/win32/dist.sh	2006-12-21 13:53:03 UTC (rev
> > 15240)
> > +++ gnucash/trunk/packaging/win32/dist.sh	2006-12-21 14:10:41 UTC (rev
> > 15241)
> > @@ -141,6 +141,10 @@
> >              --install-schema-file $file >/dev/null
> >          echo "done"
> >      done
> > +
> > +    _INNO_UDIR=`unix_path $INNO_DIR`
> > +    echo "You can now run the Inno Setup Compiler for creating the
> > setup.exe:"
> > +    echo ${_INNO_UDIR}/iscc ${_GNUCASH_UDIR}/packaging/win32/gnucash.iss
> >  }
> >
> >  prepare
>
> Is there any reason not to call iscc directly?

No particular reason, except that 1. I'm not totally sure everyone who is 
trying this has ISCC already installed, and 2. I'm hesistant to introduce 
things that change the script in a rather unexpected change. Also, this takes 
quite a lot of time: 2 minutes of ISCC, whereas dist.sh takes 30 seconds.

Now that it has been in SVN for a while, feel free to change this so that ISCC 
is called directly.

Christian



More information about the gnucash-devel mailing list