Master Packager Dev is created to help developers lead us out of complex and expensive application management. Creating high-quality Windows application packages should be easy and affordable for everyone.
Take a look at these main new features available in Master Packager Dev 1.0.7:
Master Packager Dev 1.0.7 allows you to build Windows 11 context menu for MSI and MSIX files without any coding experience, C++ programming knowledge or understanding how to create and what limitations the MSIX Sparse package has. Is this a real life?
Master Packager Dev project file part for the ContextMenu:
"contextMenu": [
{
"fileType": "msi",
"name": "Master Packager",
"executable": "$.installDir\\MasterPackager.exe",
"arguments": "\"%1\"",
"icon": "$.installDir\\MasterPackager.exe"
},
{
"fileType": "mst",
"name": "Master Packager",
"executable": "$.installDir\\MasterPackager.exe",
"arguments": "\"%1\"",
"icon": "$.installDir\\MasterPackager.exe"
},
{
"fileType": "exe",
"name": "PSADT to intunewin",
"executable": "$.installDir\\mrp.exe",
"arguments": "PSADTtoIntunewin -path \"%1\" -waitOnError",
"icon": "$.installDir\\MasterWrapper.exe"
}
],
Note that you do not need to change anything to have a legacy context menu on Windows 10 or Windows 11. This is all you need to have legacy context menus as well as the new Windows 11 context menu.
Also, this works brilliantly for enterprise environments and the context menu will appear for all users during system context deployment using deployment tools like SCCM and Intune.
If you have some custom logic to be run during installation then it is very simple to use it with Master Packager Dev:
It’s as simple as providing the path to the DLL, OCX or ps1 file. That’s it. Designed so anyone can make the highest quality MSI packages.
Read the documentation how to start using them.
You can go in to rabbit hole and spend years learning MSI and MSIX on your own and still make mistakes. There is no reason to do that anymore.
Try Master Packager Dev and see it yourself.
Let’s go!
The Master Packager Team