mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
Add descriptions, updater, bundle language with installer, and WiX config
This commit is contained in:
7
src-tauri/resources/wix.wxs
Normal file
7
src-tauri/resources/wix.wxs
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user