Home GnuPG
Diffusion GnuPG 026bbf0d5ee4

speedo,w32: Use nsExec::ExecToLog to avoid popups
026bbf0d5ee4Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

speedo,w32: Use nsExec::ExecToLog to avoid popups

* build-aux/speedo/w32/inst.nsi: Use ExecToLog instead of
ExecWait.

nsExec is a standard nsis call to spawn a process and
wait for it to finish. ExecToLog redirects stdout and stderr
of the process call and adds it to the log window instead
of opening a temporary console window.

  • Signed-off-by: Andre Heinecke <aheinecke@intevation.de>

Details

Provenance
aheineckeAuthored on Dec 19 2016, 3:10 PM
Parents
rGe384405b6e25: Remove unused debug flags and add "dns" and "network".
Branches
Unknown
Tags
Unknown

Event Timeline

Andre Heinecke <aheinecke@intevation.de> committed rG026bbf0d5ee4: speedo,w32: Use nsExec::ExecToLog to avoid popups (authored by Andre Heinecke <aheinecke@intevation.de>).Dec 19 2016, 3:15 PM