Callback invoked when deploy is beginning.
This callback is invoked to indicate that the deployment system has successfully initialized and is beginning the deployment process. If your code needs to store a starting time to measure deployment time, or to initialize a progress dialog, this is a good place to do it.
public:
HRESULT OnDeployInitialized()
Type: HRESULTÂ
Return S_OK to continue deployment, or a failure HRESULT to cancel the deployment.
Header: Declared in xtfapplication.h.
Library: Use xtfapplication.lib.