-
Can i make msi or smth like that, to install database on existing server.
I know how to make sql script for database, but its not cool. -
Can i configure MSI, to show for example some pictures of my company in installation procces, any related link apprisiated.
Can i make msi or smth like that, to install database on existing server.
Share
Yes, you can. There are two approaches:
Yes, they are called billboards. The native MSI billboards support is very limited, so I recommend an external UI solution.
If you want a free solution, you can try WiX. It supports both external UI and SQL scripts. These features will need some work, but they are doable.
Let me know if you want some recommendation for commercial tools.