tinyphone/tinyphone-installer/actions/DoPreInstall.cpp
2018-12-19 19:24:21 +05:30

10 lines
169 B
C++

#include "stdafx.h"
#include "actions.h"
#include "CheckResult.h"
HRESULT DEVMSI_API DoPreInstall( int argc, LPWSTR* argv )
{
HRESULT hr = S_OK;
return hr;
}