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/Message.rgs | |
| 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/Message.rgs')
| -rw-r--r-- | src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.rgs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.rgs b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.rgs new file mode 100644 index 00000000..94a89f1f --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/Message.rgs | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | HKCR | ||
| 2 | { | ||
| 3 | NoRemove CLSID | ||
| 4 | { | ||
| 5 | ForceRemove {8b4c3a90-762c-465b-abc5-81cb3cc5e464} = s 'Message class' | ||
| 6 | { | ||
| 7 | ForceRemove Programmable | ||
| 8 | InprocServer32 = s '%MODULE%' | ||
| 9 | { | ||
| 10 | val ThreadingModel = s 'Apartment' | ||
| 11 | } | ||
| 12 | TypeLib = s '{8aaadab2-ac31-4618-ad2b-6b71d2a318eb}' | ||
| 13 | Version = s '1.0' | ||
| 14 | } | ||
| 15 | } | ||
| 16 | } | ||
