# Resolving Windows Server 2019 Installation Error in VMware

This error comes up when Windows Server 2019 OS is getting installed in virtual machine created inside VMware. The error says: "Windows cannot find the Microsoft Software License Terms. Make sure the installation sources are valid and restart the installation."

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1725655525470/1c9effbf-cfa2-4f48-a89c-5bd7088acce2.png align="center")

This error occurs when "Installer disc image file (iso)" is picked at the start of making a new virtual machine.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1725655536295/0348ed0f-e052-498e-abf6-57b13e01a32f.png align="center")

To fix this, choose "I will install the operating system later" instead.The fix involves deleting the virtual machine with the error. Then, make a new one with the right option.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1725655543811/de592d30-ff65-4ead-90db-c445f1c42e30.png align="center")

After that, add the ISO file in the VM's hardware settings. Go to "New CD/DVD (SATA)" and pick "Use ISO image file:" to add the Windows Server 2019 ISO.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1725655552997/abae9a6b-dae5-4ad7-976b-f1e74974dc95.png align="center")

This helps in installation of Windows Server 2019 in VMware smoothly.
