summaryrefslogtreecommitdiffstats
path: root/tools/wixl/msi.vala
Commit message (Collapse)AuthorAgeFilesLines
* Keep package description > product nameMarc-André Lureau2013-04-121-0/+8
|
* Set installer version depending on archMarc-André Lureau2013-04-121-3/+12
|
* preprocessor: add condition evaluatorMarc-André Lureau2013-04-121-1/+1
|
* wixl: add MSI tables RegLocator, AppSearch, CustomActionMarc-André Lureau2013-01-241-0/+65
|
* wixl: default actions can have a conditionMarc-André Lureau2013-01-241-0/+1
|
* wixl: add Action conditionMarc-André Lureau2013-01-241-5/+7
|
* wixl: ServiceInstall name is not localizableMarc-André Lureau2013-01-241-1/+1
|
* wixl: add ServiceControl and ServiceInstall tablePaolo Bonzini2013-01-241-0/+55
|
* wixl: remove useless execute() argumentMarc-André Lureau2013-01-171-1/+1
|
* Fix database_new() usage after API changeMarc-André Lureau2013-01-171-1/+1
|
* wixl: do not use g_hash_table_addPaolo Bonzini2013-01-171-1/+1
| | | | This is not supported in GLib 2.22, which is the version used in RHEL6.
* wixl: add support for registry key parent, name and valueMarc-André Lureau2013-01-151-4/+6
| | | | | | | | | | | <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-5/+14
| | | | | | | | | | | | | | | | 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: use default actions values whenever referencedMarc-André Lureau2013-01-101-0/+4
|
* wixl: simplify default actions insertionMarc-André Lureau2013-01-101-1/+22
|
* wixl: use MSIDefault.actions in builder sequence_actions()Marc-André Lureau2013-01-101-2/+2
|
* move wixl source to tools/wixl/Paolo Bonzini2013-01-091-0/+642
Fixes in-tree build.