diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-07-14 15:19:53 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-07-14 16:02:24 -0700 |
| commit | 229242cf7c328b89b5aa65ed7a04e33c8b93b393 (patch) | |
| tree | de0a9547e73e46490b0946d6850228d5b30258b8 /src/samples/Dtf/Documents/Guide/Content/inventory.htm | |
| parent | f46ca6a9dce91607ffc9855270dd6998216e1a8b (diff) | |
| download | wix-229242cf7c328b89b5aa65ed7a04e33c8b93b393.tar.gz wix-229242cf7c328b89b5aa65ed7a04e33c8b93b393.tar.bz2 wix-229242cf7c328b89b5aa65ed7a04e33c8b93b393.zip | |
Rename "samples" segment to "tools"
This segment is a bit of a "miscellaneous section" in the WiX repo.
As such it has been difficult to name. I originally eschewed the
name "tools" because what is in the "wix" segment was once called
"tools". However, now that wix.exe is firmly established as the
entry point for WiX operations, I've become comfortable with its
segment being named "wix". That meant "tools" was again available
and "tools" better describes the content of this section.
Diffstat (limited to 'src/samples/Dtf/Documents/Guide/Content/inventory.htm')
| -rw-r--r-- | src/samples/Dtf/Documents/Guide/Content/inventory.htm | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/src/samples/Dtf/Documents/Guide/Content/inventory.htm b/src/samples/Dtf/Documents/Guide/Content/inventory.htm deleted file mode 100644 index 40a6ef74..00000000 --- a/src/samples/Dtf/Documents/Guide/Content/inventory.htm +++ /dev/null | |||
| @@ -1,78 +0,0 @@ | |||
| 1 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 2 | <head> | ||
| 3 | <title>Windows Installer System Inventory Viewer</title> | ||
| 4 | <link rel="stylesheet" type="text/css" href="../styles/presentation.css" /> | ||
| 5 | <link rel="stylesheet" type="text/css" href="ms-help://Hx/HxRuntime/HxLink.css" /> | ||
| 6 | </head> | ||
| 7 | |||
| 8 | <body> | ||
| 9 | |||
| 10 | <div id="control"> | ||
| 11 | <span class="productTitle">Deployment Tools Foundation</span><br /> | ||
| 12 | <span class="topicTitle">Windows Installer System Inventory Viewer</span><br /> | ||
| 13 | <div id="toolbar"> | ||
| 14 | <span id="chickenFeet"> | ||
| 15 | <a href="using.htm">Development Guide</a> > | ||
| 16 | <a href="samples.htm">Samples</a> > | ||
| 17 | <span class="nolink">Inventory</span> | ||
| 18 | </span> | ||
| 19 | </div> | ||
| 20 | </div> | ||
| 21 | <div id="main"> | ||
| 22 | <div id="header"> | ||
| 23 | </div> | ||
| 24 | <div class="summary"> | ||
| 25 | <p>This application shows a hierarchical, relational, searchable | ||
| 26 | view of all of the product, feature, component, file, and patch | ||
| 27 | data managed by MSI, for all products installed on the system.</p> | ||
| 28 | <p><br/></p> | ||
| 29 | |||
| 30 | <h4>Navigation</h4> | ||
| 31 | <ol> | ||
| 32 | <li><p>The tree on the left is self-explanatory.</p></li> | ||
| 33 | <li><p>Click on a row-header (grey box on the left side of the | ||
| 34 | grid) to jump to a table with more details about the item referred | ||
| 35 | to by that row. For example, clicking on a row-header of a | ||
| 36 | table that lists components will take you to a table that lists | ||
| 37 | the files in that component. Not every table has this ability, | ||
| 38 | but the cursor will turn to a hand shape to indicate when this is | ||
| 39 | possible.</p></li> | ||
| 40 | <li><p>Also you can navigate back and forward through your history | ||
| 41 | using the buttons in the application or mouse buttons 4 and 5.</p></li> | ||
| 42 | </ol> | ||
| 43 | <p><br/></p> | ||
| 44 | |||
| 45 | <h4>Searching</h4> | ||
| 46 | <p>The search feature is not hard to find. By default, searches | ||
| 47 | are limited to the current table. However, if you choose to find | ||
| 48 | "In Subtree" by checking the box, the search will include | ||
| 49 | the current table as well as all tables under the current location in | ||
| 50 | the tree. While this can take a long time if there is a lot of | ||
| 51 | data under the current node, you can stop the search at any time with | ||
| 52 | the stop button. The search pauses when a match is found, but | ||
| 53 | clicking "Find" again will continue the same search from that | ||
| 54 | point (unless you uncheck the "Continue" checkbox or change | ||
| 55 | the search string).</p> | ||
| 56 | |||
| 57 | <p><br/></p> | ||
| 58 | </div> | ||
| 59 | |||
| 60 | <div id="footer"> | ||
| 61 | <p /> | ||
| 62 | Send comments on this topic to <a id="HT_MailLink" href="mailto:wix-users%40lists.sourceforge.net?Subject=Deployment Tools Foundation Documentation"> | ||
| 63 | wix-users@lists.sourceforge.net</a> | ||
| 64 | |||
| 65 | <script type="text/javascript"> | ||
| 66 | var HT_mailLink = document.getElementById("HT_MailLink"); | ||
| 67 | var HT_mailLinkText = HT_mailLink.innerHTML; | ||
| 68 | HT_mailLink.href += ": " + document.title; | ||
| 69 | HT_mailLink.innerHTML = HT_mailLinkText; | ||
| 70 | </script> | ||
| 71 | |||
| 72 | <p /> | ||
| 73 | |||
| 74 | </div> | ||
| 75 | </div> | ||
| 76 | |||
| 77 | </body> | ||
| 78 | </html> | ||
