[Closed] maz to generate mzp
I am trying to generate mzp files with maz – the maxzip command.
Something is wrong …
theFile = #("c:\ emp\\mzp.run","c:\ emp\\installer.ms", "c:\ emp\ heScript.ms" )
maz "c:\ emp\\package.mzp" theFile
installer.ms and theScript.ms are arbitray scripts that just echo their name to the listener.
mzp.run runs the installer.ms
If I run the package.mzp both scripts are executed, though mzp.run just calls installer.ms …
If I create package.mzp with winzip/filzip and execute it, everything is fine:
Only installer.ms echoes to the listener.
What am I missing here?
Georg
** update
If I accept that mzp work part on maxroot global and part in “Documents and Settings” on a per user basis, the script works.
Would be cool if it were possible to generate such mzps via mascript.
http://proforma.preset.de/vray-materials.de/graphPaper/rdg-graphPaper.mzp
** update
never mind.
after annoying hours with mzp/maz, selfwriten pseudo-installers and max9 I decided to drop the plan to release scripts with more than one component.
Georg