Skip to content

Commit

Permalink
Reference Error strings in Sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnson committed Jan 22, 2025
1 parent 523c66a commit 9ed16b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/ext/Sql/wixlib/SqlExtension.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<?include ..\..\caDecor.wxi ?>

<Fragment>
<UIRef Id="WixSqlErrors" />

<UI>
<ProgressText Action="$(var.Prefix)InstallSqlData$(var.Suffix)" Message="!(loc.ConfigureSql)" />
<ProgressText Action="$(var.Prefix)UninstallSqlData$(var.Suffix)" Message="!(loc.ConfigureSql)" />
Expand Down
2 changes: 1 addition & 1 deletion src/ext/Sql/wixlib/SqlExtension.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<?include ..\..\caerr.wxi ?>

<Fragment>
<UI>
<UI Id="WixSqlErrors">
<Error Id="$(var.msierrSQLFailedCreateDatabase)" Message="!(loc.msierrSQLFailedCreateDatabase)" />
<Error Id="$(var.msierrSQLFailedDropDatabase)" Message="!(loc.msierrSQLFailedDropDatabase)" />
<Error Id="$(var.msierrSQLFailedConnectDatabase)" Message="!(loc.msierrSQLFailedConnectDatabase)" />
Expand Down

0 comments on commit 9ed16b9

Please sign in to comment.