mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-01-08 12:07:45 +08:00
7 lines
238 B
XML
7 lines
238 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
<!-- Force installer to run as Administrator. -->
|
|
<Property Id="MSIUSEREALADMINDETECTION" Value="1" />
|
|
</Fragment>
|
|
</Wix> |