LocalDb prerequisite x86/x64

I have been using WyUpdate for some time for an application I wrote for a client and find it extremely good to use (thank you).

Recently we elected to move away from SQL Server CE to LocalDb and as such part of our update could do with either recognising the fact that LocalDb is not installed in order to prompt the user or (better) including the install of the LocalDb MSI file as part of the update.

Is this at all supported and if so, how could I implement something that would work cleanly?

Thanks in advance.

Right now you'd have to do this by using the "execute files" feature to execute a bootstrapper to download & install the new SQL version if the old one is installer. Or just include the new SQL version as part of your update.