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