Stand Alone Intel(R) Virtual RAID on CPU UWD GUI
The Intel VROC family of products supports the ability to load the Intel VROC GUI without running the installer or going to the Microsoft* Application Store.  
Within package there is a standalone compressed file that can be copied to the target system, unzipped and used to load/install the Intel VROC UWD GUI application.  
As with the application uploaded to the Windows* Application Store, this process requires that all of the Intel VROC drivers have already been installed via 
the .inf installation process. The following is an example of how the Intel VROC UWP GUI package might be installed manually:

1.	Open PowerShell (Admin) by right click on start and select PowerShell (Admin). 
2.	When prompt with PowerShell window, navigate to release folder/KIT/UserInterface/UI release folder/UWP using cd command. The files in the destination 
        folder should be similar to the screenshot below.
	2a. [cd "release UWP Folder Path"] 
3.	Enable UWP app side-loading
	3a. [REG ADD HKLM\Software\Policies\Microsoft\Windows\Appx /v AllowAllTrustedApps /t REG_DWORD /d 1 /f]
4.	Install certificate
	4a. [CERTUTIL -addstore -f "TrustedPeople" "<Certificate File.cer>"]
5.	Run DISM to install app. 
	5a. [DISM /Online /Add-ProvisionedAppxPackage /PackagePath:"<appxbundle file>" /DependencyPackagePath:"Microsoft.VCLibs.x64.14.00.Desktop.appx" 
             /LogPath:dism.log /SkipLicense]
6.	Restart the system. 
7.	After a restart, launch Intel Virtual RAID on CPU. When prompted with UAC dialog, please press yes to launch it. 

Note1: The above is just an example an the files may differ depending on release version. Please substitute filenames inside <> with appropriate file names.
