Restart Manager registration is to allow the apps to keep their same state 
(e.g. open the same document just as the user had it before restarting).  I 
would be surprised if it affect the UI like this.  However, there are cases 
when restart manager can't get anything at all because in order to see who has 
a file open you need to be able to get a file handle yourself.  If the file is 
opened with enough exclusivity, restart manager is unable to determine who has 
the file open.  This may be what you're seeing - checking what Bob told you is 
a good way to see where the breakdown is.

HTH,
James

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Thursday, September 06, 2007 5:07 PM
To: John Lalande
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] problem with MsiRMFilesInUse dialog

John Lalande wrote:
> I am having a problem when uninstalling on Vista while my application
> is running.  The FilesInUse dialog certainly displays, unfortunately
> the displayed list is completely empty.
>
> From where does the installer retrieve the application titles?  On XP
> the FilesInUse dialog correctly shows my running application.
>
> Is there something missing in my application?  I seen some
> documentation regarding registering with the Restart Manager.  Is that
> necessary for the Vista FilesInUse dialog to work correctly?

MSI handles the Restart Manager integration; check a verbose log to see
what info MSI is getting from RM.

--
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to