mirror of
https://github.com/netdata/netdata.git
synced 2024-11-21 15:28:05 +00:00
46cd039647
* Import draft Wix template for creating MSI packages. * msi-wix: Add missing XML entry * msi-wix: Format lines using wixtoolset and Heatwave, also remove a wrong close * msi-wix: Reorganize code allowing it to be compiled with command 'wix build netdata.wxs' * Install event manifest and netdata service. * msi-wix: Add basis to claim agent * msi-wix: Add Icon to Control panel * msi-wix: Add Script to convert txt to rtf to be used with licenses * msi-wix: Add UI and Cloud license * msi-wix: Add file to install wix dependencies * msi-wix: Add message to last screen and a checkbox to launch terminal * Fix event manifest registration. * msi-wix: Restore removed options * msi-wix: Add basis for new windows * msi-wix: Add new dialog * msi-wix: Comment UI that was posponed and users/group not found * msi-wix: Remove UI and keep only inline installer * msi-wix: Add necessary parameter to WIX * msi-wix: Adjust code and installer * msi-wix: Fix MSI installer * msi-wix: Adjust claiming to work with different installers * msi-wix: Remove no compression and embed files to run final tests * msi-wix: Address part of permissions issues * msi-wix: Address remaining issue * msi-wix: Cleanup * msi-wix: Add current version to MSI * msi-wix: Remove unused file * msi-wix: Fix missing variable kept only in Windows host * msi-wix: Set correct permissions * msi-wix: Set correct permissions * msi-wix: Call wevtutil * msi-wix: Fix multiple entries in Control Panel * msi-wix: Rename installation directory * msi-wix: Rename name in Control Panel * msi-wix: Address comment (cleanup) * msi-wix: Address comments (Part II) * msi-wix: Address comments (Part III) * msi-wix: Fix rtf convertion * msi-wix: Remove left-over from previous installer that could be affecting current * msi-wix: Add missing directories --------- Co-authored-by: thiagoftsm <thiagoftsm@gmail.com>
3 lines
98 B
Batchfile
3 lines
98 B
Batchfile
wix extension -g add WixToolset.Util.wixext/5.0.2
|
|
wix extension -g add WixToolset.UI.wixext/5.0.2
|