firegiant / HeatWaveSupport

Issues-only repository to report HeatWave bugs and feature requests to FireGiant
3 stars 0 forks source link

Service installation stops while trying to start service. #67

Open kcecka42 opened 1 month ago

kcecka42 commented 1 month ago

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. <?xml version="1.0" encoding="utf-8"?> <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">

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 commented 1 month ago

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