Hello, I'm working on an installer that, among other things, installs a kext for an IOKit driver. I've got it working in an installer that requires a reboot - the kext gets installed correctly and the kext cache gets rebuilt. However, I'm wondering if there's a way to do this without requiring a reboot. This installer requires 10.6 or later, so I don't have to concern myself with older versions of OS X. And if it matters, the driver doesn't actually do anything - it's a stub to prevent the default USB driver from being used. A separate daemon handles communication with the device. Unfortunately, in my googling so far I haven't found a clear answer. I've read this document: http://developer.apple.com/library/mac/#qa/qa1319/_index.html but I don't quite follow it. Is it saying that if I'm installing an IOKit kext in 10.5 or newer, I don't have to do anything other than executing `touch /System/Library/Extensions`? Any help or advice would be greatly appreciated! - Brian _______________________________________________ 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: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com