mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 20:42:50 -05:00
installer: only install memfs executables when developer build is selected!
This commit is contained in:
@@ -122,8 +122,6 @@
|
|||||||
<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.memfs_x64.exe" />
|
|
||||||
<ComponentRef Id="C.memfs_x86.exe" />
|
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
<ComponentGroup Id="C.WinFsp.inc">
|
<ComponentGroup Id="C.WinFsp.inc">
|
||||||
<ComponentRef Id="C.fsctl.h" />
|
<ComponentRef Id="C.fsctl.h" />
|
||||||
@@ -134,6 +132,8 @@
|
|||||||
<ComponentRef Id="C.winfsp_x86.lib" />
|
<ComponentRef Id="C.winfsp_x86.lib" />
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
<ComponentGroup Id="C.WinFsp.smp">
|
<ComponentGroup Id="C.WinFsp.smp">
|
||||||
|
<ComponentRef Id="C.memfs_x64.exe" />
|
||||||
|
<ComponentRef Id="C.memfs_x86.exe" />
|
||||||
<ComponentRef Id="C.memfs.h" />
|
<ComponentRef Id="C.memfs.h" />
|
||||||
<ComponentRef Id="C.memfs.cpp" />
|
<ComponentRef Id="C.memfs.cpp" />
|
||||||
<ComponentRef Id="C.memfs_main.c" />
|
<ComponentRef Id="C.memfs_main.c" />
|
||||||
|
Reference in New Issue
Block a user