-
Notifications
You must be signed in to change notification settings - Fork 415
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
Add Windows Service and Setup #1
base: master
Are you sure you want to change the base?
Conversation
…e file and use it in the installer.
…e "data" subdirectory and the logs into the "logs" subdirectory.
…on resource file.
…on, and remove it on uninstallation. Install the service to run as the RedisService account. Configure the service to automatically start running.
Rui, I would like to avoid binary (exe, dll) file in this repository. Please change to this: [Dirs] So that SetACL.exe can be removed. Also, try if it works for 64bit. (It should, but please try). BTW InnoSetup also allows one fat setup file with both 32bin and 64bit targets. |
I also wished that would be possible, but unfortunately Inno Setup (out-of-box at least) only supports these known Identifiers: admins Built-in Administrators group Sure, I will try to build a 64-bit version. |
… depending whether you are using a 32 or 64 bit compiler.
Only grant the RedisService full permissions to the data and logs subdirectories. Only grant the RedisService read permissions to the conf subdirectory.
I've added these changes into the 2.2 branch too. |
+1 |
Miscrosoft OpenTech divison took this project, and further development is done by MS team on |
Hmmm, seems like that MS team version is now outdated too. 😦 |
OK
| |
milomiros
邮箱:[email protected]
|
Signature is customized by Netease Mail Master
On 03/25/2019 21:26, Justin Clift wrote:
Hmmm, seems like that MS team version is now outdated too. 😦
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
ok |
No description provided.