summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wixl: visit RegistrySearch and populate dbMarc-André Lureau2013-01-242-0/+23
|
* wixl: populate CustomAction of type EXE_PROPERTYMarc-André Lureau2013-01-241-0/+42
|
* wixl: name Custom actions correctlyMarc-André Lureau2013-01-241-0/+3
|
* wixl: add MSI tables RegLocator, AppSearch, CustomActionMarc-André Lureau2013-01-241-0/+65
|
* wixl: add RegistrySearch and CustomActionMarc-André Lureau2013-01-242-0/+48
|
* wixl: default actions can have a conditionMarc-André Lureau2013-01-241-0/+1
|
* wixl: add Action conditionMarc-André Lureau2013-01-242-5/+13
|
* wixl: Action can have children nodesMarc-André Lureau2013-01-241-2/+2
|
* wixl: take pre-defined Action sequenceMarc-André Lureau2013-01-241-0/+3
|
* wixl: do not add null/runtime propertiesMarc-André Lureau2013-01-241-0/+3
|
* wixl: ServiceInstall name is not localizableMarc-André Lureau2013-01-241-1/+1
|
* wixl: implement stable UUID generationPaolo Bonzini2013-01-244-1/+103
| | | | Note that the UUIDs are *not* compatible with WiX!
* wixl: introduce WixResolverPaolo Bonzini2013-01-242-21/+25
|
* wixl: fill in visitor for service elementsPaolo Bonzini2013-01-241-0/+116
|
* wixl: add ServiceControl and ServiceInstall tablePaolo Bonzini2013-01-242-0/+62
|
* wixl: add ServiceControl, ServiceInstall and their children elementsPaolo Bonzini2013-01-242-0/+102
|
* wixl: do not use enum_from_string directly, make it genericPaolo Bonzini2013-01-243-11/+37
| | | | | | | | | 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: rename RemoveFileInstallModePaolo Bonzini2013-01-241-2/+2
|
* wixl: make --verbose a little more verbosePaolo Bonzini2013-01-241-0/+2
|
* libmsi: fix out-of-tree buildPaolo Bonzini2013-01-242-2/+3
|
* build-sys: add missing include/Makefile.amMarc-André Lureau2013-01-231-0/+17
|
* build-sys: silence tests/testsuite generationMarc-André Lureau2013-01-231-1/+1
|
* build-sys: ship metadata file, fix make distcheckMarc-André Lureau2013-01-231-0/+1
|
* build-sys: g_type_init() is deprecated since 2.36Marc-André Lureau2013-01-215-4/+17
|
* msiextract: print extract name during extractionMarc-André Lureau2013-01-191-0/+1
|
* wixl: remove gio-unix dependencyPaolo Bonzini2013-01-184-10/+22
| | | | | It is not available under Windows, but it can be easily implemented using Posix.read.
* msiinfo: remove gio-unix dependencyPaolo Bonzini2013-01-182-8/+12
| | | | | | | Everything builds now (wixl-heat is disabled), but msibuild seems to be still broken on Win32. Also, testdatabase and testsuminfo do not pass.
* msiextract: can now extract files with gcab >= 0.1.10Marc-André Lureau2013-01-182-13/+40
|
* wixl: remove useless execute() argumentMarc-André Lureau2013-01-172-6/+6
|
* vapi: make Query.execute.rec null by defaultMarc-André Lureau2013-01-172-1/+2
|
* msiextract: simplify a little bit now that NO_MORE_ITEMS is goneMarc-André Lureau2013-01-171-74/+62
|
* Remove LIBMSI_RESULT_NO_MORE_ITEMS from APIMarc-André Lureau2013-01-1711-62/+62
| | | | | | | Raising an error for indicating the end of the results is really inconvenient, it's like throwing an exception for something quite normal... The user can still make a distinction when there is an error if the GError is set.
* Fix database_new() usage after API changeMarc-André Lureau2013-01-176-59/+59
|
* libmsi: simplify LibmsiDatabase, use flagsMarc-André Lureau2013-01-174-56/+44
|
* Generate GObject enum/flags typesMarc-André Lureau2013-01-178-13/+115
|
* build-sys: fix make checkMarc-André Lureau2013-01-173-4/+7
|
* update READMEPaolo Bonzini2013-01-171-0/+6
|
* wixl: add --wxidir optionPaolo Bonzini2013-01-175-4/+24
|
* libmsi: guard calls of parent class constructed methodPaolo Bonzini2013-01-174-4/+8
| | | | RHEL6's glib 2.22 leaves a NULL pointer there.
* msibuild: add missing include filePaolo Bonzini2013-01-171-0/+1
|
* build: add dist-xzPaolo Bonzini2013-01-171-1/+1
|
* build: libuuid dependency is now mandatoryPaolo Bonzini2013-01-172-34/+12
| | | | | This was just a hack because Fedora mingw does not have a libuuid port. It can go. And we can also always build wixl.
* wixl: do not use g_hash_table_addPaolo Bonzini2013-01-173-2/+6
| | | | This is not supported in GLib 2.22, which is the version used in RHEL6.
* build: lower gio and libxml2 requirements for wixlPaolo Bonzini2013-01-171-2/+2
| | | | | These versions are present in RHEL6. However, there is still an undefined reference to g_hash_table_add.
* Fix Paolo email address againMarc-André Lureau2013-01-171-1/+1
| | | | That should be right now
* Update doap file with Paolo mail addressMarc-André Lureau2013-01-171-1/+1
|
* wixl: fix application nameMarc-André Lureau2013-01-171-1/+1
|
* Start a msiextract toolMarc-André Lureau2013-01-172-0/+169
|
* Merge remote-tracking branch 'paolo/master'Marc-André Lureau2013-01-167-17/+25
|\
| * bump version numberv0.90Paolo Bonzini2013-01-161-1/+1
| |