aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-10-07 14:41:32 -0700
committerRob Mensching <rob@firegiant.com>2019-10-07 21:44:46 -0700
commit32ac87b2bf1a3a5bddb0630b65e52d117e5e2323 (patch)
tree50116877f9e49cb7cf2d6a449f1c43a2c15bee4f /src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall
parent59a8dadcee33343dd724e4e048f0a471f314452f (diff)
downloadwix-32ac87b2bf1a3a5bddb0630b65e52d117e5e2323.tar.gz
wix-32ac87b2bf1a3a5bddb0630b65e52d117e5e2323.tar.bz2
wix-32ac87b2bf1a3a5bddb0630b65e52d117e5e2323.zip
Fix ServiceInstall test
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs
index f308335e..596e98a6 100644
--- a/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/ServiceInstall/OwnProcess.wxs
@@ -3,7 +3,7 @@
3 <Fragment> 3 <Fragment>
4 <ComponentGroup Id="ProductComponents"> 4 <ComponentGroup Id="ProductComponents">
5 <Component Directory="INSTALLFOLDER"> 5 <Component Directory="INSTALLFOLDER">
6 <File 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"></ServiceInstall>
8 </Component> 8 </Component>
9 </ComponentGroup> 9 </ComponentGroup>