summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Revert "wixl-heat: generate stable dir id"Marc-André Lureau2014-11-031-2/+1
| | | | | | | This reverts commit afc18dcd98d5a67d21ef237c25221a71b01df1b2. Stable dir id will conflict with different libraries/components, it's a bad idea.
* Add option to make packages win64-awareFabiano Fidêncio2014-10-301-2/+7
| | | | | For this, each component should have Win64="$(var.Win64)", what can be added by passing --win64 option to wixl-heat
* Set ALLUSERS=1 in perMachine install scopeMarc-André Lureau2014-10-071-4/+5
| | | | | | | Follow WiX behaviour and set ALLUSERS=1 automatically in perMachine install scope. https://bugzilla.redhat.com/show_bug.cgi?id=1146586
* wixl: fix some vala warningsMarc-André Lureau2013-12-171-3/+3
|
* wixl: make component id generation more uniqueMarc-André Lureau2013-11-122-7/+13
| | | | Use a complete path for genenerating unique component id
* wixl: add MsiFileHash tableMarc-André Lureau2013-11-113-2/+41
|
* wixl: remove fixmeMarc-André Lureau2013-11-081-1/+0
| | | | Stable component id should now be working.
* wixl-heat: ignore prefix for component id generationMarc-André Lureau2013-11-081-1/+1
|
* wixl-heat: generate stable dir idMarc-André Lureau2013-11-081-1/+2
|
* wixl: move uuid_from_name in utilMarc-André Lureau2013-11-082-20/+20
|
* wixl: use sha1 instead of md5 by defaultMarc-André Lureau2013-11-081-2/+2
|
* Fix stable component GUID generationMarc-André Lureau2013-11-081-1/+1
| | | | | Paolo probably overlooked the difference between WixlElement.parent, and Vala 'base'
* wixl: schedule AppSearch when necessaryMarc-André Lureau2013-08-131-1/+4
|
* wixl: add Signature tableMarc-André Lureau2013-08-131-0/+11
| | | | This helps to fix AppSearch when uninstalling
* wixl: add InstallScopeMarc-André Lureau2013-07-113-1/+19
|
* wixl: a Component can be child of ComponentGroupMarc-André Lureau2013-07-112-1/+2
|
* wixl: add Directory support to ComponentGroupMarc-André Lureau2013-07-112-3/+16
|
* wixl: add default msi commentMarc-André Lureau2013-07-112-0/+10
|
* wixl: start MediaTemplateMarc-André Lureau2013-07-112-1/+23
|
* wixl: Add CreateFolderMarc-André Lureau2013-07-113-0/+29
|
* wixl: Start basic MajorUpgrade elementMarc-André Lureau2013-07-112-2/+43
|
* wixl: Add unused MsiFileHashMarc-André Lureau2013-07-111-0/+26
| | | | | | Wine implementation uses MD5, which is not FIPS compliant and apparently it's not even used to validate files: http://stackoverflow.com/questions/8203153/which-hash-function-is-used-by-windows-installer
* wixl: modify file sequence default valueMarc-André Lureau2013-07-111-1/+1
| | | | | | The integers in this field must be equal or greater than 1. http://msdn.microsoft.com/en-us/library/windows/desktop/aa368596%28v=vs.85%29.aspx
* Include wxi-local dir after user includesMarc-André Lureau2013-07-081-1/+1
|
* Add basic JScript CustomAction supportMarc-André Lureau2013-05-172-5/+14
|
* wixl: handle CustomAction of type DLL_BINARYMarc-André Lureau2013-05-161-2/+10
|
* wixl: visit Binary and fill dbMarc-André Lureau2013-05-162-0/+26
|
* wixl: add ExtendedType to CustomActionMarc-André Lureau2013-05-161-4/+5
|
* wixl/msi: add Binary database, = IconMarc-André Lureau2013-05-161-0/+21
|
* 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
|