[WiX-users] FileInUse -> No ProcessID

2008-11-13 Thread Paul Elsner
Hi, where a short log entry: MSI (s) (24:60) [12:02:15:921]: 1 application(s) had been reported to have files in use. MSI (c) (98:D0) [12:02:15:921]: GetWindowTitle: FilesInUse record has 0 for ProcessID - Unexpected MSI (c) (98:D0) [12:02:15:921]: No window with title could be found for FilesIn

[WiX-users] Don't detect running application

2008-10-24 Thread Paul Elsner
Hi, our application has the feature "minimize to tray". In this mode there ist no entry in die Taskbar, only in the Traybar. When I make an update in this mode, MSI don't detect the running application and does't show the FileInUseDialog, but it promt to reboot after the installation. Is this an

[WiX-users] override older files while upgrade

2008-10-23 Thread Paul Elsner
Hi, in our Company we have changed our versionnumber system. Now our new files have a lower versionnumber than the older one and my msi don't update such files. How can I tell my installer that it should override all files? thx

Re: [WiX-users] detect schedule reboot

2008-10-21 Thread Paul Elsner
same... Alexander Shevchuk wrote: > You can either call MsiGetMode/Session.Mode from custom action or, if you are > using MSI version 4.0, use MsiSystemRebootPending property. > > > > -Original Message----- > From: Paul Elsner [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20,

[WiX-users] detect schedule reboot

2008-10-20 Thread Paul Elsner
Hi, I'm new at the list and I have a question. How can I dectect if the msi will schedule an reboot after installation? I want to set an registry key in such a case. In my special case the FileInUse dialoge cannot be used. Thanks. ---