|
When uninstalling my product (a Microsoft Word Add-In) whilst Word is open, I get a dialog saying 'The following applications should be closed before continuing the install:'. I was trying to investigate how I could display the same dialog when my product is being installed. I have been looking at my msi file in Orca and have found the dialog FilesInUse. However, when previewing this dialog in Orca it does not look or have the same text as the dialog I am receiving. I have tried changing the caption of this dialog, saving the msi file and then installing and uninstalling my product. The dialog still shows but not with my edited caption. I then uninstalled my product with logging and the logging suggests that the FilesInUse dialog is being shown but it is not the same as the one I am seeing in Orca. Is this the same dialog or not? |