diff options
Diffstat (limited to 'src/ext/Util/wixext/UtilCompiler.cs')
-rw-r--r-- | src/ext/Util/wixext/UtilCompiler.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Util/wixext/UtilCompiler.cs b/src/ext/Util/wixext/UtilCompiler.cs index c2ae5c94..9249f74a 100644 --- a/src/ext/Util/wixext/UtilCompiler.cs +++ b/src/ext/Util/wixext/UtilCompiler.cs | |||
@@ -3072,8 +3072,8 @@ namespace WixToolset.Util | |||
3072 | var newService = false; | 3072 | var newService = false; |
3073 | string programCommandLine = null; | 3073 | string programCommandLine = null; |
3074 | string rebootMessage = null; | 3074 | string rebootMessage = null; |
3075 | var resetPeriod = CompilerConstants.IntegerNotSet; | 3075 | int? resetPeriod = null; |
3076 | var restartServiceDelay = CompilerConstants.IntegerNotSet; | 3076 | int? restartServiceDelay = null; |
3077 | string secondFailureActionType = null; | 3077 | string secondFailureActionType = null; |
3078 | string serviceName = null; | 3078 | string serviceName = null; |
3079 | string thirdFailureActionType = null; | 3079 | string thirdFailureActionType = null; |