diff options
| author | Bevan Weiss <bevan.weiss@gmail.com> | 2025-01-03 15:14:49 +1100 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 14:55:39 -0800 |
| commit | c49432f7d39dfe7fedc722b85cd1162bd5096ac1 (patch) | |
| tree | 5f319208fffbb2a9215af627f7ee21a2425ece0e /src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc | |
| parent | 254196975c1f82bf7079a9d56b5417f5da9d8d76 (diff) | |
| download | wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.gz wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.bz2 wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.zip | |
Migrate COM+ E2E tests from raw binaries to source code.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc')
| -rw-r--r-- | src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc new file mode 100644 index 00000000..87f4785e --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc | |||
| @@ -0,0 +1,144 @@ | |||
| 1 | // Microsoft Visual C++ generated resource script. | ||
| 2 | // | ||
| 3 | #include "resource.h" | ||
| 4 | |||
| 5 | #define APSTUDIO_READONLY_SYMBOLS | ||
| 6 | ///////////////////////////////////////////////////////////////////////////// | ||
| 7 | // | ||
| 8 | // Generated from the TEXTINCLUDE 2 resource. | ||
| 9 | // | ||
| 10 | #ifndef APSTUDIO_INVOKED | ||
| 11 | #include "targetver.h" | ||
| 12 | #endif | ||
| 13 | #include "winres.h" | ||
| 14 | #include "verrsrc.h" | ||
| 15 | |||
| 16 | ///////////////////////////////////////////////////////////////////////////// | ||
| 17 | #undef APSTUDIO_READONLY_SYMBOLS | ||
| 18 | |||
| 19 | ///////////////////////////////////////////////////////////////////////////// | ||
| 20 | // English (United States) resources | ||
| 21 | |||
| 22 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | ||
| 23 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | ||
| 24 | |||
| 25 | #ifdef APSTUDIO_INVOKED | ||
| 26 | ///////////////////////////////////////////////////////////////////////////// | ||
| 27 | // | ||
| 28 | // TEXTINCLUDE | ||
| 29 | // | ||
| 30 | |||
| 31 | 1 TEXTINCLUDE | ||
| 32 | BEGIN | ||
| 33 | "resource.h\0" | ||
| 34 | END | ||
| 35 | |||
| 36 | 2 TEXTINCLUDE | ||
| 37 | BEGIN | ||
| 38 | "#ifndef APSTUDIO_INVOKED\r\n" | ||
| 39 | "#include ""targetver.h""\r\n" | ||
| 40 | "#endif\r\n" | ||
| 41 | "#include ""winres.h""\r\n" | ||
| 42 | "#include ""verrsrc.h""\r\n" | ||
| 43 | "\0" | ||
| 44 | END | ||
| 45 | |||
| 46 | 3 TEXTINCLUDE | ||
| 47 | BEGIN | ||
| 48 | "1 TYPELIB ""TestComponentNative.tlb""\r\n" | ||
| 49 | "\0" | ||
| 50 | END | ||
| 51 | |||
| 52 | #endif // APSTUDIO_INVOKED | ||
| 53 | |||
| 54 | |||
| 55 | ///////////////////////////////////////////////////////////////////////////// | ||
| 56 | // | ||
| 57 | // Version | ||
| 58 | // | ||
| 59 | // REMOVED: This is provided by WiX build system overrides | ||
| 60 | |||
| 61 | //VS_VERSION_INFO VERSIONINFO | ||
| 62 | // FILEVERSION 1,0,0,1 | ||
| 63 | // PRODUCTVERSION 1,0,0,1 | ||
| 64 | // FILEFLAGSMASK 0x3fL | ||
| 65 | //#ifdef _DEBUG | ||
| 66 | // FILEFLAGS 0x1L | ||
| 67 | //#else | ||
| 68 | // FILEFLAGS 0x0L | ||
| 69 | //#endif | ||
| 70 | // FILEOS 0x40004L | ||
| 71 | // FILETYPE 0x2L | ||
| 72 | // FILESUBTYPE 0x0L | ||
| 73 | //BEGIN | ||
| 74 | // BLOCK "StringFileInfo" | ||
| 75 | // BEGIN | ||
| 76 | // BLOCK "040904B0" | ||
| 77 | // BEGIN | ||
| 78 | // VALUE "CompanyName", "TODO: <Company name>" | ||
| 79 | // VALUE "FileDescription", "TODO: <File description>" | ||
| 80 | // VALUE "FileVersion", "1.0.0.1" | ||
| 81 | // VALUE "LegalCopyright", "TODO: (c) <Company name>. All rights reserved." | ||
| 82 | // VALUE "InternalName", "TestComponentNative.dll" | ||
| 83 | // VALUE "OriginalFilename", "TestComponentNative.dll" | ||
| 84 | // VALUE "ProductName", "TODO: <Product name>" | ||
| 85 | // VALUE "ProductVersion", "1.0.0.1" | ||
| 86 | // END | ||
| 87 | // END | ||
| 88 | // BLOCK "VarFileInfo" | ||
| 89 | // BEGIN | ||
| 90 | // VALUE "Translation", 0x409, 1200 | ||
| 91 | // END | ||
| 92 | //END | ||
| 93 | |||
| 94 | |||
| 95 | ///////////////////////////////////////////////////////////////////////////// | ||
| 96 | // | ||
| 97 | // REGISTRY | ||
| 98 | // | ||
| 99 | |||
| 100 | IDR_TESTCOMPONENTNATIVE REGISTRY "TestComponentNative.rgs" | ||
| 101 | |||
| 102 | |||
| 103 | ///////////////////////////////////////////////////////////////////////////// | ||
| 104 | // | ||
| 105 | // String Table | ||
| 106 | // | ||
| 107 | |||
| 108 | STRINGTABLE | ||
| 109 | BEGIN | ||
| 110 | IDS_PROJNAME "TestComponentNative" | ||
| 111 | END | ||
| 112 | |||
| 113 | #endif // English (United States) resources | ||
| 114 | ///////////////////////////////////////////////////////////////////////////// | ||
| 115 | |||
| 116 | |||
| 117 | ///////////////////////////////////////////////////////////////////////////// | ||
| 118 | // English (United Kingdom) resources | ||
| 119 | |||
| 120 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) | ||
| 121 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK | ||
| 122 | |||
| 123 | ///////////////////////////////////////////////////////////////////////////// | ||
| 124 | // | ||
| 125 | // REGISTRY | ||
| 126 | // | ||
| 127 | |||
| 128 | IDR_MESSAGE REGISTRY "Message.rgs" | ||
| 129 | |||
| 130 | #endif // English (United Kingdom) resources | ||
| 131 | ///////////////////////////////////////////////////////////////////////////// | ||
| 132 | |||
| 133 | |||
| 134 | |||
| 135 | #ifndef APSTUDIO_INVOKED | ||
| 136 | ///////////////////////////////////////////////////////////////////////////// | ||
| 137 | // | ||
| 138 | // Generated from the TEXTINCLUDE 3 resource. | ||
| 139 | // | ||
| 140 | 1 TYPELIB "TestComponentNative.tlb" | ||
| 141 | |||
| 142 | ///////////////////////////////////////////////////////////////////////////// | ||
| 143 | #endif // not APSTUDIO_INVOKED | ||
| 144 | |||
