From: Lev Stipakov <l...@openvpn.net> That code has been moved to MSM by commit 640c4d82 ("openvpnmsica: remove dco installer custom actions")
Signed-off-by: Lev Stipakov <l...@openvpn.net> --- src/openvpnmsica/openvpnmsica.h | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/openvpnmsica/openvpnmsica.h b/src/openvpnmsica/openvpnmsica.h index 64f73733..05889cc8 100644 --- a/src/openvpnmsica/openvpnmsica.h +++ b/src/openvpnmsica/openvpnmsica.h @@ -151,32 +151,6 @@ DLLEXP_DECL UINT __stdcall ProcessDeferredAction(_In_ MSIHANDLE hInstall); -/** - * Check what operation shall be performed on ovpn-dco driver - * and set data value (path to inf and user temp dir) for ProcessDriver action. - * - * @param hInstall Handle to the installation provided to the DLL custom action - * - * @return ERROR_SUCCESS on success; An error code otherwise - * See: https://msdn.microsoft.com/en-us/library/windows/desktop/aa368072.aspx - */ -DLLEXP_DECL UINT __stdcall -EvaluateDriver(_In_ MSIHANDLE hInstall); - - -/** - * Install or uninstall ovpn-dco driver, removing all adapters using that driver. - * If reboot is required, creates reboot indication file in user's temp directory - * - * @param hInstall Handle to the installation provided to the DLL custom action - * - * @return ERROR_SUCCESS on success; An error code otherwise - * See: https://msdn.microsoft.com/en-us/library/windows/desktop/aa368072.aspx - */ -DLLEXP_DECL UINT __stdcall -ProcessDriver(_In_ MSIHANDLE hInstall); - - /** * Schedule reboot after installation if reboot * indication file is found in user's temp directory -- 2.38.1.windows.1 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel