add path compoment

This commit is contained in:
Leilei Zhang
2025-11-06 10:56:38 +08:00
parent 9becca9937
commit 793cae4252

View File

@@ -121,6 +121,11 @@
<ComponentRef Id="License_rtf" /> <ComponentRef Id="License_rtf" />
<ComponentRef Id="Notice_md" /> <ComponentRef Id="Notice_md" />
<ComponentRef Id="DesktopShortcut" /> <ComponentRef Id="DesktopShortcut" />
<?if $(var.PerUser) = "true" ?>
<ComponentRef Id="powertoys_env_path_user" />
<?else?>
<ComponentRef Id="powertoys_env_path_machine" />
<?endif?>
<?if $(var.PerUser) = "false" ?> <?if $(var.PerUser) = "false" ?>
<ComponentRef Id="PowerToysDSC" /> <ComponentRef Id="PowerToysDSC" />
<?endif?> <?endif?>