diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-09-04 20:26:49 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-09-04 20:30:06 -0400 |
| commit | a3208172e930d839d3fbc3407230ef047f4fb53d (patch) | |
| tree | 6439b0549eaa0b54df221aa98b98b4aad60f7853 /src | |
| parent | 77aa9818ad37637f961afe143be88bdc38a3f350 (diff) | |
| download | wix-a3208172e930d839d3fbc3407230ef047f4fb53d.tar.gz wix-a3208172e930d839d3fbc3407230ef047f4fb53d.tar.bz2 wix-a3208172e930d839d3fbc3407230ef047f4fb53d.zip | |
Fix SequenceActionsCommand symbol type:bob/SequenceActionsCommandMsiServiceConfigSymbolType
The MsiServiceConfig table should have
SymbolDefinitionType.MsiServiceConfig, not
SymbolDefinitionType.LaunchCondition.
NOTE: Might be better to build this from the symbol, not the table.
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 }, |
