Skip to content
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

Service installation stops while trying to start service. #67

Open
kcecka42 opened this issue Jul 12, 2024 · 1 comment
Open

Service installation stops while trying to start service. #67

kcecka42 opened this issue Jul 12, 2024 · 1 comment
Labels
triage To be reviewed by FireGiant

Comments

@kcecka42
Copy link

HeatWave Version

1.0.4.5

Visual Studio Version

17.10.3

Repro Steps

When I run the install, it stops and seems to be trying to start the service.
I don't want it to start the service. Just install the service.
My Package.wxs is as follows.
























<ui:WixUI Id="WixUI_InstallDir" InstallDirectory="INSTALLFOLDER" />


Actual Result

InstallStops.docx

Expected Result

I don't want the service to start. Simply install the service, then I will configure through Services.

@kcecka42 kcecka42 added the triage To be reviewed by FireGiant label Jul 12, 2024
@kcecka42
Copy link
Author

I see my paste of the Package.wxs didn't work. It is added to the ServiceInstall_1 document.
I added the following element back in:

I ignored the warning, which I through many searches is bogus .
WIX1149 ServiceConfig functionality is documented in the Windows Installer SDK to "not [work] as expected." Consider replacing ServiceConfig with the WixToolset.Util.wixext ServiceConfig element.

ServiceInstall_1.docx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage To be reviewed by FireGiant
Projects
None yet
Development

No branches or pull requests

1 participant