VirtualBox

source: vbox/trunk/src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist@ 46626

最後變更 在這個檔案從46626是 42987,由 vboxsync 提交於 12 年 前

Installer/darwin: drop checkforrunningvm in favor of a one-liner. That should work on Leopard too. Dropped the InstallationCheck in VBoxKEXTs which does the same as the javascript in distribution.dist already did and may cause later install errors with generic message (probably because we didn't ship InstallationCheck.strings, but whatever).

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.9 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<array>
5 <dict>
6 <key>RootRelativeBundlePath</key> <string>VBoxDrv.kext</string>
7 <key>BundleIsRelocatable</key> <false/>
8 <key>BundleIsVersionChecked</key> <false/>
9 <key>BundleHasStrictIdentifier</key> <false/>
10 <key>BundleOverwriteAction</key> <string>upgrade</string>
11 </dict>
12 <dict>
13 <key>RootRelativeBundlePath</key> <string>VBoxNetAdp.kext</string>
14 <key>BundleIsRelocatable</key> <false/>
15 <key>BundleIsVersionChecked</key> <false/>
16 <key>BundleHasStrictIdentifier</key> <false/>
17 <key>BundleOverwriteAction</key> <string>upgrade</string>
18 </dict>
19 <dict>
20 <key>RootRelativeBundlePath</key> <string>VBoxNetFlt.kext</string>
21 <key>BundleIsRelocatable</key> <false/>
22 <key>BundleIsVersionChecked</key> <false/>
23 <key>BundleHasStrictIdentifier</key> <false/>
24 <key>BundleOverwriteAction</key> <string>upgrade</string>
25 </dict>
26 <dict>
27 <key>RootRelativeBundlePath</key> <string>VBoxUSB.kext</string>
28 <key>BundleIsRelocatable</key> <false/>
29 <key>BundleIsVersionChecked</key> <false/>
30 <key>BundleHasStrictIdentifier</key> <false/>
31 <key>BundleOverwriteAction</key> <string>upgrade</string>
32 <key>BundlePostInstallScriptPath</key> <string>postflight</string>
33 </dict>
34</array>
35</plist>
36
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette