summaryrefslogtreecommitdiffstats
path: root/tools/wixl/wix.vala
Commit message (Collapse)AuthorAgeFilesLines
* wixl: add component Win64 attributeMarc-André Lureau2013-04-121-0/+1
|
* Workaround vala bug 604973Marc-André Lureau2013-02-111-1/+13
|
* 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-251-2/+3
|
* wixl: visit RegistrySearch and populate dbMarc-André Lureau2013-01-241-0/+1
|
* wixl: add RegistrySearch and CustomActionMarc-André Lureau2013-01-241-0/+40
|
* wixl: Action can have children nodesMarc-André Lureau2013-01-241-2/+2
|
* wixl: implement stable UUID generationPaolo Bonzini2013-01-241-0/+14
| | | | Note that the UUIDs are *not* compatible with WiX!
* wixl: introduce WixResolverPaolo Bonzini2013-01-241-0/+24
|
* wixl: add ServiceControl, ServiceInstall and their children elementsPaolo Bonzini2013-01-241-0/+90
|
* wixl: add non-advertised MIME supportMarc-André Lureau2013-01-151-0/+17
|
* wixl: start ProgId/Extension/Verb supportMarc-André Lureau2013-01-151-0/+54
|
* wixl: add support for registry key parent, name and valueMarc-André Lureau2013-01-151-0/+14
| | | | | | | | | | | <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: improve shortcut supportMarc-André Lureau2013-01-151-1/+5
| | | | | | | | | | | | | | | | 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: files must be ordered the same way in Cab and File tableMarc-André Lureau2013-01-151-1/+0
|
* wixl: allow ComponentGroupRef as child of ComponentGroupMarc-André Lureau2013-01-111-0/+1
| | | | | This is not available in WiX upstream, but it makes life easy to have componentgroup dependencies..
* wixl: wipMarc-André Lureau2013-01-111-0/+2
|
* wixl: handle ComponentGroup and ComponentGroupRefMarc-André Lureau2013-01-111-0/+24
|
* wixl: resolve DirectoryRef directory parentsMarc-André Lureau2013-01-111-6/+0
|
* wixl: move get_attribute_content() to wix.valaMarc-André Lureau2013-01-101-0/+7
|
* wixl: add missing actions and sequencesMarc-André Lureau2013-01-101-22/+186
|
* wixl: add WixLaunchConditionsMarc-André Lureau2013-01-101-0/+7
|
* move wixl source to tools/wixl/Paolo Bonzini2013-01-091-0/+598
Fixes in-tree build.