Convert Exe To Pkg →
productsign --sign "Developer ID Installer: Name" output.pkg signed.pkg Conclusion
If you are trying to wrap a Windows installer (or a Windows-based payload) into a .pkg file for distribution through an MDM (like Jamf) to Macs, you generally use a "Wrapper." convert exe to pkg
You cannot "convert" the code inside an EXE to run natively on a Mac. A conversion tool simply wraps Mac-compatible files into a PKG format for deployment. If you have a Windows-only program, you would instead need to use a compatibility layer like Wineskin or CrossOver before packaging. Scenario A: Repackaging Mac Files into a PKG productsign --sign "Developer ID Installer: Name" output