We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #80 I thought the value is passed to procrun, when in fact it's passed to the WXS file.
: error CNDL0021 : The ServiceInstall/@Start attribute's value, 'delayed', is not one of the legal options: 'auto', 'demand', or 'disabled'.
I'll see how it can be fixed.
The text was updated successfully, but these errors were encountered:
I think you need to add a ServiceConfig https://wixtoolset.org/documentation/manual/v3/xsd/wix/serviceconfig.html
This can look like:
Element config = getOrCreateChildById( install, "ServiceConfig", id + "_config" ); addAttributeIfNotExists( config, "DelayedAutoStart", "yes" );
But you should test it if this work.
Sorry, something went wrong.
Any news on it?
winStartupMode
Successfully merging a pull request may close this issue.
In #80 I thought the value is passed to procrun, when in fact it's passed to the WXS file.
I'll see how it can be fixed.
The text was updated successfully, but these errors were encountered: