diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs index caa3c720..32e257d6 100644 --- a/src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs +++ b/src/wix/WixToolset.Core.WindowsInstaller/Bind/SequenceActionsCommand.cs | |||
| @@ -47,7 +47,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 47 | { "MoveFile", SymbolDefinitionType.MoveFile }, | 47 | { "MoveFile", SymbolDefinitionType.MoveFile }, |
| 48 | { "MsiAssembly", SymbolDefinitionType.Assembly }, | 48 | { "MsiAssembly", SymbolDefinitionType.Assembly }, |
| 49 | { "MsiAssemblyName", SymbolDefinitionType.Assembly }, | 49 | { "MsiAssemblyName", SymbolDefinitionType.Assembly }, |
| 50 | { "MsiServiceConfig", SymbolDefinitionType.LaunchCondition }, | 50 | { "MsiServiceConfig", SymbolDefinitionType.MsiServiceConfig }, |
| 51 | { "MsiServiceConfigFailureActions", SymbolDefinitionType.MsiServiceConfigFailureActions }, | 51 | { "MsiServiceConfigFailureActions", SymbolDefinitionType.MsiServiceConfigFailureActions }, |
| 52 | { "ODBCAttribute", SymbolDefinitionType.ODBCAttribute }, | 52 | { "ODBCAttribute", SymbolDefinitionType.ODBCAttribute }, |
| 53 | { "ODBCDataSource", SymbolDefinitionType.ODBCDataSource }, | 53 | { "ODBCDataSource", SymbolDefinitionType.ODBCDataSource }, |
