[msitools] Update README & TODO



commit 2978cb0c1b64d2ec8b46d0e17cf457ee78a4ec8a
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Tue Feb 5 18:13:20 2013 +0100

    Update README & TODO
    
    Add some personal notes and missing doc.

 README |    2 ++
 TODO   |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/README b/README
index 4cde9a4..aaa4089 100644
--- a/README
+++ b/README
@@ -12,6 +12,8 @@ Provided tools include:
 
 - msibuild, a low-level tool to create MSI files
 
+- msiextract, to inspect and extract the files of an MSI file
+
 - wixl, a WiX-like tool, that builds Windows Installer (MSI) packages
   from an XML document, and tries to share the same syntax as the WiX
   toolset, http://wixtoolset.org/
diff --git a/TODO b/TODO
index 1e66c72..9d37366 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+- write a msidiff tool
+- document an easy way to hack on wixl, using WiX and msi diff
 - verify gsf conversion, some tests fail on Windows but not POSIX?
 - make a SummaryInformation API that does not suck (including converting
   FILETIME usage to GDateTime)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]