From c389fe21993f41f212f7ff1530adf35da2a79b4d Mon Sep 17 00:00:00 2001 From: Son Roy Almerol Date: Sun, 3 Nov 2024 19:39:48 -0500 Subject: [PATCH] adjust service to own --- build/package/windows/wix.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/build/package/windows/wix.json b/build/package/windows/wix.json index 18e20ca..39a2d05 100644 --- a/build/package/windows/wix.json +++ b/build/package/windows/wix.json @@ -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", @@ -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" }, {