You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* create the binary for harness-docker-runner-windows-amd64.exe
18
+
```
19
+
go build -o harness-docker-runner-windows-amd64.exe
20
+
```
21
+
* run the below command from root directory of Harness-Docker-Runner to create msi
22
+
```
23
+
go-msi make --msi harness-docker-runner-svc.msi --version your_version
24
+
```
25
+
26
+
#### Installation
27
+
* Download the msi (harness-docker-runner-svc.msi) from latest github release
28
+
* Double click on the msi to start the installation process
29
+
* Accept the liecence, click next and finish the installation.
30
+
* You can test your service availibility by running below command in your cmd terminal
31
+
```
32
+
curl http://localhost:3000/healthz
33
+
```
34
+
* Logs for the runner can be found in path : C:\Windows\system32\harness-docker-runner-timestamp.log
35
+
36
+
#### Uninstallation
37
+
* Double click on the msi to start the installation process
38
+
* You will see three options Change, Repair and Remove
39
+
* Click on Remove and finish.
40
+
41
+
#### Additional Instructions
42
+
* Service will automatically started even if you re-started your VM
43
+
* Please do not attemp to start/stop/delete the service manually, it may cause issue in uninstallation.
44
+
* In case you see any issues and not able to verfiy the runner, Uninstall and install again using the msi
45
+
46
+
#### Error and Resolutions
47
+
* For the below both the error, we need to give a full permission to our msi file to get it working. Since this is an extenal msi which is not trusted by windows security, it blocks it initially which can be handle by manually assigning the required permissions from Properties => Security tab.
48
+
* If you are facing Error code 2502 or 2503 during installation, please follow the below instruction or link: https://help.krisp.ai/hc/en-us/articles/8083286001820-Error-during-installation-2502-and-2503#h_01HNCW0XCN8AJCWK84K8MQVY7Y
49
+
* For error "This installation package could not be opened" then please follow this link: https://answers.microsoft.com/en-us/windows/forum/all/this-installation-package-could-not-be/d6d913e9-aac7-429a-ac0d-c39ad3a7c5eb
<![CDATA[NOT WIXUI_DONTVALIDATEPATH AND WIXUI_INSTALLDIR_VALID<>"1"]]>
45
+
</Publish>
46
+
<PublishDialog="InstallDirDlg"Control="Next"Event="NewDialog"Value="VerifyReadyDlg"Order="4">WIXUI_DONTVALIDATEPATH OR WIXUI_INSTALLDIR_VALID="1"</Publish>
<CustomAction="CustomInstallExec{{$i}}"After="{{if eq $i 0}}InstallFiles{{else}}CustomInstallExec{{dec $i}}{{end}}">NOT Installed AND NOT REMOVE</Custom>
0 commit comments