After reading the FAQ I understood that the tool make use of .Net Framework. For this I create a custom WindowsPE using latest Windows10 AIK (the one released with Win10 v1803), and added WinPE-NetFx.cab package using DISM utility, as recommended by Microsoft.
As result I was able to start the USB Image Tool program using my WindowsPE, the USB key is detected properly, but when I push the "BACKUP" button I have an exception due to a missing COM component. This is the error:
Code: Select all
Creating an instance of the COM component with CLSID {C0B4E2F3-BA21-4773-IDBA-335EC946E88I} from the iClass Factory failed due to the following error: 80040111.
ClassFactory cannot supply requested class. Exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE)
As it seems to me that is almost impossible to install Visual Themes in Windows PE, I'm asking if is it possible to have the USB Image Tool working also when Visual Themes are not installed, as in a windows PE environment.
Alex can you help me please?

Thanks!