Searched defs:ComponentGroup (Results 1 - 1 of 1) sorted by relevance

/inkscape/packaging/wix/
H A Dfiles.py20 create the file_ids dictionary to be used in ComponentGroup references
48 def ComponentGroup(name, condition, level): function
55 wxs.write(indent(level) + "<ComponentGroup Id='" + name + "'>\n")
58 wxs.write(indent(level) + "</ComponentGroup>\n")
82 ComponentGroup("Examples", 'inkscape\\share\\examples', 2)
83 ComponentGroup("Tutorials", 'inkscape\\share\\tutorials\\', 2)
84 ComponentGroup("Translations", '\\locale\\', 2)
85 ComponentGroup("AllOther", '', 2)

Completed in 14 milliseconds