Searched refs:ComponentGroup (Results 1 - 1 of 1) sorted by relevance
/inkscape/packaging/wix/ |
H A D | files.py | 20 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 12 milliseconds