How to install one file before start windows service #6761
Unanswered
zlishaojiez
asked this question in
Questions
Replies: 1 comment
-
The standard order of operations in the Windows Installer will install files before starting services. Should work as you desire. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I make one windows service installer, the windows service will call another exe,
I should install the exe file and the windows service exe together。
How can I make sure the exe which is called by windows service installed before start the windows service.
e.g.
The service HstService will call hst-outpost.exe, how it can make sure hst-outpost.exe has installed before start HstService
Beta Was this translation helpful? Give feedback.
All reactions