reactos/modules/rosapps/drivers/vcdrom/vcdrom.rc
Pierre Schweitzer 6906e184bb
[VCDROM] Implement the virtual CD-ROM class driver.
It was provided by MS as a separate package to download for Windows (up to 7).
That class driver allows creating virtual drives on which we can later mount ISOs images.
It's rather basic, but does the job.

To use it, you can use the GUI app from Microsoft (Virtual CD-ROM Control Panel)
or the vcdcli in CLI. We're compatible :-).

Note that it's not loaded at boot, you need to manually start it, to lower memory footprint.
Both applications will handle this for you.
2017-12-03 18:17:45 +01:00

6 lines
224 B
Plaintext

#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Virtual CD-ROM Class Driver"
#define REACTOS_STR_INTERNAL_NAME "vcdrom"
#define REACTOS_STR_ORIGINAL_FILENAME "vcdrom.sys"
#include <reactos/version.rc>