site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi Rob, mv -r /S/L/my-temp-kext-location/MyKext.kext /S/L/E Finally, I just need to remove /S/L/my-temp-kext-location temporary folder. This way always works great! Regards, - Alexander Although I still do the sudo touch /S/L/E... Thanks /Rob _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/klax%40musiclab.com This email sent to klax@musiclab.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I'd suggest another way to install .kext component. I don't rely on Installer. First I install MyKext.kext into temporary folder; for instance /S/L/my-temp-kext-location. Then, using postinstall/postupgrade/postflight script I set correct ovnership and permissions for MyKext.kext and every file within the .kext and then I "move" MyKext.kext into /S/L/E like that: "move" operation is atomic so following automatic "touch" will be performed correctly. ----- Original Message ----- From: "Robert Bielik" <robert.bielik@xponaut.se> To: <installer-dev@lists.apple.com> Sent: Tuesday, December 07, 2010 8:09 AM Subject: Re: PM kext installation problem Robert Bielik skrev 2010-12-07 13:53: Doesn't seem to be correct. My payload _has_ root:wheel set on source .kext directory (and all content), but upon installation in /S/L/E only the top folder has root:wheel (content is user:admin), hence it fails to load upon completion of the installation. Sorry, my bad. Forgot to go through each content item and set root:wheel. Works now. This email sent to site_archiver@lists.apple.com