uwp - Desktop App Converter does not capture regitryes under HKCU -


i have msi file adds entries under hkey_current_user\software hive. seems app converter totally ignores them. tee registries under hkey_local_machine detected ok.

has encountered issue? maybe workaround?

thanks

i have msi file adds entries under hkey_current_user\software hive. seems app converter totally ignores them

during deployment, support keys in package under hklm\software. @ runtime application can write hkcu package content per-machine only. reason find ignored under hkcu\software.

let's clarify may misunderstand:

deployment:

centennial packages may include private package registry data. this data must logically sit under hklm\software. no other registry locations supported. when package deployed, registry data made available application.

runtime:

once application launched , running can read or enumerate package registry data under hklm\software. running application may read or write hkcu.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -