FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ucam_wpkg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
ucam_wpkg
Commits
17c97936
Commit
17c97936
authored
5 years ago
by
Mr Chris B Mortimer
Browse files
Options
Downloads
Patches
Plain Diff
Event Collector - unpicked commits
parent
49bd1ad3
No related branches found
Branches containing commit
No related tags found
1 merge request
!39
Event col fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/win_event_col.xml
+10
-4
10 additions, 4 deletions
packages/win_event_col.xml
with
10 additions
and
4 deletions
packages/win_event_col.xml
+
10
−
4
View file @
17c97936
...
...
@@ -8,14 +8,21 @@
<variable
name=
"VERSION"
value=
"1"
/>
<variable
name=
"CONFIG"
value=
"server_config.xml"
/>
<check
type=
'registry'
condition=
'equals'
path=
'
%WPKG_REG%
\event_collect
ion
\version'
value=
"%version%"
/>
<check
type=
'registry'
condition=
'equals'
path=
'
HKLM\software\ucam_wpkg.cam.ac.uk
\event_collect
or
\version'
value=
"%version%"
/>
<install
cmd=
'cmd /c wecutil cs "%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\windows_event_collector_service\%CONFIG%"'
/>
<install
cmd=
'reg add
%WPKG_REG%
\event_collect
ion
/t reg_sz /v version /d %version% /f'
/>
<install
cmd=
'reg add
HKLM\software\ucam_wpkg.cam.ac.uk
\event_collect
or
/t reg_sz /v version /d %version% /f'
/>
<install
cmd=
'cmd /c netsh http add urlacl url=http://+:5985/wsman/ sddl="D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)"'
/>
<upgrade
include=
'remove'
/>
<upgrade
include=
'install'
/>
<remove
cmd=
'cmd /c wecutil ds "maths.cam.ac.uk domain collection"'
/>
<remove
cmd=
'reg delete %WPKG_REG%\event_collection /f'
/>
<remove
cmd=
'reg delete HKLM\software\ucam_wpkg.cam.ac.uk\event_collector /f'
>
<condition>
<check
type=
'registry'
condition=
'exists'
path=
'HKLM\software\ucam_wpkg.cam.ac.uk\event_collector'
/>
</condition>
</remove>
<remove
cmd=
'cmd /c netsh http delete urlacl url=http://+:5985/wsman/'
/>
</package>
...
...
@@ -28,4 +35,3 @@ netsh http show urlacl
netsh http delete urlacl url=http://+:5985/wsman/
netsh http add urlacl url=http://+:5985/wsman/ sddl="D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)"
-->
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment