I do have service control elements to handle the service.
Now - after i have disabled restart manger using MSIRESTARTMANAGERCONTROL
property and suppressed MsiRMFilesInUse and FilesInUse dialogs,i don't get
any more system dialogs.But the problem i faced because of this is if i do
an uninstall after a repair,service entry did not get deleted from the
windows service console though the service get stopped automatically.As a
work around,i have created another custom action to delete service using "sc
delete <service name>" command and scheduled it before InstallFinalize if
the service entry exists on the registry.



Wilson, Phil wrote:
> 
> This kind of thing needs a log to see exactly what's going on.
> 
> Do you have ServiceControl elements for those services to do an uninstall
> stop and uninstall start?
> 
> Phil Wilson
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Stefan
> Pavlik
> Sent: Thursday, April 03, 2008 5:49 AM
> To: Anidil
> Cc: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Re start Manager on Vista
> 
> Anidil wrote:
>> Hello there..any luck on this issue? even I'm facing the same problem
>>
>>
>> Stefan Pavlik-2 wrote:
>>> Hi,
>>>
>>> I have a problem with Restart Manager on Windows Vista.
>>> During uninstallation of our application (usually after establishing
>>> the connection - our software is manager for Data Cards) the Windows
>>> Installer shows that it needs to close and restart several system
>>> services (e.g. Application Experience, Application Information,
>>> Application Management, Background Intelligent Transfer Service,
>>> Certificate Propagation, Extensible Authentication Protocol, Group
>>> Policy Client, IKE and AuthIP IPsec Keying Modules,....). After
>>> pressing OK the installation ends with restart required.
>>> My problem is that I do not know how to avoid displaying of such
>>> ugly dialog (the user is unable to stop the system services).
>>> All services are hosted in one process (svchost.exe) and therefore
>>> all services are displayed to the user.
>>>
>>> Any help is highly appreciated.
>>>
>>> Thanks
>>>
>>> Stefan
>>>
> 
> I still have no solution for this problem.
> 
> Stefan
> 
> --
> Stefan Pavlik | [EMAIL PROTECTED]
> Whitestein Technologies s.r.o. | www.whitestein.com
> Panenska 28 | 811 03 Bratislava | Slovak Republic
> Main +421 2 5443-5502 | Direct +421 2 5930-0735
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Restart-Manager-on-Vista-tp10141039p16484682.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to