Reputation: 1
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.
Upvotes: 0
Views: 502
Reputation: 984
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.
Upvotes: 0