mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-19 06:31:02 +08:00
db6bf547a9
* Feat. msi Signed-off-by: fufesou <shuanglongchen@yeah.net> * remove ununsed file Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
12 lines
403 B
XML
12 lines
403 B
XML
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
|
<Fragment>
|
|
|
|
<Property Id="UpgradesFile" Value="1" />
|
|
|
|
<Upgrade Id="9D8E3E95-42B8-427E-B801-79F3FE7B6DD7">
|
|
<UpgradeVersion Property="OLD_VERSION_FOUND" Minimum="2.0.0.0" Maximum="2.99.99" IncludeMinimum="yes" IncludeMaximum="yes" OnlyDetect="no" IgnoreRemoveFailure="yes" MigrateFeatures="yes" />
|
|
</Upgrade>
|
|
|
|
</Fragment>
|
|
</Wix>
|