PKG can't silent install on Mac Os 10.5
- by ericdm
I have made an Installer by PackageMaler3.0.6 on Mac OS 10.8. Also I have add a JavaScript function in Distribution,This function use for detect the certain App is running or not. Some code like this:
var allProcess = new Array();
allProcess = system.applications.all();
var allProcessCount = allProcess.length;
...
If I normally install (With…