Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 4d42db4

Browse files
committed
Avoid issue on Windows where QuickTime ignores third-party codecs if the system language is Russian by installing to QTSystem directory
1 parent 000afd7 commit 4d42db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hap Codec Windows/Installer/HapQuickTimeSetup.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Package Description="A QuickTime component to permit creating and playing Hap movies." Comments="Hap QuickTime Component" InstallerVersion="405" Compressed="yes" />
55
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
66
<Property Id="INSTALLDIR">
7-
<RegistrySearch Id='QTComponentsRegistry' Type='directory' Root='HKLM' Key='SOFTWARE\Apple Computer, Inc.\QuickTime' Name='QTComponentsDir' Win64="no" />
7+
<RegistrySearch Id='QTSystemRegistry' Type='directory' Root='HKLM' Key='SOFTWARE\Apple Computer, Inc.\QuickTime' Name='QTSysDir' Win64="no" />
88
</Property>
99
<Condition Message="QuickTime for Windows must be installed to install the Hap QuickTime component."><![CDATA[Installed OR INSTALLDIR]]></Condition>
1010
<Directory Id="TARGETDIR" Name="SourceDir">

0 commit comments

Comments
 (0)