Skip to content

Commit b8eda62

Browse files
authored
Merge pull request #101 from cazac9/master
fix iis app init component path
2 parents d1fd6d7 + 17d80dd commit b8eda62

File tree

1 file changed

+1
-1
lines changed
  • eFormAPI/Installation/AllowMultipleVersionsBundle

1 file changed

+1
-1
lines changed

eFormAPI/Installation/AllowMultipleVersionsBundle/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static string[] FiaturesNotExist(string[] features)
156156
}
157157
}
158158

159-
var value = Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Notifications\OptionalFeatures\IIS-ApplicationInit", "Selection", null);
159+
var value = Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ServerManager\ServicingStorage\ServerComponentCache\Web-AppInit", "InstallState", null);
160160
if (value?.ToString() != 1.ToString())
161161
newFeatureList.Add("ApplicationInit");
162162

0 commit comments

Comments
 (0)