Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.InstallerMM/UVtools.InstallerMMcustom.wxs')
-rw-r--r--UVtools.InstallerMM/UVtools.InstallerMMcustom.wxs16
1 files changed, 16 insertions, 0 deletions
diff --git a/UVtools.InstallerMM/UVtools.InstallerMMcustom.wxs b/UVtools.InstallerMM/UVtools.InstallerMMcustom.wxs
new file mode 100644
index 0000000..90dcac4
--- /dev/null
+++ b/UVtools.InstallerMM/UVtools.InstallerMMcustom.wxs
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+
+ <!-- Reference Custom Components Below -->
+ <ComponentGroup Id="Custom">
+
+ </ComponentGroup>
+
+ <!-- Author Custom Components Below -->
+ <DirectoryRef Id="MergeRedirectFolder">
+
+ </DirectoryRef>
+
+ </Fragment>
+</Wix> \ No newline at end of file