|
5 | 5 |
|
6 | 6 | <!-- Be sure to include the common setup include file in your project if using this file! |
7 | 7 |
|
8 | | -<?include $(var.PROJECT_ROOT)\setup\include.wxi ?> |
| 8 | +<?include $(PROJECT_ROOT)\setup\include.wxi ?> |
9 | 9 |
|
10 | 10 | --> |
11 | 11 |
|
|
21 | 21 |
|
22 | 22 | <!-- iis installation lookup --> |
23 | 23 | <Property Id="IISINSTALLPATH" Admin="no" Secure="yes"> |
24 | | - <RegistrySearch Id="RegistrySearch_IISINSTALLPATH" Type="raw" Root="HKLM" Key="Software\Microsoft\InetStp" Name="InstallPath" Bitness="$(var.Bitness)" /> |
| 24 | + <RegistrySearch Id="RegistrySearch_IISINSTALLPATH" Type="raw" Root="HKLM" Key="Software\Microsoft\InetStp" Name="InstallPath" Bitness="$(Bitness)" /> |
25 | 25 | </Property> |
26 | 26 |
|
27 | 27 | <!-- iis features lookup --> |
28 | 28 | <Property Id="IISCOREWEBENGINEINSTALLED" Secure="yes"> |
29 | | - <RegistrySearch Id="RegistrySearch_IISCOREWEBENGINEINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="CoreWebEngine" Bitness="$(var.Bitness)" /> |
| 29 | + <RegistrySearch Id="RegistrySearch_IISCOREWEBENGINEINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="CoreWebEngine" Bitness="$(Bitness)" /> |
30 | 30 | </Property> |
31 | 31 | <Property Id="IISW3SVCINSTALLED" Secure="yes"> |
32 | | - <RegistrySearch Id="RegistrySearch_IISW3SVCINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="W3SVC" Bitness="$(var.Bitness)" /> |
| 32 | + <RegistrySearch Id="RegistrySearch_IISW3SVCINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="W3SVC" Bitness="$(Bitness)" /> |
33 | 33 | </Property> |
34 | 34 | <Property Id="IISADMINSERVICEINSTALLED" Secure="yes"> |
35 | | - <RegistrySearch Id="RegistrySearch_IISADMINSERVICEINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="AdminService" Bitness="$(var.Bitness)" /> |
| 35 | + <RegistrySearch Id="RegistrySearch_IISADMINSERVICEINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="AdminService" Bitness="$(Bitness)" /> |
36 | 36 | </Property> |
37 | 37 | <Property Id="IISMANAGEMENTCONSOLEINSTALLED" Secure="yes"> |
38 | | - <RegistrySearch Id="RegistrySearch_IISMANAGEMENTCONSOLEINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="ManagementConsole" Bitness="$(var.Bitness)" /> |
| 38 | + <RegistrySearch Id="RegistrySearch_IISMANAGEMENTCONSOLEINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="ManagementConsole" Bitness="$(Bitness)" /> |
39 | 39 | </Property> |
40 | 40 | <Property Id="IISNETFXEXTENSIBILITYINSTALLED" Secure="yes"> |
41 | | - <RegistrySearch Id="RegistrySearch_IISNETFXEXTENSIBILITYINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="NetFxExtensibility" Bitness="$(var.Bitness)" /> |
| 41 | + <RegistrySearch Id="RegistrySearch_IISNETFXEXTENSIBILITYINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="NetFxExtensibility" Bitness="$(Bitness)" /> |
42 | 42 | </Property> |
43 | 43 | <Property Id="IISASPNET" Secure="yes"> |
44 | | - <RegistrySearch Id="RegistrySearch_IISASPNETINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="ASPNET" Bitness="$(var.Bitness)" /> |
| 44 | + <RegistrySearch Id="RegistrySearch_IISASPNETINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\InetStp\Components" Name="ASPNET" Bitness="$(Bitness)" /> |
45 | 45 | </Property> |
46 | 46 |
|
47 | 47 | <Property Id="IISMETABASEIMAGEPATH" Secure="yes"> |
48 | | - <RegistrySearch Id="RegistrySearch_IISMETABASEIMAGEPATH" Type="raw" Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\IISADMIN" Name="ImagePath" Bitness="$(var.Bitness)" /> |
| 48 | + <RegistrySearch Id="RegistrySearch_IISMETABASEIMAGEPATH" Type="raw" Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\IISADMIN" Name="ImagePath" Bitness="$(Bitness)" /> |
49 | 49 | </Property> |
50 | 50 |
|
51 | 51 | <!-- UI features lookup --> |
52 | 52 | <Property Id="IISREMOTECHANNELINSTALLED" Secure="yes"> |
53 | | - <RegistrySearch Id="RegistrySearch_IISREMOTECHANNELINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\Inetmgr\7.0" Name="RemoteChannel" Bitness="$(var.Bitness)" /> |
| 53 | + <RegistrySearch Id="RegistrySearch_IISREMOTECHANNELINSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\Inetmgr\7.0" Name="RemoteChannel" Bitness="$(Bitness)" /> |
54 | 54 | </Property> |
55 | 55 |
|
56 | 56 | <!-- |
|
61 | 61 | (NOT NETFRAMEWORK20) Or (NETFRAMEWORK20_SP_LEVEL ~>= "#1") Or Installed |
62 | 62 | --> |
63 | 63 | <Property Id="NETFRAMEWORK20" Secure="yes"> |
64 | | - <RegistrySearch Id="RegistrySearch_NETFRAMEWORK20" Type="raw" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v2.0.50727" Name="Install" Bitness="$(var.Bitness)" /> |
| 64 | + <RegistrySearch Id="RegistrySearch_NETFRAMEWORK20" Type="raw" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v2.0.50727" Name="Install" Bitness="$(Bitness)" /> |
65 | 65 | </Property> |
66 | 66 | <Property Id="NETFRAMEWORK20_SP_LEVEL" Secure="yes"> |
67 | | - <RegistrySearch Id="RegistrySearch_NETFRAMEWORK20_SP_LEVEL" Type="raw" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v2.0.50727" Name="SP" Bitness="$(var.Bitness)" /> |
| 67 | + <RegistrySearch Id="RegistrySearch_NETFRAMEWORK20_SP_LEVEL" Type="raw" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v2.0.50727" Name="SP" Bitness="$(Bitness)" /> |
68 | 68 | </Property> |
69 | 69 | <Property Id="NETFRAMEWORK35_SP_LEVEL" Secure="yes"> |
70 | | - <RegistrySearch Id="RegistrySearch_NETFRAMEWORK35_SP_LEVEL" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5" Name="SP" Bitness="$(var.Bitness)" /> |
| 70 | + <RegistrySearch Id="RegistrySearch_NETFRAMEWORK35_SP_LEVEL" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5" Name="SP" Bitness="$(Bitness)" /> |
71 | 71 | </Property> |
72 | 72 |
|
73 | 73 | <!-- search for powershell v1 --> |
74 | 74 | <Property Id="POWERSHELLINSTALLED" Secure="yes"> |
75 | | - <RegistrySearch Id="RegistrySearch_POWERSHELLINSTALLED" Type="raw" Root="HKLM" Key="Software\Microsoft\PowerShell\1" Name="Install" Bitness="$(var.Bitness)" /> |
| 75 | + <RegistrySearch Id="RegistrySearch_POWERSHELLINSTALLED" Type="raw" Root="HKLM" Key="Software\Microsoft\PowerShell\1" Name="Install" Bitness="$(Bitness)" /> |
76 | 76 | </Property> |
77 | 77 |
|
78 | 78 | <!-- Read the start type for the Windows Update service --> |
79 | 79 | <Property Id="WINDOWSUPDATE_START_TYPE" Secure="yes"> |
80 | | - <RegistrySearch Id="RegistrySearch_WINDOWSUPDATE_START_TYPE" Type="raw" Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\wuauserv" Name="Start" Bitness="$(var.Bitness)" /> |
| 80 | + <RegistrySearch Id="RegistrySearch_WINDOWSUPDATE_START_TYPE" Type="raw" Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\wuauserv" Name="Start" Bitness="$(Bitness)" /> |
81 | 81 | </Property> |
82 | 82 |
|
83 | 83 | <!-- Figure out the windows sku --> |
84 | 84 | <Property Id="WINDOWSEDITION" Secure="yes"> |
85 | | - <RegistrySearch Id="RegistrySearch_WINDOWSEDITION" Type="raw" Root="HKLM" Key="Software\Microsoft\Windows NT\CurrentVersion" Name="EditionID" Bitness="$(var.Bitness)" /> |
| 85 | + <RegistrySearch Id="RegistrySearch_WINDOWSEDITION" Type="raw" Root="HKLM" Key="Software\Microsoft\Windows NT\CurrentVersion" Name="EditionID" Bitness="$(Bitness)" /> |
86 | 86 | </Property> |
87 | 87 |
|
88 | 88 | <!-- search for web pi --> |
89 | 89 | <Property Id="WEBPI3INSTALLED" Secure="yes"> |
90 | | - <RegistrySearch Id="RegistrySearch_WEBPI3INSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\WebPlatformInstaller\3" Name="Install" Bitness="$(var.Bitness)" /> |
| 90 | + <RegistrySearch Id="RegistrySearch_WEBPI3INSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\WebPlatformInstaller\3" Name="Install" Bitness="$(Bitness)" /> |
91 | 91 | </Property> |
92 | 92 |
|
93 | 93 | <Property Id="WEBPI4INSTALLED" Secure="yes"> |
94 | | - <RegistrySearch Id="RegistrySearch_WEBPI4INSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\WebPlatformInstaller\4" Name="Install" Bitness="$(var.Bitness)" /> |
| 94 | + <RegistrySearch Id="RegistrySearch_WEBPI4INSTALLED" Type="raw" Root="HKLM" Key="SOFTWARE\Microsoft\WebPlatformInstaller\4" Name="Install" Bitness="$(Bitness)" /> |
95 | 95 | </Property> |
96 | 96 | </Include> |
0 commit comments