Forum Discussion
Unable to create a python script to MSIX
Brindanivas While I don't know your particular python package, I generally find the need to include the Package Support Framework's FileRedirectionFixup whenever packaging something with python.
Tim Mangan, can you let me know how to do it PyQt5. I am using pyinstaller to generate the exe setup. I am new to python, so can you please help on this.
- Tim ManganMar 11, 2020MVP
Brindanivas If using the Microsoft MSIX Packaging Tool (MMPT), after installing the app (and the MMPT it still monitoring the install), I run PsfTooling. This is a free app in the Microsoft Store. You run the shortcut wizard, select the FileRedirectionFixup (just use the default settings for the fixup), click the Modify button and select any shortcuts, and apply to actions list. Running the additional two wizards (executables, click "find exes" button, then ftas "find" button) are recommended, even if not needed. Then on the actions page apply the changes. Close the tool and return to the MMPT to finish off packaging..