Assume you install an application service on a Windows Server 2012-based computer. Use DISKSHADOW.exe to list the writers. You may notice the System Writer has two Component sections:
- Component "System Writer:\System Files"
- Component "System Writer:\Win32 Services Files"
The installed application service binaries should be listed under this System Writer component, and because of the flags value of 4 on this component, the binary is optional in the system state backup. Similarly, install the same application service on a Windows 8-based computer. Dump the System Writer metadata and you may notice there is no Component "System Writer:\Win32 Services Files". The application service binary is listed under the system state component of the System Writer and now is expected to be saved as system state. As a result, any backup application would fail to handle consistently the same data type depending on Server or Client is installed.