{
DeployPkgStatus retStatus;
+#if !defined(OPEN_VM_TOOLS) && !defined(USERWORLD)
+ sLog(log_info, "Imgcust component Version: %s (%s)",
+ SYSIMAGE_VERSION_EXT_STR, BUILD_NUMBER);
+#endif
sLog(log_info, "Initializing deployment module.");
Init();
#include "unicodeBase.h"
#include "conf.h"
+#include "vm_tools_version.h"
+#include "buildNumber.h"
+#include "vm_product.h"
+
#ifdef __cplusplus
extern "C" {
#endif
}
DeployPkg_SetLogger(DeployPkgLog_Log);
+ DeployPkgLog_Log(log_info, "%s Version: %s (%s)", VMWARE_TOOLS_SHORT_NAME,
+ TOOLS_VERSION_EXT_CURRENT_STR, BUILD_NUMBER);
DeployPkgLog_Log(log_debug, "Deploying %s", pkgFile);
#ifdef _WIN32