[mapguide-internals] MapGuide Open Source2.1-whereisthecontinuous
integration system ????
Jason Birch
Jason.Birch at nanaimo.ca
Mon Nov 17 17:39:42 EST 2008
Hi Tom,
OK. Looking at WiX's custom action types, there looks to be a custom
action involving an installed file, so calling the service EXE
post-install shouldn't be a problem:
http://www.wixwiki.com/index.php?title=Custom_Action_Type_18
Other WiX custom actions:
http://www.wixwiki.com/index.php?title=Guide_to_CustomActions
IIS Extension
http://www.wixwiki.com/index.php?title=Iis_Schema
Bit of a walkthrough on IIS (apparently this wiki is unfinished):
http://www.wixwiki.com/index.php?title=V3_Tutorial#IIS_Metabase_Easy
User Interface Extension:
http://www.wixwiki.com/index.php?title=UiExtension
Jason
-----Original Message-----
From: Tom Fukushima
Sent: Monday, November 17, 2008 14:27
Subject: RE: [mapguide-internals] MapGuide Open
Source2.1-whereisthecontinuous integration system ????
Hi Jason,
Jason wrote...
> Along these lines, how does Server currently get registered? Is it a
> post-install step that calls mgserver with the install parameter, or
an
> sc command, or something else? I think that WiX has code for
> registering services via the Windows APIs as well.
We believe that it is a call to "mgserver.exe install" at the end.
We're only 98.5% sure though, and Tim who could give us an answer in one
second, is on vacation until January.
That said, I think that we should use the same approach as it keeps the
server's "service install" and the installer's "service install" from
getting out of sync.
More information about the mapguide-internals
mailing list