Opened 18 years ago
Closed 18 years ago
#80 closed enhancement (fixed)
[feature-request] please make GuestVM additions setup modular
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
I would like to ask to make GuestVM additions setup modular, so one could install only single component of the whole bunch. Both for Windows & Linux guests.
It will make solution more scalable & easier to debug & more configurable to the user.
So user could install separately:
-Video driver -Mouse integration driver -Time synch with Host -Idle CPU -...
I might not always want to have full integration. For example, one component may be buggy, so I will still work with other components.
Such as in case: http://www.virtualbox.org/ticket/41
In other scenarios, I might want to have a different date on my guest PC than Host PC for application testing purposes. (So I want to disable only this part of guest integration, rather than disable integration fully.)
-Alexey Eremenko
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In Linux this is already possible. Start the installer with one of the following options:
The kernel module will always be installed if you install one of the other components. You can use several of these options at one time.
I will update the documentation to contain these options.