rdg
02-12-2007, 12:53 PM
I am trying to generate mzp files with maz - the maxzip command.
Something is wrong ...
theFile = #("c:\\temp\\mzp.run","c:\\temp\\installer.ms", "c:\\temp\\theScript.ms" )
maz "c:\\temp\\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
Something is wrong ...
theFile = #("c:\\temp\\mzp.run","c:\\temp\\installer.ms", "c:\\temp\\theScript.ms" )
maz "c:\\temp\\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
