mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
build: installer: add .NET assembly and GAC it
This commit is contained in:
parent
c7ca500dd5
commit
dcf38cdf08
@ -87,6 +87,15 @@
|
|||||||
<Condition>NOT VersionNT64</Condition>
|
<Condition>NOT VersionNT64</Condition>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
|
<!-- GAC the assembly and its policy -->
|
||||||
|
<Component Id="C.winfsp_msil.dll">
|
||||||
|
<File Name="winfsp-msil.dll" KeyPath="yes" Assembly=".net" />
|
||||||
|
</Component>
|
||||||
|
<Component Id="C.policy.winfsp_msil.dll">
|
||||||
|
<File Name="policy.1.0.winfsp-msil.dll" KeyPath="yes" Assembly=".net" />
|
||||||
|
<File Name="policy.1.0.winfsp-msil.config" KeyPath="no" />
|
||||||
|
</Component>
|
||||||
|
|
||||||
<!-- On Win64 ServiceInstall launcher-x64.exe -->
|
<!-- On Win64 ServiceInstall launcher-x64.exe -->
|
||||||
<Component Id="C.launcher_x64.exe.svcinst">
|
<Component Id="C.launcher_x64.exe.svcinst">
|
||||||
<File Id="launcher_x64.exe.svcinst" Name="launcher-x64.exe" KeyPath="yes" />
|
<File Id="launcher_x64.exe.svcinst" Name="launcher-x64.exe" KeyPath="yes" />
|
||||||
@ -362,6 +371,8 @@
|
|||||||
<ComponentRef Id="C.winfsp_x86.dll" />
|
<ComponentRef Id="C.winfsp_x86.dll" />
|
||||||
<ComponentRef Id="C.winfsp_x64.dll" />
|
<ComponentRef Id="C.winfsp_x64.dll" />
|
||||||
<ComponentRef Id="C.winfsp_x86.dll.selfreg" />
|
<ComponentRef Id="C.winfsp_x86.dll.selfreg" />
|
||||||
|
<ComponentRef Id="C.winfsp_msil.dll" />
|
||||||
|
<ComponentRef Id="C.policy.winfsp_msil.dll" />
|
||||||
<ComponentRef Id="C.launcher_x64.exe.svcinst" />
|
<ComponentRef Id="C.launcher_x64.exe.svcinst" />
|
||||||
<ComponentRef Id="C.launcher_x86.exe" />
|
<ComponentRef Id="C.launcher_x86.exe" />
|
||||||
<ComponentRef Id="C.launcher_x64.exe" />
|
<ComponentRef Id="C.launcher_x64.exe" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user