summaryrefslogtreecommitdiffstats
path: root/tools/wixl/msi.vala
Commit message (Collapse)AuthorAgeFilesLines
* wixl: fix some vala warningsMarc-André Lureau2013-12-171-3/+3
|
* wixl: add MsiFileHash tableMarc-André Lureau2013-11-111-2/+10
|
* wixl: add Signature tableMarc-André Lureau2013-08-131-0/+11
| | | | This helps to fix AppSearch when uninstalling
* wixl: add InstallScopeMarc-André Lureau2013-07-111-1/+0
|
* wixl: add default msi commentMarc-André Lureau2013-07-111-0/+8
|
* wixl: Add CreateFolderMarc-André Lureau2013-07-111-0/+20
|
* 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
* 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
|
* 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.