Skip to content

Commit

Permalink
adjust service to own
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Nov 4, 2024
1 parent f38f124 commit c389fe2
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions build/package/windows/wix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,7 @@
"pbs-d2d-agent.exe"
]
},
"env": {
"guid": "67b2be3d-8b6a-4bbc-a973-6a2876b03c2e",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "no",
"system": "no",
"action": "set",
"part": "last"
}
]
},
"env": {},
"shortcuts": {},
"choco": {
"description": "Orchestrating backups with Proxmox Backup Server",
Expand All @@ -31,7 +19,7 @@
},
"hooks": [
{
"command": "sc.exe create PBSAgent binPath=\"[INSTALLDIR]pbs-d2d-agent.exe\" type=share start=auto DisplayName=\"PBS Agent\"",
"command": "sc.exe create PBSAgent binPath=\"[INSTALLDIR]pbs-d2d-agent.exe\" type=own start=auto DisplayName=\"PBS Agent\"",
"when": "install"
},
{
Expand Down

0 comments on commit c389fe2

Please sign in to comment.