summaryrefslogtreecommitdiffstats
path: root/tools/wixl/msi-default.vala
Commit message (Collapse)AuthorAgeFilesLines
* wixl: do not use enum_from_string directly, make it genericPaolo Bonzini2013-01-241-1/+1
| | | | | | | | | The right spelling is multiString, not multi-string as defined by vala, so we cannot use enum_from_string. Thus do not make it public and use it internally from a (possibly more complex) from_string static method of the enum. I haven't checked the usage in msi-default.vala.
* wixl: use default actions values whenever referencedMarc-André Lureau2013-01-101-0/+11
|
* wixl: add MSIDefault.actions table with default valuesMarc-André Lureau2013-01-101-0/+173