AFP548

Problems installing Flash Player

I'm trying to get the Adobe Flash Player pkg (extracted from within the enterprise installer) to install. As I'd read elsewhere, it won't work just adding the pkg to the InstaDMG build (the prefpane gets added, but not the plugins). I saw a recommendation to run the installation from the firstboot script. I created a pkg to drop the Flash Player pkg into /private/tmp as part of the build, and that seems to work OK, as I can see it's there when I examine the built image. However, attempting to run and then delete the package with the following commands in the script fails with installer reporting "no file found" in the system logs, and the rm fails too for the same reason. [code]... installer="/usr/sbin/installer" ... # Install Flash, as InstaDMG does not seem to run the current pkg correctly $installer -pkg "/private/tmp/Adobe Flash Player.pkg" -target / rm -R "/private/tmp/Adobe Flash Player.pkg" ... [/code] So am I putting the file in an inappropriate location for this? The installer command works fine when executed from the mounted dmg of the build. cheers, ---john---
Exit mobile version