Compact structure implementation without reboot

When you use visual studio to deploy to a Windows mobile device, it automatically selects the correct cockpit file and installs a compact structure on that device. All without rebooting.

If you select the same cockpit file and install it using active sync after the installation is complete, you need to restart your device.

Why? And how can you do a quiet installation like visual studio.

0


source to share


1 answer


You don't actually need to restart it. It's just a bug in the CAB. You can safely ignore it (annoying though).



Edit: you can suppress the message by passing / noui or / silent switch (depending on your target) to wceload.

+1


source







All Articles