How to install CAB file /noui on Windows Embedded Compact 7 during Unsupported System Version?

404 Views Asked by At

I have almost tried everything, I can not install the file without requiring user interaction (what is necessary). Is there any why to pass through it? I tried to run

wceload /noui /silent /delete 0 path\to\sql.wce5.armv4i.CAB

which gives me no error but It does not install the CAB file, I think it's because it don't want to go through the message about "Unsupported System Version" (without /noui parameter) image.

Also I need to install SQL Server Compact Edition in v3.5.

Thanks in advice.

1

There are 1 best solutions below

0
etalon11 On

There is a tool to change the min and max version of a cab file. You should set the max version to 9.99 and then the unsupported message disappears. This would be one solution.