Re: [WiX-users] Question about InstallValidation for uninstall

2010-09-22 Thread Blair
In case no one answered, EmbeddedUI is the most effective way. -Original Message- From: Elfe Xu [mailto:elf...@microsoft.com] Sent: Thursday, August 26, 2010 6:33 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Question about InstallValidation for uninstall Thanks Phil

Re: [WiX-users] Question about InstallValidation for uninstall

2010-08-26 Thread Elfe Xu
Thanks Phil. My question is: is there anyway for me to hide the MsiRMFilesInUse dialog, and do the close/restart application automatically? I want to use the Restart Mananger rather than implement start/stop functions by myself, but I don't want user to see this dialog. Thanks, -Elfe -- View t

Re: [WiX-users] Question about InstallValidation for uninstall

2010-08-26 Thread Wilson, Phil
That's a fair description of MsiRMFilesInUse: http://msdn.microsoft.com/en-us/library/aa370379(VS.85).aspx Apps should integrate with Restart Manager to get automatic restart, and they get an oppurtunity to save state and restart where they left off. Phil Wilson -Original Message- F