* 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.
* add icon to ARP
* post build works with french
* add postbuild script to generate and embed transforms
* add comments to script and combine for loops
* add localization with placeholder strings
* add project
* Simple detection that it's from http, then simply download the file first before.
This is the simplest hack to get a working prototype, larger files will incur significant delay before being able to show packageInfo in the UX.
* fix win10 redirect code too.
* update pre-build task to auto-copy built versions of exe and dll
* Update expected PSF stuff through start menu link and shellexecute launch; still need to hook up to parser
* add test, update test package to contain script, works with hardcoded paths
* Log exit code in case it's used
* replace bmps with smaller jpgs and check-in updated wixproj which was missed with the x64 split work
* reverse order of configuration/platform to be the standard ordering
* Create long file path before passing to mkdirp
* Updated other calls to mkdirp
* Updated mkdirp method to handle both long path and without long path strings
* Update WiX msi version to match file version
* add script to update version and change in .rc and project files to add version string based off git describe
* Revert "add script to update version and change in .rc and project files to add version string based off git describe"
This reverts commit d9aa8cb9191f925fe437cd967a7580d73e5d572d.
* Add additional logging when win10 redirects, log version number of msixmgr and change msixmgr version for preview to 0.0.0.0