I know I am missing something simple here, but what is it?
I have a 1GB mpkg that I need to deploy through policy. I have user interaction enabled, with option to defer (I know that if I disable the option to defer, that would be one solution to my question, so let's assume its a requirement).
I created the package in Packages. The policy has the mpkg as its package. The mpkg will copy a few pkgs to the client computer and the mpkg's post-installation script will 1) throw up a cocoaDialog splash screen with progress bar, 2) install the software from the pkgs, 3) and configure the software.
My question: How can I get a splash screen showing on the client computer while the policy's 1GB mpkg is being copied to the computer?