I've never seen this. In fact, the default max time to wait for a service to start is 30 seconds. I suspect this has been tweaked on your machine.
---------------------------------------- From: "Daniel Zolopa" <daniel.zol...@gmail.com> Sent: Thursday, November 07, 2013 1:19 PM To: "General discussion about the WiX toolset." <wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] ServiceInstall takes 2 minutes to install one service on Windows 8 Please try to measure time without Start="install". I assume that your service start is very long and this is the reason. -- regards danz 2013/11/7 wixtester <sangee...@hotmail.com> > Hi, > > I have a msi that installs 4 services just fine on Windows XP and > Windows > 7 devices. However on Windows 8 and 8.1, it takes 2 minutes to install one > service amounting to 8 minutes in all for just installing the services. Are > there any parameters I can tweak to improve the msi performance? > > A typical service definition looks like this > > <Component Id="RunUser" Guid="{..VALUE...}" Location="local" > > <Condition></Condition> > > <File Id="RunUser" Source="$(var.RunUser.TargetPath)" > KeyPath="yes"/> > <ServiceInstall Name="SVC" DisplayName="!(loc.DisplayName)" > Description="!(loc.Description)" Start="auto" ErrorControl="ignore" > Type="ownProcess" /> > <ServiceControl Id="RunAs" Name="SVC" Start="install" Stop="both" > Remove="uninstall" /> > </Component> > > > thanks! > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceInstall-takes-2-minutes-to-install-one-service-on-Windows-8-tp7590389.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming models. > Explore > techniques for threading, error checking, porting, and tuning. Get the most > from the latest Intel processors and coprocessors. See abstracts and > register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users