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
I have users who are experiencing a premature termination of our app installation when using the exe on Windows. The users are able to see the following indicators when opening the exe:
But after approximately 2 minutes, the command prompt window closes.
Could this possibly be related to administrator permissions for individual machines? The exe is able to complete installation on the Windows machine on which it was built, but not on alternative machines.
The exe is distributed in zip format in an attempt to preserve the file permissions.
Here is the script used to create the binary, first by creating a whl file from the python package:
I have users who are experiencing a premature termination of our app installation when using the exe on Windows. The users are able to see the following indicators when opening the exe:
But after approximately 2 minutes, the command prompt window closes.
Could this possibly be related to administrator permissions for individual machines? The exe is able to complete installation on the Windows machine on which it was built, but not on alternative machines.
The exe is distributed in zip format in an attempt to preserve the file permissions.
Here is the script used to create the binary, first by creating a whl file from the python package:
The text was updated successfully, but these errors were encountered: