mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[Installer]Fix My Documents on network drive install issue on machine installer (#32691)
* Defined PersonalFolder Directory only for User installations to avoid issues with My Documents on network drives * Fixed spacing
This commit is contained in:
@@ -395,7 +395,9 @@
|
|||||||
<Directory Id="ApplicationProgramsFolder" Name="PowerToys (Preview)"/>
|
<Directory Id="ApplicationProgramsFolder" Name="PowerToys (Preview)"/>
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory Id="DesktopFolder" Name="Desktop" />
|
<Directory Id="DesktopFolder" Name="Desktop" />
|
||||||
|
<?if $(var.PerUser) = "true" ?>
|
||||||
<Directory Id="PersonalFolder" Name="UserHomeDocuments" />
|
<Directory Id="PersonalFolder" Name="UserHomeDocuments" />
|
||||||
|
<?endif?>
|
||||||
</Directory>
|
</Directory>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
</Wix>
|
</Wix>
|
||||||
|
|||||||
Reference in New Issue
Block a user