diff options
Diffstat (limited to 'src/tools/test/WixToolsetTest.Heat/TestData/RegFile/ExpectedWithComponentGroup.wxs')
-rw-r--r-- | src/tools/test/WixToolsetTest.Heat/TestData/RegFile/ExpectedWithComponentGroup.wxs | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/src/tools/test/WixToolsetTest.Heat/TestData/RegFile/ExpectedWithComponentGroup.wxs b/src/tools/test/WixToolsetTest.Heat/TestData/RegFile/ExpectedWithComponentGroup.wxs deleted file mode 100644 index bb94a265..00000000 --- a/src/tools/test/WixToolsetTest.Heat/TestData/RegFile/ExpectedWithComponentGroup.wxs +++ /dev/null | |||
@@ -1,54 +0,0 @@ | |||
1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
2 | <Fragment> | ||
3 | <StandardDirectory Id='TARGETDIR' /> | ||
4 | </Fragment> | ||
5 | <Fragment> | ||
6 | <ComponentGroup Id="CG1"> | ||
7 | <Component Id="cmpojwP28s4WmDsBqWw98dt3GqX0Qc" Directory="TARGETDIR" Guid="PUT-GUID-HERE" KeyPath="yes"> | ||
8 | <RegistryKey ForceCreateOnInstall="yes" Key="SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\service.jvm.web" Root="HKLM" /> | ||
9 | </Component> | ||
10 | <Component Id="cmplcKhDXbrKnnKie3DODK0NdtNNOg" Directory="TARGETDIR" Guid="PUT-GUID-HERE" KeyPath="yes"> | ||
11 | <RegistryKey ForceCreateOnInstall="yes" Key="SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\service.jvm.web\Parameters" Root="HKLM" /> | ||
12 | </Component> | ||
13 | <Component Id="cmpQwsceagjGFkCYf0mDbar_x8di7o" Directory="TARGETDIR" Guid="PUT-GUID-HERE" KeyPath="yes"> | ||
14 | <RegistryKey Key="SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\service.jvm.web\Parameters\Java" Root="HKLM"> | ||
15 | <RegistryValue Name="Options" Type="multiString"> | ||
16 | <MultiStringValue Value="-Ddaemon.clojure.ns=panther.was.web.daemon" /> | ||
17 | </RegistryValue> | ||
18 | <RegistryValue Name="Options9" Type="multiString"> | ||
19 | <MultiStringValue Value="--add-modules=java.corba" /> | ||
20 | </RegistryValue> | ||
21 | <RegistryValue Name="Classpath" Value="%WAS_DEPS_CLASSPATH%\*;%ServiceBasePath%\Sensors\service.jvm.web-standalone.jar" Type="string" /> | ||
22 | <RegistryValue Name="JvmMx" Value="4096" Type="integer" /> | ||
23 | </RegistryKey> | ||
24 | </Component> | ||
25 | <Component Id="cmpmdi0PQPGI0rXbHgRjCLk1kVRjDY" Directory="TARGETDIR" Guid="PUT-GUID-HERE" KeyPath="yes"> | ||
26 | <RegistryKey Key="SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\service.jvm.web\Parameters\Log" Root="HKLM"> | ||
27 | <RegistryValue Name="Prefix" Value="service.jvm.web" Type="string" /> | ||
28 | </RegistryKey> | ||
29 | </Component> | ||
30 | <Component Id="cmpZMMSl80BpzgFJnOoQHZhE6TKx5c" Directory="TARGETDIR" Guid="PUT-GUID-HERE" KeyPath="yes"> | ||
31 | <RegistryKey Key="SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\service.jvm.web\Parameters\Start" Root="HKLM"> | ||
32 | <RegistryValue Name="Class" Value="service.was.webDaemon" Type="string" /> | ||
33 | <RegistryValue Name="Params" Type="multiString"> | ||
34 | <MultiStringValue Value="--store-path" /> | ||
35 | <MultiStringValue Value=""%ProgramData%\softek\panther\panther.was.web\store.jks"" /> | ||
36 | </RegistryValue> | ||
37 | <RegistryValue Name="Method" Value="startWindows" Type="string" /> | ||
38 | <RegistryValue Name="Mode" Value="jvm" Type="string" /> | ||
39 | </RegistryKey> | ||
40 | </Component> | ||
41 | <Component Id="cmphc0PosUreNHPfVVRiTRupYb3SzQ" Directory="TARGETDIR" Guid="PUT-GUID-HERE" KeyPath="yes"> | ||
42 | <RegistryKey Key="SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\service.jvm.web\Parameters\Stop" Root="HKLM"> | ||
43 | <RegistryValue Name="Class" Value="service.was.webDaemon" Type="string" /> | ||
44 | <RegistryValue Name="Method" Value="stopWindows" Type="string" /> | ||
45 | <RegistryValue Name="Mode" Value="jvm" Type="string" /> | ||
46 | <RegistryValue Name="Timeout" Value="2500" Type="integer" /> | ||
47 | </RegistryKey> | ||
48 | </Component> | ||
49 | <Component Id="cmpvXIwMqQZoA011CevdgYD.oX.O1Y" Directory="TARGETDIR" Guid="PUT-GUID-HERE" KeyPath="yes"> | ||
50 | <RegistryKey ForceCreateOnInstall="yes" Key="SYSTEM\CurrentControlSet\Services\service.jvm.web\Parameters" Root="HKLM" /> | ||
51 | </Component> | ||
52 | </ComponentGroup> | ||
53 | </Fragment> | ||
54 | </Wix> | ||