ddeward
06-12-2006, 03:04 PM
If I create a Basic MSI project that includes the the SQLLogin dialog I get these warnings:
ISDEV : warning ICE17: ListBox: 'IS_SQLSERVER_LIST' for Control: 'lstSQLServer' of Dialog: 'SQLBrowse' not found in ListBox table. Control Property SQLBrowse lstSQLServer
ISDEV : warning ICE17: ComboBox: 'IS_SQLSERVER_SERVER' for Control: 'cboServers' of Dialog: 'SQLLogin' not found in ComboBox table. Control Property SQLLogin cboServers
ISDEV : warning ICE82: This action ScheduleReboot has duplicate sequence number 6601 in the table InstallExecuteSequence InstallExecuteSequence Sequence ScheduleReboot
How should I populate the ListBox and ComboBox tables??? Since these are built-in dialog boxes you would not expect to get warnings.
Thanks,
Dan
ISDEV : warning ICE17: ListBox: 'IS_SQLSERVER_LIST' for Control: 'lstSQLServer' of Dialog: 'SQLBrowse' not found in ListBox table. Control Property SQLBrowse lstSQLServer
ISDEV : warning ICE17: ComboBox: 'IS_SQLSERVER_SERVER' for Control: 'cboServers' of Dialog: 'SQLLogin' not found in ComboBox table. Control Property SQLLogin cboServers
ISDEV : warning ICE82: This action ScheduleReboot has duplicate sequence number 6601 in the table InstallExecuteSequence InstallExecuteSequence Sequence ScheduleReboot
How should I populate the ListBox and ComboBox tables??? Since these are built-in dialog boxes you would not expect to get warnings.
Thanks,
Dan