2

I have a given .vhd-File and want to edit it programmatically in C# WITHOUT MOUNTING IT. Does anyone know how to do this(possibly with an api or library)?

LostPhysx
  • 3,573
  • 8
  • 43
  • 73

2 Answers2

3

Take a look at discutils. Might be what you want.

http://discutils.codeplex.com/

PCG
  • 1,197
  • 9
  • 23
1

you can use discutils: http://discutils.codeplex.com/

"DiscUtils is a .NET library to read and write ISO files and Virtual Machine disk files (VHD, VDI, XVA, VMDK, etc). DiscUtils is developed in C# with no native code (or P/Invoke)."

hmd.ai
  • 1,163
  • 11
  • 13