mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Must remove InstallExecuteSequence for Wix package to build
This commit is contained in:
parent
c6c011f235
commit
e8a348419f
1 changed files with 0 additions and 8 deletions
|
@ -213,14 +213,6 @@ def main():
|
||||||
build_dir_xml(product_el, data)
|
build_dir_xml(product_el, data)
|
||||||
component_ids = build_components_xml(product_el, data)
|
component_ids = build_components_xml(product_el, data)
|
||||||
|
|
||||||
install_exec_seq_el = ET.SubElement(
|
|
||||||
product_el,
|
|
||||||
"InstallExecuteSequence",
|
|
||||||
)
|
|
||||||
ET.SubElement(
|
|
||||||
install_exec_seq_el, "RemoveExistingProducts", After="InstallValidate"
|
|
||||||
)
|
|
||||||
|
|
||||||
feature_el = ET.SubElement(product_el, "Feature", Id="DefaultFeature", Level="1")
|
feature_el = ET.SubElement(product_el, "Feature", Id="DefaultFeature", Level="1")
|
||||||
for component_id in component_ids:
|
for component_id in component_ids:
|
||||||
ET.SubElement(feature_el, "ComponentRef", Id=component_id)
|
ET.SubElement(feature_el, "ComponentRef", Id=component_id)
|
||||||
|
|
Loading…
Reference in a new issue