Hi all,

I want to install a service, but the service needs a runtime installed
first to be able to run. More importantly, the C runtime.

My current setup is,

<Feature Id="ServiceToInstall" Level="1" InstallDefault="local"
TypicalDefault="Install">
  <MergeRef Id="msvc80" />
  <ComponentRef Id="service_component" />
</Feature>

This results in the component installed prior to the runtime or at least
the runtime being unavailable before the component is installed and an
attempt to start the service is executed.

How can I structure this such that the merge module is installed
completely prior to installing the component?

Thanks,
- Adam

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to