fitzi
Posts: 4
Joined: Fri Jul 18, 2008 9:16 am

SQL Server Update

Hello! I would only update a sql server database with an installer project.
When i build my project i get the message box "Your project must contain at least one component (fiel, registry entry, etc.) before this operation can be performed." - Why is that so? Solutions?
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: SQL Server Update

Hi,

Please note that any MSI package must contain at least one resource which can be set as the key member of a Windows Installer component (a file or a registry entry). Since you only want to update a database, you can create a dummy registry value in the Registry page.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”