Skip to content

Commit 60078ba

Browse files
authored
Merge pull request #973 from Stefterv/main
Install into the Processing directory on Windows
2 parents fa68115 + 784c919 commit 60078ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: app/windows/Processing.wxs

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<Directory Id="ProgramMenuFolder">
1818
<Directory Id="ApplicationProgramsFolder" Name="Processing"/>
1919
</Directory>
20+
<Directory Id="ProgramFiles64Folder">
21+
<Directory Id="INSTALLFOLDER" Name="Processing">
22+
</Directory>
23+
</Directory>
2024
<Component Id="ApplicationShortcut" Guid="b15e6d69-f054-4ec2-aade-8e3756b537d6">
2125
<Shortcut Id="ApplicationStartMenuShortcut"
2226
Name="Processing"

0 commit comments

Comments
 (0)