fufesou f4c40d733e Fix/exe upgrade options (#9001) | 3 mesiacov pred | |
---|---|---|
.. | ||
CustomActions | 3 mesiacov pred | |
Package | 3 mesiacov pred | |
.gitignore | 7 mesiacov pred | |
README.md | 7 mesiacov pred | |
msi.sln | 7 mesiacov pred | |
preprocess.py | 3 mesiacov pred |
Use Visual Studio 2022 to compile this project.
This project is mainly derived from https://github.com/MediaPortal/MediaPortal-2.git .
python preprocess.py
, see python preprocess.py -h
for help.Run msiexec /i package.msi /l*v install.log
to record the log.
['WixUIBannerBmp', 'WixUIDialogBmp', 'WixUIExclamationIco', 'WixUIInfoIco', 'WixUINewIco', 'WixUIUpIco']
.wix-toolset-set-custom-action-run-only-on-uninstall
Property Name | Install | Uninstall | Change | Repair | Upgrade |
---|---|---|---|---|---|
Installed | False | True | True | True | True |
REINSTALL | False | False | False | True | False |
UPGRADINGPRODUCTCODE | False | False | False | False | True |
REMOVE | False | True | False | False | True |