Initial commit

This commit is contained in:
2014-11-12 19:36:56 -05:00
commit 58324fbbcc
91 changed files with 7909 additions and 0 deletions

17
inc/WixDistribution.h Normal file
View File

@@ -0,0 +1,17 @@
/* **************************************************************************
* WixDistribution.h file contains disribution specific items, such as
* Product Name.
*
* **************************************************************************/
#pragma once
#ifndef __WIXDISTRIBUTION_FILE_H_
#define __WIXDISTRIBUTION_FILE_H_
#ifdef VER_PRODUCT_NAME
#undef VER_PRODUCT_NAME
#endif
#define VER_PRODUCT_NAME "Windows Installer XML"
#endif // __WIXDISTRIBUTION_FILE_H_