Create InstallerLocation key, regression from r55046.
Fixes msi installer check in bug 6879.

svn path=/trunk/; revision=56583
This commit is contained in:
Sylvain Petreolle 2012-05-13 22:49:24 +00:00
parent 9af06a8a60
commit d543e5e0de

View file

@ -28,6 +28,7 @@ ks.inf
[RegistrationPhase2]
RegisterDlls = OleControlDlls
AddReg=Classes
[OleControlDlls]
11,,atl.dll,1
@ -89,3 +90,16 @@ RegisterDlls = OleControlDlls
11,,wininet.dll,2
11,,wintrust.dll,1
11,,wuapi.dll,1
[Strings]
MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
Desktop="Control Panel\Desktop"
Metrics="Control Panel\Desktop\WindowMetrics"
CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
Control="System\CurrentControlSet\Control"
[Classes]
HKLM,%CurrentVersion%\Installer,"InstallerLocation",,"%11%"