Run SQL scripts on windows mobile installer
Posted
by Guillermo Vasconcelos
on Stack Overflow
See other posts from Stack Overflow
or by Guillermo Vasconcelos
Published on 2010-04-06T20:35:58Z
Indexed on
2010/04/06
20:53 UTC
Read the original article
Hit count: 360
Hi,
We are working on a Windows Mobile 6.5 application.
The application is already installed in some devices, and we need to distribute a new version with changes in the database schema (we added a few tables).
Is there a way to make a "patch" windows mobile installer that will replace the application and update the embedded SQL database with some scripts?
In a normal windows installer we would create a custom action in the installation process to apply the changes in the database, but I'm not sure how to do that for Windows Mobile
Thanks.
© Stack Overflow or respective owner