summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* wixl: set summay template for specified archMarc-André Lureau2013-04-121-1/+9
|
* wixl: Product Comment is not mandatoryMarc-André Lureau2013-04-121-1/+2
|
* wixl: add component Win64 attributeMarc-André Lureau2013-04-122-0/+4
|
* Keep package description > product nameMarc-André Lureau2013-04-122-1/+9
|
* Set installer version depending on archMarc-André Lureau2013-04-122-7/+22
|
* preprocessor: add condition evaluatorMarc-André Lureau2013-04-123-1/+242
|
* wixl: mark a few more translatable stringsMarc-André Lureau2013-04-121-3/+3
|
* wixl: add --arch optionMarc-André Lureau2013-04-122-3/+29
|
* msidiff: compare signatures tooMarc-André Lureau2013-02-141-2/+2
|
* msidump: learn --signatureMarc-André Lureau2013-02-141-2/+15
|
* wixl: make environment variable mandatoryMarc-André Lureau2013-02-131-8/+8
| | | | | Make environment variable mandatory if used inside XML content. Preprocessor conditions are still optionnal.
* Workaround vala bug 604973Marc-André Lureau2013-02-111-1/+13
|
* Mark pure functionsMarc-André Lureau2013-02-081-0/+1
|
* Clean-up all gcc warningMarc-André Lureau2013-02-083-56/+32
|
* chmod -x tools/*.inMarc-André Lureau2013-02-062-0/+0
|
* tools: add msidiff and msidumpMarc-André Lureau2013-02-062-0/+350
|
* wixl: improve automatic detection of the key pathPaolo Bonzini2013-01-251-2/+17
| | | | Also detect multiple elements with keyPath="yes".
* wixl: reorganize full_path, add the key element to the stable UUIDPaolo Bonzini2013-01-251-10/+28
| | | | | | | Call the resolver from the override of WixElementRef. Override in WixComponent, making it look at the key component. Add a new method to fetch the name part from a <File> or <RegistryValue> element.
* wixl: two-stage visit for componentsPaolo Bonzini2013-01-252-3/+6
|
* 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-242-1/+41
| | | | 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
|
* build-sys: g_type_init() is deprecated since 2.36Marc-André Lureau2013-01-212-2/+8
|
* msiextract: print extract name during extractionMarc-André Lureau2013-01-191-0/+1
|
* wixl: remove gio-unix dependencyPaolo Bonzini2013-01-182-1/+17
| | | | | It is not available under Windows, but it can be easily implemented using Posix.read.
* msiinfo: remove gio-unix dependencyPaolo Bonzini2013-01-181-8/+11
| | | | | | | 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-181-12/+39
|
* wixl: remove useless execute() argumentMarc-André Lureau2013-01-172-6/+6
|
* 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-171-3/+2
| | | | | | | 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-174-9/+9
|
* wixl: add --wxidir optionPaolo Bonzini2013-01-172-2/+11
|
* msibuild: add missing include filePaolo Bonzini2013-01-171-0/+1
|
* build: libuuid dependency is now mandatoryPaolo Bonzini2013-01-171-16/+10
| | | | | This was just a hack because Fedora mingw does not have a libuuid port. It can go. And we can also always build wixl.