aboutsummaryrefslogtreecommitdiff
path: root/src/stub/stub.rc
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-29 22:18:45 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-29 22:20:26 -0600
commit3480ec56611d6c8784b7610dcac818133318f675 (patch)
treea80517a5ad1997b94527f81cfb81fa86e12a0927 /src/stub/stub.rc
parent61847dddd4fd497057c780658e383c4627de19ec (diff)
downloadwix-3480ec56611d6c8784b7610dcac818133318f675.tar.gz
wix-3480ec56611d6c8784b7610dcac818133318f675.tar.bz2
wix-3480ec56611d6c8784b7610dcac818133318f675.zip
Integrate into latest v4
Diffstat (limited to 'src/stub/stub.rc')
-rw-r--r--src/stub/stub.rc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stub/stub.rc b/src/stub/stub.rc
index 5601703d..80e1aac4 100644
--- a/src/stub/stub.rc
+++ b/src/stub/stub.rc
@@ -1,14 +1,3 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3#define VER_APP
4#define VER_ORIGINAL_FILENAME "setup.exe"
5#define VER_INTERNAL_NAME "setup"
6#define VER_FILE_DESCRIPTION "WiX Toolset Bootstrapper"
7#include "wix.rc"
8
91 ICON "stub.ico" 31 ICON "stub.ico"
10
11//#define MANIFEST_RESOURCE_ID 1
12#ifndef ARM // the ARM manifest is automatically injected but other platforms need it done manually.
13//MANIFEST_RESOURCE_ID RT_MANIFEST "stub.manifest"
14#endif