B
Bill Ward
With DevStudio 2005 I have created an installer that installs the output of
multiple projects. I have added a check box page to the installer so that
the user can select whether or not to install a windows service (one of the
projects). The condition created by the check box allows me to correctly
install and uninstall the files used by the service (or not as the case may
be).
The problem arises with the custom actions I added to the installer to
register and unregister the service. These both worked before I added the
condition to the installer. Now, after adding the condition, the uninstall
process no longer unregisters the service. Removing the condition gets me
back to a working installer again (but obviously without the option to not
install the service). Any suggestions?
Thanks in advance
Bill
multiple projects. I have added a check box page to the installer so that
the user can select whether or not to install a windows service (one of the
projects). The condition created by the check box allows me to correctly
install and uninstall the files used by the service (or not as the case may
be).
The problem arises with the custom actions I added to the installer to
register and unregister the service. These both worked before I added the
condition to the installer. Now, after adding the condition, the uninstall
process no longer unregisters the service. Removing the condition gets me
back to a working installer again (but obviously without the option to not
install the service). Any suggestions?
Thanks in advance
Bill