MSI or installutil

  • Thread starter Alhambra Eidos Desarrollo
  • Start date
A

Alhambra Eidos Desarrollo

Hi all people, everybody

I create several windows services in VS 2005.

The services can be installed by MSI, and too using installutil command. If
the service has Installer class, all is right.

My question now, how can I know, in my code in Installer class, if the
caller is MSI or installutil ??

Thanks in advance, greetings, regards
 
F

Family Tree Mike

I don't believe you have a choice of A or B (MSI or InstallUtil), but rather
you need to run A, then B (MSI, then InstallUtil). My understanding is that
in a custom action from the MSI, in the "after install" phase, you run your
InstallUtil command.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top