Forum Discussion
Hanessa
Sep 22, 2025Copper Contributor
Add Environment Variable to MSIX package using PSF Fixups in Packaging Tool - what am I missing?
Hi everyone, I am currently testing packaging apps into the MSIX format and have been successful for any simple installers. Now that I am trying to package more advanced installers I have to utiliz...
Oct 25, 2025
- If you are adding the PSF using the MMPT, that version of the PSF does not support the EnvVar Fixup.
- If you added the PSF using PsfTooling (or TMEditX or any of the other third party tool that pulls from the TimMangan fork of the PSF), then the EnvVarFixup is available. However, note that the environment variable will only available to the running applications inside the container - you will not see the variable on the end-user system by looking at environment variables from outside the container.