Verification Testing Failed: Chocolatey timed out waiting for the command to finish #96
-
What are the steps I could perform in order for the package to get verified? https://community.chocolatey.org/packages/electron-mail The following lines from the build log look suspicious to me as the system could not install the app in 45 minutes:
When I was creating the package I tested the installing by |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
If a package does not work in the package verifier, you can request an exemption. This can be done by going to the package page and adding a review comment with the request and the reason that the package is not compatible with the verifier. However, in this case, that log is likely indicating that the installer popped up an error/warning message, and just sat there waiting until choco timed out. But there is not enough information in the log to figure out why the installer is not finishing. I would suggest testing in the test environment so see what is going on. The test environment is very close to the verifier environment, so it generally can reproduce issues seen in the verifier. |
Beta Was this translation helpful? Give feedback.
-
You probably need to take a dependency on the |
Beta Was this translation helpful? Give feedback.
-
Good finding. I completely missed the point that some Win systems come without this library. Despite being a runtime dependency there is a custom installing step embedded into nsis flow which I guess doesn't respect the |
Beta Was this translation helpful? Give feedback.
-
This is not a choco issue so I've moved it here. |
Beta Was this translation helpful? Give feedback.
You probably need to take a dependency on the
vcredist140
package:https://github.com/vladimiry/ElectronMail/blob/master/scripts/electron-builder/installer.nsh#L3-L5