Video Screencast Help
Search Video Help Close Back
to help

MAC install errors

Created: 11 Dec 2012 | Updated: 11 Dec 2012 | 3 comments
SonicGT's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

when creating a quick delivery or software delivery in 7.1 SP2 I am getting the following error in the client logs on a MAC notebook

mdworker[456]: zip importer encountered an error (2)

 

Any thoughts?  

Comments 3 CommentsJump to latest comment

Andrei Fedulin's picture

Hi,

I guess you have some spaces in ZIP package name (like "My package.zip)

Try to escape spaces in command line builder for your install cmd by adding single quotes :

pkg-rollout 'My package with spaces.zip' 

Thanks,

Andrei

 

0
Login to vote
  • Actions
Andrei Fedulin's picture

Or you can  escape spaces in command line using backslashes (without single quotes):

pkg-rollout My\ package\ with\ spaces.zip

Thanks,

Andrei

SOLUTION
0
Login to vote
  • Actions
SonicGT's picture

That was it. Mac in altiris in new to us and when it imported it put the \ for the space which I just thought was a bad import so I removed it.  once I put it back it worked as expected.

0
Login to vote
  • Actions