Executable Arguments Fixup
MSIX packages inherently do not support passing of arguments to an executable (.exe) while launching an application. To pass arguments to an executable you need to apply an Executable Arguments fixup to the application.
To create an Executable Arguments Fixup, perform the following steps:
To create Executable Arguments Fixup:
1. | Select an application in the Applications node, click the Apply button in the MSIX Editor ribbon, and then select Executable Arguments Fixup from the menu. |
Note:You could also select an application, right click, and select Executable Arguments Fixup from the context menu.
The Executable Arguments Fixup Configuration view opens.
2. | Enter the following information: |
Property |
Description |
Executable |
This property displays the executable that will be invoked when the application is launched. This is a non-editable property. |
Working Directory |
This property displays the working directory of the application. This is a non-editable property. |
Arguments |
Specify the command-line arguments that you wish to pass to executable of an application upon its launch. This is a mandatory property. |
3. | After providing argument property value, click Update button. |
4. | Click Save or Save As in the ribbon for the change to take effect. |
Note:Only one Executable Arguments Fixup can be applied to an application.