summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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-151-0/+1
|
* 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-151-3/+14
|
* 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
|
* wixl: print preprocessor location on warning/errorMarc-André Lureau2013-01-111-2/+26
|
* 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
|
* 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-112-0/+139
| | | | 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-101-0/+173
|
* move wixl source to tools/wixl/Paolo Bonzini2013-01-096-0/+2192
| | | | Fixes in-tree build.
* Remove LibmsiResult from public APIMarc-André Lureau2013-01-092-56/+41
|
* msibuild: fix loading the _SummaryInformation tableMarc-André Lureau2013-01-091-25/+38
| | | | Do not overwrite the loaded table with old data.
* msiinfo: list special tablesMarc-André Lureau2013-01-091-0/+3
|
* record: add set_stream() and get_stream() using GIOMarc-André Lureau2013-01-091-13/+12
| | | | Use GInputStream for record stream manipulation
* database: remove folder argument from import()Marc-André Lureau2013-01-091-4/+1
|
* database: make commit() GObject-likeMarc-André Lureau2013-01-091-12/+6
|
* database: remove libmsi_database_get_summary_info()Marc-André Lureau2013-01-092-17/+19
|
* database: make import() GObject-likeMarc-André Lureau2013-01-091-10/+9
|
* database: make export() GObject-likeMarc-André Lureau2013-01-091-9/+13
|
* database: Make get_primary_keys() GObject-likeMarc-André Lureau2013-01-091-2/+2
|
* Remove libmsi_database_open_query()Marc-André Lureau2013-01-092-53/+78
| | | | It does the same job as libmsi_query_new()
* database: remove libmsi_database_open()Marc-André Lureau2013-01-092-32/+21
|
* Add libmsi_summary_info_get_property_type()Marc-André Lureau2013-01-091-4/+3
|
* query: make get_column_info() GObject-likeMarc-André Lureau2013-01-091-6/+6
|
* query: make libmsi_query_execute() return bool directly and GErrorMarc-André Lureau2013-01-092-18/+15
|
* query: make libmsi_query_fetch() return object directly and GErrorMarc-André Lureau2013-01-091-18/+23
|