tinyphone/tinyphone-installer/actions/DoPreInstall.cpp

11 lines
169 B
C++
Raw Permalink Normal View History

2018-12-19 18:26:24 +05:30
#include "stdafx.h"
#include "actions.h"
#include "CheckResult.h"
HRESULT DEVMSI_API DoPreInstall( int argc, LPWSTR* argv )
{
HRESULT hr = S_OK;
return hr;
}