Hi,
I'am creating a custom Win32 application and include it in my WinPE image. I'am creating an UFD drive for booting.
The UFD boot well and i can see my custom application in the X: (RAM).
But when i want to start it, i have this error :"Application failed to start because side-by-side configuration is incorrect ". My custom application is a hello world test. Any idea? Thanks.
There are the step i do to include my aplication:
copype.cmd x86 c:\winpe_x86
imagex /mountrw c:\winpe_x86\winpe.wim 1 c:\winpe_x86\mount
copy MyCustomApp.exe c:\winpe_x86\mount\windows\system32
peimg /prep c:\winpe_x86\mount\windows
imagex /unmount c:\winpe_x86\mount /commit
copy c:\winpe_x86\winpe.wim (UFD):\sources\boot.wim