diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs index 4c24ff7e..e671f6a1 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs | |||
| @@ -444,6 +444,8 @@ namespace WixToolset.Core.WindowsInstaller.Unbind | |||
| 444 | /// <param name="output">The Output that represents the msi database.</param> | 444 | /// <param name="output">The Output that represents the msi database.</param> |
| 445 | private void GenerateWixFileTable(string databaseFile, Output output) | 445 | private void GenerateWixFileTable(string databaseFile, Output output) |
| 446 | { | 446 | { |
| 447 | throw new NotImplementedException(); | ||
| 448 | #if TODO_FIX_UNBINDING_FILES | ||
| 447 | var adminRootPath = Path.GetDirectoryName(databaseFile); | 449 | var adminRootPath = Path.GetDirectoryName(databaseFile); |
| 448 | 450 | ||
| 449 | var componentDirectoryIndex = new Hashtable(); | 451 | var componentDirectoryIndex = new Hashtable(); |
| @@ -495,6 +497,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind | |||
| 495 | 497 | ||
| 496 | wixFileTable.Rows.Add(wixFileRow); | 498 | wixFileTable.Rows.Add(wixFileRow); |
| 497 | } | 499 | } |
| 500 | #endif | ||
| 498 | } | 501 | } |
| 499 | 502 | ||
| 500 | /// <summary> | 503 | /// <summary> |
