]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Make MSI custom action debug pop-up more informative
authorSimon Rozman <simon@rozman.si>
Mon, 12 Nov 2018 12:22:46 +0000 (13:22 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 17 Jan 2019 16:41:31 +0000 (17:41 +0100)
commit27556854a512a901dba5118ad18b37f3abf0d440
tree62d473a52cef4c766a10b74aaed2dbd4a1188647
parent49cb9f9469e993abc13d317bdcd671822b47fab6
Make MSI custom action debug pop-up more informative

Each MSI custom action pops-up a message box in the _DEBUG version
before commencing execution. This opens a time window for developer to
attach debugger to the msiexec.exe process, set the breakpoints before
custom action proceeds with execution.

While those pop-up dialogs are targeted to a limited audience, they were
very sparse. With this patch, they become more informative and they also
provide PID of the msiexec.exe process to attach debugger to.
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20181112122246.13556-3-simon@rozman.si>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17907.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpnmsica/openvpnmsica.c