-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building 4.0.14 in x64 Release configuration creates an unusable executable? #49
Comments
Does |
Yes, redis-server.exe can start from the command line on that server, as long as no parameter is provided. No meaningful error in windows Event Log. |
I suppose the 4.0.14 version built by me is no different. Currently I have no test environment with Windows Server 2016, so cannot really test it. Btw. what happens if you provide any parameters when running from command-line? |
Thanks for a prompt reply. You are much faster than me (: a. When starting from an elevated command-line with parameters (redis-server.exe --help), we get an error message in a window titled with: "Redis for Windows, based on OpenTech port has stopped working" b. During the install of Release, the installer tries to start the service and fails with an error: c. (As opposed to what I said before) In the Event Log, after submitting the command line in item a, we see two errors:
|
This seems to be related to user permissions, especially given that message related to "Verify that you have sufficient privileges to start system services.". I have just tested 4.0.14 MSI installer on a Windows Server 2016 Standard Edition (running in VirtualBox) where I installed it from administrator account - and everything works fine.
|
@assaf-arbely I have just created 4.0.14.1 release that contains fixes for #46 and #47 and while testing it I noticed the same behavior you were seeing which was related to issue #47. Please try that version and let me know if it works for you as well (or if you want to build it yourself take code from tag |
@tporadowski You are right, it actually fixed the issue. |
Hi,
First, @tporadowski - Thanks for your wonderful work!
Trying to build the 4.0.14 in x64 Release configuration, using MSVS 2019 community, with Win 10 SDK and latest WIX. Built all components and created an MSI. Tried to build on both, Win 7 and Win 10 hosts.
When installing the MSI on Win 2016 server (local admin, elevated session), service can't start.
When repeating the same build in Debug configuration - everything works smoothly!
Any idea? I most probably miss something...
Thanks in advance, Assaf
The text was updated successfully, but these errors were encountered: