diff options
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/MsmqExtension.wixproj | 24 | ||||
-rw-r--r-- | src/wixlib/MsmqExtension.wxs | 31 | ||||
-rw-r--r-- | src/wixlib/en-us.wxl | 10 | ||||
-rw-r--r-- | src/wixlib/ja-jp.wxl | 10 |
4 files changed, 75 insertions, 0 deletions
diff --git a/src/wixlib/MsmqExtension.wixproj b/src/wixlib/MsmqExtension.wixproj new file mode 100644 index 00000000..6dcdfbc7 --- /dev/null +++ b/src/wixlib/MsmqExtension.wixproj | |||
@@ -0,0 +1,24 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
6 | <PropertyGroup> | ||
7 | <ProjectGuid>{42493058-5FC8-4F85-9884-FF3190E084B6}</ProjectGuid> | ||
8 | <OutputName>msmq</OutputName> | ||
9 | <OutputType>Library</OutputType> | ||
10 | <BindFiles>true</BindFiles> | ||
11 | </PropertyGroup> | ||
12 | |||
13 | <ItemGroup> | ||
14 | <Compile Include="MsmqExtension.wxs" /> | ||
15 | <EmbeddedResource Include="en-us.wxl" /> | ||
16 | <EmbeddedResource Include="ja-jp.wxl" /> | ||
17 | </ItemGroup> | ||
18 | |||
19 | <ItemGroup> | ||
20 | <ProjectReference Include="..\ca\msmqca.proj" /> | ||
21 | </ItemGroup> | ||
22 | |||
23 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> | ||
24 | </Project> | ||
diff --git a/src/wixlib/MsmqExtension.wxs b/src/wixlib/MsmqExtension.wxs new file mode 100644 index 00000000..b8622580 --- /dev/null +++ b/src/wixlib/MsmqExtension.wxs | |||
@@ -0,0 +1,31 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
6 | <?include caerr.wxi ?> | ||
7 | |||
8 | <Fragment> | ||
9 | <UI> | ||
10 | <ProgressText Action="MessageQueuingExecuteInstall" Template="!(loc.MessageQueuingExecuteInstallTemplate)">!(loc.MessageQueuingExecuteInstall)</ProgressText> | ||
11 | <ProgressText Action="MessageQueuingExecuteUninstall" Template="!(loc.MessageQueuingExecuteUninstallTemplate)">!(loc.MessageQueuingExecuteUninstall)</ProgressText> | ||
12 | </UI> | ||
13 | |||
14 | <CustomAction Id="MessageQueuingInstall" BinaryKey="WixMsmqSched" DllEntry="MessageQueuingInstall" Execute="immediate" Return="check" SuppressModularization="yes"/> | ||
15 | <CustomAction Id="MessageQueuingUninstall" BinaryKey="WixMsmqSched" DllEntry="MessageQueuingUninstall" Execute="immediate" Return="check" SuppressModularization="yes"/> | ||
16 | <CustomAction Id="MessageQueuingExecuteInstall" BinaryKey="WixMsmqExec" DllEntry="MessageQueuingExecuteInstall" Execute="deferred" Return="check" Impersonate="no" SuppressModularization="yes"/> | ||
17 | <CustomAction Id="MessageQueuingRollbackInstall" BinaryKey="WixMsmqExec" DllEntry="MessageQueuingRollbackInstall" Execute="rollback" Return="check" Impersonate="no" SuppressModularization="yes"/> | ||
18 | <CustomAction Id="MessageQueuingExecuteUninstall" BinaryKey="WixMsmqExec" DllEntry="MessageQueuingExecuteUninstall" Execute="deferred" Return="check" Impersonate="no" SuppressModularization="yes"/> | ||
19 | <CustomAction Id="MessageQueuingRollbackUninstall" BinaryKey="WixMsmqExec" DllEntry="MessageQueuingRollbackUninstall" Execute="rollback" Return="check" Impersonate="no" SuppressModularization="yes"/> | ||
20 | |||
21 | <InstallExecuteSequence> | ||
22 | <Custom Action="MessageQueuingUninstall" After="DeleteServices" Overridable="yes">VersionNT >= 500</Custom> | ||
23 | <Custom Action="MessageQueuingInstall" Before="InstallServices" Overridable="yes">VersionNT >= 500</Custom> | ||
24 | </InstallExecuteSequence> | ||
25 | </Fragment> | ||
26 | |||
27 | <Fragment> | ||
28 | <Binary Id="WixMsmqExec" SourceFile="mqexec.dll"/> | ||
29 | <Binary Id="WixMsmqSched" SourceFile="mqsched.dll"/> | ||
30 | </Fragment> | ||
31 | </Wix> | ||
diff --git a/src/wixlib/en-us.wxl b/src/wixlib/en-us.wxl new file mode 100644 index 00000000..ebe08095 --- /dev/null +++ b/src/wixlib/en-us.wxl | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <WixLocalization Culture="en-us" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
6 | <String Id="MessageQueuingExecuteInstall" Overridable="yes">Configuring message queues</String> | ||
7 | <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes">Queue: [1]</String> | ||
8 | <String Id="MessageQueuingExecuteUninstall" Overridable="yes">Configuring message queues</String> | ||
9 | <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes">Queue: [1]</String> | ||
10 | </WixLocalization> | ||
diff --git a/src/wixlib/ja-jp.wxl b/src/wixlib/ja-jp.wxl new file mode 100644 index 00000000..d56cd7ec --- /dev/null +++ b/src/wixlib/ja-jp.wxl | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <WixLocalization Culture="ja-jp" xmlns="http://wixtoolset.org/schemas/v4/wxl"> | ||
6 | <String Id="MessageQueuingExecuteInstall" Overridable="yes">メッセージ キューを構成しています</String> | ||
7 | <String Id="MessageQueuingExecuteInstallTemplate" Overridable="yes">キュー: [1]</String> | ||
8 | <String Id="MessageQueuingExecuteUninstall" Overridable="yes">メッセージ キューを構成しています</String> | ||
9 | <String Id="MessageQueuingExecuteUninstallTemplate" Overridable="yes">キュー: [1]</String> | ||
10 | </WixLocalization> | ||