Skip to content

Features

Weatherlights edited this page Oct 23, 2024 · 17 revisions

The MSIX-Power-Wrapper includes many features which are documented in this section.

Process

Process can be used to run a process. It is needed to run the wrapped application.

<Process>
  <Filename>[APPDIR]\mymainapp.exe</Filename>
  <WorkingDirectory>[APPDIR]</WorkingDirectory>
  <Arguments>myargument [ARGS]</Arguments>
</Process>
Filename The path to the EXE file you would like to run. This file can be in your package or somewhere else on the filesystem.
WorkingDirectory A path which specified the working directory of the application.
Arguments The arguments that should be passed to the application.

Clone this wiki locally