Convert — Exe To Pkg

Use the productbuild command to create the PKG file:

<?xml version="1.0" encoding="UTF-8"?> <distribution> <name>Your Software Name</name> <version>1.0</version> <identifier>com.yourcompany.yoursoftware</identifier> <installable>pkg-contents</installable> </distribution> convert exe to pkg

mkdir pkg-contents cp -r exe-contents/* pkg-contents/ Use the productbuild command to create the PKG file: &lt;

Create a new directory for your PKG file and add the necessary files: ?xml version="1.0" encoding="UTF-8"?&gt