summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * build: fix gettext versionPaolo Bonzini2013-01-161-1/+1
| |
| * build: include version number in wxi directoryPaolo Bonzini2013-01-161-2/+2
| |
| * build: put include files in a subdirectoryPaolo Bonzini2013-01-162-2/+3
| |
| * tests: fix wixl-heat test for hash value unstabilityPaolo Bonzini2013-01-161-2/+4
| | | | | | | | Probably the sorting should happen in wixl-heat, though.
| * build: distribute move-if-change and autogen.sh scriptsPaolo Bonzini2013-01-161-1/+1
| |
| * dist: use autom4te to distribute test filesPaolo Bonzini2013-01-163-3/+11
| |
| * tests: define AT_WIXLDATA in terms of AT_MSIDATAPaolo Bonzini2013-01-162-5/+2
| |
* | fix doapMarc-André Lureau2013-01-161-1/+5
|/
* Add doap fileMarc-André Lureau2013-01-162-0/+29
|
* build-sys: fix make distcheckMarc-André Lureau2013-01-166-2/+7
|
* wixl: add non-advertised MIME supportMarc-André Lureau2013-01-152-0/+36
|
* wixl: start ProgId/Extension/Verb supportMarc-André Lureau2013-01-152-0/+105
|
* wixl: add support for registry key parent, name and valueMarc-André Lureau2013-01-153-10/+48
| | | | | | | | | | | <DirectoryRef Id="TARGETDIR"> <Component Id="CRegistryEntries" Guid="*"> <RegistryKey Root='HKLM' Key='Software\Acme\Foobar 1.0'> <RegistryValue Type='string' Name='InstallDir' Value='[INSTALLDIR]'/> <RegistryValue Type='integer' Name='Flag' Value='0'/> </RegistryKey> </Component> </DirectoryRef>
* wixl: default output file to inputfile name with .msi extensionMarc-André Lureau2013-01-151-2/+6
|
* wixl: improve shortcut supportMarc-André Lureau2013-01-153-14/+44
| | | | | | | | | | | | | | | | To support such construction: <DirectoryRef Id="DirMenu"> <Component Id="CShortcut" Guid="*"> <Shortcut Id="ApplicationStartMenuShortcut" Name="Remote viewer" Description="A SPICE/VNC client" Target="[INSTALLDIR]\bin\remote-viewer.exe" Icon="IcoVirtViewer"/> <RemoveFolder Id="MENUDIR" On="uninstall"/> <RegistryValue Root="HKCU" Key="Software\VirtViewer\remote-viewer-shortcut" Name="installed" Type="integer" Value="1" KeyPath="yes"/> </Component> </DirectoryRef>
* wixl: add a fixmeMarc-André Lureau2013-01-151-1/+3
|
* wixl: include global wix directory by defaultMarc-André Lureau2013-01-152-1/+2
|
* wixl: add a bunch of includes to ease packagingMarc-André Lureau2013-01-1553-1/+8717
| | | | | | | | | | A couple of things: - the WiX syntax is very bloated and maintaining that is a pain - those files could move into there respectives packages, and installed under $datadir/wixl/include which should take precedence by default. - they have been made with Fedora, but should be somewhat distro agnostic.
* wixl: files must be ordered the same way in Cab and File tableMarc-André Lureau2013-01-152-5/+3
|
* wixl: add "require" preprocessor support (not available in WiX)Marc-André Lureau2013-01-152-18/+38
| | | | | The idea is to avoid including the same file multiple time and having the same element multiple time defined.
* wixl: implement preprocessor undefMarc-André Lureau2013-01-153-4/+19
|
* tests: test wixl ifdef conditionMarc-André Lureau2013-01-142-3/+16
|
* wixl: add ifdef/endif preprocessor conditionMarc-André Lureau2013-01-121-2/+79
|
* wixl: do not include unnecessary files in MSIMarc-André Lureau2013-01-111-0/+4
|
* wixl: allow ComponentGroupRef as child of ComponentGroupMarc-André Lureau2013-01-112-3/+15
| | | | | This is not available in WiX upstream, but it makes life easy to have componentgroup dependencies..
* wixl: add --includedir to add directory to search for included filesMarc-André Lureau2013-01-113-8/+26
|
* tests: test preprocessor includeMarc-André Lureau2013-01-113-0/+19
|
* wixl: print preprocessor location on warning/errorMarc-André Lureau2013-01-111-2/+26
|
* build-sys: rebuild testsuite if wixl.at is changedMarc-André Lureau2013-01-111-1/+1
|
* wixl: preprocessor learn includeMarc-André Lureau2013-01-111-8/+42
|
* wixl: add preprocessor warning and errorMarc-André Lureau2013-01-111-0/+5
|
* wixl: error out if can't resolve elementMarc-André Lureau2013-01-111-7/+11
|
* wixl: wipMarc-André Lureau2013-01-111-0/+2
|
* tests: add some wixl-heat testsMarc-André Lureau2013-01-112-0/+16
|
* wixl: lookup source files using Source attributes if providedMarc-André Lureau2013-01-111-1/+2
|
* wixl: handle ComponentGroup and ComponentGroupRefMarc-André Lureau2013-01-112-3/+44
|
* wixl: generate UUID for component Guid=*Marc-André Lureau2013-01-111-1/+1
|
* wixl: resolve DirectoryRef directory parentsMarc-André Lureau2013-01-112-12/+3
|
* tools: add wixl-heatMarc-André Lureau2013-01-114-1/+165
| | | | A tool to generate WiX fragments
* wixl: make methods in util.vala publicMarc-André Lureau2013-01-101-10/+10
|
* wixl: move get_attribute_content() to wix.valaMarc-André Lureau2013-01-102-7/+7
|
* wixl: add missing actions and sequencesMarc-André Lureau2013-01-101-22/+186
|
* wixl: some clean-upMarc-André Lureau2013-01-101-23/+24
|
* wixl: use default actions values whenever referencedMarc-André Lureau2013-01-102-0/+15
|
* wixl: simplify default actions insertionMarc-André Lureau2013-01-102-12/+23
|
* wixl: add WixLaunchConditionsMarc-André Lureau2013-01-101-0/+7
|
* wixl: use MSIDefault.actions in builder sequence_actions()Marc-André Lureau2013-01-102-54/+65
|
* wixl: add MSIDefault.actions table with default valuesMarc-André Lureau2013-01-102-0/+174
|
* build-sys: fix wixl pathMarc-André Lureau2013-01-103-10/+10
|
* move wixl source to tools/wixl/Paolo Bonzini2013-01-096-0/+0
| | | | Fixes in-tree build.