pkgadd pkgask still prompts for user input

I create a succesful pkgask 'response' file:

pkgask -r xyz.pkg

I then attempt to use the 'response' file with pkgadd:

pkgadd -nr /home/user/response -d /home/user/xyz.pkg

the prompts for user input still appear. I have also tried an 'admin' file but that still prompts for user input as well.

thanks

nm, just add the admin file in the argument as well:

pkgadd -r /home/user/response -a /home/user/admin -d /home/user/xyz.pkg

:smiley: