This is how we've done it

                      <File Id="Ax32ServiceName.exe" Name="Ax32Serv.exe" 
Checksum="yes" KeyPath="yes" 
Source="$(env.INETROOT)\target\$(env.BUILDTYPE)\$(env.BUILDTARGET)\Ax32Serv.exe"
 DiskId="1" />
                      <ServiceInstall Id="AosServiceInst" 
Name="AOS$(env._BLDVERMAJOR)$(env._BLDVERMINOR)$[InstanceNumber]" 
DisplayName="Dynamics Server $(env._BLDVERMAJOR).$(env._BLDVERMINOR) 
$[InstanceNumber]-[INSTANCEID]" Type="ownProcess" Start="auto" 
ErrorControl="ignore" Account="[AOSACCOUNT]" Password="[AOSACCOUNTPASSWORD]" 
Arguments="[InstanceNumber]" Description="The Dynamics Server executes Dynamics 
application logic and accesses the database in which the data is stored.">
                        <ServiceDependency Id="RpcSs" />
                        <ServiceDependency Id="[DBSERVICE]" />
                      </ServiceInstall>

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Robinson
Sent: Monday, January 15, 2007 8:20 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Installing service parameters with WiX

I am trying to install a service that requires Parameters.  Is there a 
recommended wix way of doing this?
Thanks,
Oliver

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to