* Improve test diagnosability, and track tests that failed and provide summary and exit code at end to denote overall success/failure
Allow msixtrace to take in additional "skipParsing" argument which will only output raw ETL instead of parsing the ETL into a readable text format, since the parsing can take a long time on large files.
* Remove .count -gt 0 check on -match, not sure how this was working before, but we should just use the bool returned.
* rename -- remove preview directory. Fix up associated project files that used relative paths to remove one directory (..\)
ClickOnceWrapper had a problem, in that its dependson was pre-run instead of pre-build, which means it had to have run successfully already; this was fixed.
* fixup of project files
* update paths referenced in README.md
* update CODEOWNERS and root README.md to point to MSIXCore README.md
* resize logo so it doesn't go off window, and change the size of the percent text elements so they do not overlap with other controls
* combine the two percent controls so they don't overlap, and so the amount of space between them is the same regardless of language.
* Call api with signature skip
* Moved call to installUI
* Check with error codes
* Propagate errors to UI
* comment
* More changes to errors
* Update more strings
* Move call for checkbox and install button
* TDF wrong error message
* Updated handler error messages and localized
* Localize strings returned by handler separate lib and exe
* Remove extra string added for remove package
* Install cancel
* Space
* re-order UI elements to show actual window earlier instead of black cmd prompt window. Can update later to say "Loading" or something while we open the package, but this is at least better indication of progress than the cmd prompt window.
* FreeConsole earlier, and display "Loading Package...." UI before trying to open the package. This makes it clearer that work is being done while loading large packages.
Additionally, remove extra capabilities strings, and add common controls 6 for prettier buttons/progress bar. Needed to disable the theme for the launch checkbox control, as common controls does not allow transparency.
* Grab package level variables from Properties element instead of the application element: Logo, PublisherDisplay and DisplayName are all available as properties of the package. This provides parity with what desktopappinstaller is doing on win10
* update test to point to new expected filename for link file.