summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-0/+2
|\| | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-0/+2
| |
* | Merge branch 'pre-gsf' into HEADPaolo Bonzini2012-12-104-6/+340
|\| | | | | | | | | | | Conflicts: libmsi/msipriv.h libmsi/record.c
| * msiinfo: return 0 on cmd successMarc-André Lureau2012-12-101-0/+12
| |
| * msibuild: add options to execute arbitrary queriesPaolo Bonzini2012-12-073-0/+310
| |
| * msibuild: fix return code when errors occurPaolo Bonzini2012-12-071-1/+4
| |
| * msiinfo: fix printing of INSERT queries with NULL valuesPaolo Bonzini2012-12-071-5/+8
| |
| * msiinfo: do not print CREATE TABLE for standard tablesPaolo Bonzini2012-12-071-0/+6
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-072-11/+254
|\|
| * msiinfo: export tables as binary dataPaolo Bonzini2012-12-071-0/+3
| | | | | | | | libmsi already adds the trailing \r.
| * msibuild: fix bug when -s is at the end of the command linePaolo Bonzini2012-12-071-2/+2
| |
| * msiinfo: fix help for suminfo commandPaolo Bonzini2012-12-071-1/+1
| |
| * msiinfo: use g_mallocPaolo Bonzini2012-12-071-6/+2
| |
| * msiinfo: add export to SQLPaolo Bonzini2012-12-071-2/+246
| | | | | | | | | | Still not that useful since there is no tool to read it back, but it shows how to use the API.
* | eliminate Windows dependenciesPaolo Bonzini2012-12-061-0/+1
| |
* | port to libgsfPaolo Bonzini2012-12-062-0/+2
|/ | | | | | | | | | | | status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems.
* msibuild: support setting the summary informationPaolo Bonzini2012-12-061-4/+109
|
* msiinfo: add extract commandPaolo Bonzini2012-12-061-0/+86
|
* temporary changes for 64-bit (un)cleanlinessPaolo Bonzini2012-12-061-2/+2
|
* msibuild: new toolPaolo Bonzini2012-12-061-0/+178
| | | | | Converted from winemsibuilder, using the _Streams table instead of the OLE storage API. The command-line is also a bit more powerful.
* msiinfo: add suminfo commandPaolo Bonzini2012-12-061-0/+94
|
* msiinfo: add export commandPaolo Bonzini2012-12-061-0/+28
|
* msiinfo: add tables commandPaolo Bonzini2012-12-061-0/+40
|
* msiinfo: add streams commandPaolo Bonzini2012-12-061-0/+123
|
* msiinfo: commit skeletonPaolo Bonzini2012-12-061-0/+161