Other installers won't use the same CustomAction to install the service.   I
know the ones emitted by the VS deployments use InstallUtil to self
register.  You'll need to kind of "translate" the decompiled .wxs into Wix
speak.

And I wouldn't see why you'd need two different files for the deployment
you're describing.   It should work just fine.

Chris

On Wed, Jul 30, 2008 at 11:08 AM, MarkZune <[EMAIL PROTECTED]> wrote:

>
> I'm creating a WIX setup for a .net c# solution that has a project which
> creates a single EXE for two services and would like to know if it's
> possible to install the services using this single EXE through WIX.
>
> I have an MSI that was already created for this solution so I decompiled it
> using dark but I don't see any <ServiceInstall> elements present (although
> there were several notices about tables not able to be decompiled when
> run).
>
> Thanks for any help.
> Mark
> --
> View this message in context:
> http://www.nabble.com/Installing-multiple-windows-services-with-single-exe-tp18735510p18735510.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to