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:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-06-21 01:54:38 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-06-21 01:54:38 +0300
commitc10bf6cef3511241c31c1240c3717d3c2764092e (patch)
treedc01e18da14be0347c15f45bd945f0bf9ea730f8 /UVtools.Installer/Code/Features.wxs
parentfc73f2ff7546f3f66ec4ada7b975534487001fac (diff)
v0.5.2.1v0.5.2.1
* (Add) cws: Allow change layer PWM value * (Update) Dependency ImageSharp from 1.0.0-rc0002 to 1.0.0-rc0003 (It fix a error on resize function) * (Fix) cws: GCode 0 before G29 * (Fix) Phrozen Sonic Mini: Display Height from 66.04 to 68.04 * (Fix) Zortrax Inkspire: Display and Volume to 74.67x132.88 * (Fix) Layer repair tool allow operation when every repair checkbox is deselected
Diffstat (limited to 'UVtools.Installer/Code/Features.wxs')
-rw-r--r--UVtools.Installer/Code/Features.wxs17
1 files changed, 17 insertions, 0 deletions
diff --git a/UVtools.Installer/Code/Features.wxs b/UVtools.Installer/Code/Features.wxs
new file mode 100644
index 0000000..a0c923f
--- /dev/null
+++ b/UVtools.Installer/Code/Features.wxs
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <Directory Id="TARGETDIR" Name="SourceDir">
+ <Directory Id="ProgramFilesFolder">
+ <Directory Id="INSTALLLOCATION" Name="UVtools">
+ <Merge Id="UVtools" SourceFile="$(var.UVtools.InstallerMM.TargetPath)" DiskId="1" Language="1033" />
+ </Directory>
+ </Directory>
+ </Directory>
+ <Feature Id="UVtools" Title="UVtools" Description="Installs all the files needed for UVtools" Level="1" AllowAdvertise="no" ConfigurableDirectory="INSTALLLOCATION">
+ <MergeRef Id="UVtools" />
+ <!-- Uncomment the below line to pull in IIS Metadata. Otherwise delete if not needed -->
+ <!--<ComponentGroupRef Id="webSite" />-->
+ </Feature>
+ </Fragment>
+</Wix> \ No newline at end of file