diff --git a/packaging/win32/dist.sh b/packaging/win32/dist.sh index a1b158ee4d..e2dfb7b97c 100755 --- a/packaging/win32/dist.sh +++ b/packaging/win32/dist.sh @@ -262,7 +262,7 @@ function finish() { done echo "Now running the Inno Setup Compiler for creating the setup.exe" - ${_INNO_UDIR}/iscc ${_GNUCASH_UDIR}/gnucash.iss + ${_INNO_UDIR}/iscc //Q ${_GNUCASH_UDIR}/gnucash.iss if [ "$BUILD_FROM_TARBALL" = "no" ]; then # And changing output filename diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 9138f636d3..750efa0070 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -1293,7 +1293,7 @@ function make_install() { for file in *.schemas; do gconftool-2 \ --config-source=xml:merged:${_INSTALL_WFSDIR}/etc/gconf/gconf.xml.defaults \ - --install-schema-file $file + --install-schema-file $file >/dev/null done gconftool-2 --shutdown qpopd @@ -1342,7 +1342,7 @@ function make_chm() { echo "[MAP]" >> htmlhelp.hhp cat mymaps >> htmlhelp.hhp rm mymaps - hhc htmlhelp.hhp || true + hhc htmlhelp.hhp >/dev/null || true cp -fv htmlhelp.chm $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.chm cp -fv htmlhelp.hhmap $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.hhmap qpopd