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.Installer/Code/Features.wxs')
-rw-r--r--UVtools.Installer/Code/Features.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Installer/Code/Features.wxs b/UVtools.Installer/Code/Features.wxs
index 820a881..987a66d 100644
--- a/UVtools.Installer/Code/Features.wxs
+++ b/UVtools.Installer/Code/Features.wxs
@@ -3,7 +3,7 @@
<Fragment>
<Directory Id="TARGETDIR" Name="SourceDir">
- <Directory Id="ProgramFilesFolder">
+ <Directory Id="ProgramFiles64Folder">
<Directory Id="INSTALLLOCATION" Name="UVtools">
<Merge Id="UVtools" SourceFile="$(var.UVtools.InstallerMM.TargetPath)" DiskId="1" Language="1033" />
</Directory>