diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-01-21 19:12:53 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-01-21 19:21:06 -0500 |
| commit | c2bc01b47cca2a70ddeb2cc9e9b2e3b9906bb647 (patch) | |
| tree | 3008926e61606108768fa7df0e67d7ca5be11fb1 /src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall | |
| parent | 772ed422f3195c899246f16c9c2e5b5a839d06cd (diff) | |
| download | wix-c2bc01b47cca2a70ddeb2cc9e9b2e3b9906bb647.tar.gz wix-c2bc01b47cca2a70ddeb2cc9e9b2e3b9906bb647.tar.bz2 wix-c2bc01b47cca2a70ddeb2cc9e9b2e3b9906bb647.zip | |
Fix ServiceControl/@Wait translation.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs index 596e98a6..65cba20e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | <ComponentGroup Id="ProductComponents"> | 4 | <ComponentGroup Id="ProductComponents"> |
| 5 | <Component Directory="INSTALLFOLDER"> | 5 | <Component Directory="INSTALLFOLDER"> |
| 6 | <File Id="test.txt" Source="test.txt" /> | 6 | <File Id="test.txt" Source="test.txt" /> |
| 7 | <ServiceInstall Name="SampleService" ErrorControl="ignore" Start="disabled" Type="ownProcess"></ServiceInstall> | 7 | <ServiceInstall Name="SampleService" ErrorControl="ignore" Start="disabled" Type="ownProcess" /> |
| 8 | <ServiceControl Name="SampleService" Start="install" Stop="uninstall" Remove="uninstall" Wait="yes" /> | ||
| 8 | </Component> | 9 | </Component> |
| 9 | </ComponentGroup> | 10 | </ComponentGroup> |
| 10 | </Fragment> | 11 | </Fragment> |
