|
<Component Id="RegistryEntries" Guid="{402e52f7-baf8-489d-af21-f756a6ca3530}"> |
|
<RegistryKey Root="HKCU" Key="Software\Microsoft\Windows\CurrentVersion\App Paths\pwsh.exe" ForceCreateOnInstall="yes" ForceDeleteOnUninstall="yes"> |
|
<RegistryValue Type="string" Value="[$(var.ProductVersionWithName)]pwsh.exe"/> |
|
</RegistryKey> |
|
</Component> |
pwsh is installed globally so shouldn't it be on HKLM?
PowerShell/assets/Product.wxs
Lines 120 to 124 in bb09b88
pwsh is installed globally so shouldn't it be on HKLM?