mirror of
https://github.com/ckaczor/WixBalExtensionExt.git
synced 2026-01-21 09:45:37 -05:00
Initial commit
This commit is contained in:
17
inc/WixDistribution.h
Normal file
17
inc/WixDistribution.h
Normal 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_
|
||||
Reference in New Issue
Block a user