Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In case you are wondering how iconStreamData can possibly be null : From https://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k(Microsoft.Win32.Registry.GetValue);k(TargetFrameworkMoniker-.NETFramework,Version%3Dv4.5.2);k(DevLang-csharp)&rd=true : Return Value Type: System.Object null if the subkey specified by keyName does not exist; otherwise, the value associated with valueName, or defaultValue if valueName is not found. This happens when installing for a user who has never logged in, using powershell's Invoke-Command -Credential cmdlet.
- Loading branch information