Skip to content

Python script for generating component & reference elements for WiX Toolset.

Notifications You must be signed in to change notification settings

petrzhu/wix_xml_component_gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

wix_xml_component_gen

Python script for generating component & reference elements for WiX Toolset.

Purpose

This script's purpose is to generate the list of components combined in the components group and to generate components' references Fragment element.

The generated content is shown in the console output.

Usage

python wix_xml_component_gen.py -d {DIRECTORY_WITH_FILES} -e {YOUR_EXTENSIONS_NAME} -s {SOLUTION_DIRECTORY}

It is possible to pass several values as arguments, example:

python wix_xml_component_gen.py -s C:\ProjectName\ -d C:\dir1 C:\dir2 -e exe manifest config

Modify extensionIdDict dictionary to add or change IDs of ComponentGroup dedicated for different type of files.

About

Python script for generating component & reference elements for WiX Toolset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages