You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: