msi" /qn ADDLOCAL=VHDMount
Note that VHDMount is case-sensitive, so type the command exactly as shown.
When that??™s done, close the Command Prompt window. If you like, you can
338 | Chapter 6: Troubleshooting
delete both setup.exe and Virtual Server 2005 Install.msi, although it may be
wise to hold on to setup.exe in case Microsoft decides to discontinue the
product, or worse, start charging for it.
The installer puts the VHDMount utility in the \Program Files\Microsoft
Virtual Server\Vhdmount folder. But since it??™s a Command Prompt program,
there??™s one more thing to do to make it more easily accessible: download
the vhdmount.reg Registry patch file from http://annoyances.org/
downloads/vhdmount.reg, or type the following into Notepad and save it as
vhdmount.reg:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.vhd]
@="Virtual.Machine.HD"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Virtual.Machine.HD\shell]
@="Mount"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Virtual.Machine.HD\shell\Mount\command]
@="\"C:\\Program Files\\Microsoft Virtual Server\\Vhdmount\\vhdmount.exe\"
/p \"%1\""
[HKEY_CLASSES_ROOT\Virtual.Machine.HD\Shell\Unmount-commit]
@="Unmount (commit changes)"
[HKEY_CLASSES_ROOT\Virtual.Machine.HD\Shell\Unmount-commit\command]
@="\"C:\\Program Files\\Microsoft Virtual Server\\Vhdmount\\vhdmount.exe\"
/u /c \"%1\""
[HKEY_CLASSES_ROOT\Virtual.Machine.HD\Shell\Unmount-discard]
@="Unmount (discard changes)"
[HKEY_CLASSES_ROOT\Virtual.
Pages:
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483