windows-restart-manager

Restart Manager Dialog Localizing Partially for Wix Installer

雨燕双飞 提交于 2020-01-02 21:55:34
问题 We have a legacy InstallShield installer for a product, for which we are porting that product to wix installer. I observed a improper behavior of localization in Restart Manager dialog only during ARP uninstallation, for which only the description part is getting localized and below radio buttons text is not localized. Screenshot at the end. But in the InstallShield installer it was proper. I couldn't trace what was missing here in my wix installer for this inconsistent behavior. I tried

How does Windows Installer close an application during uninstall?

試著忘記壹切 提交于 2019-12-08 07:21:12
问题 When uninstalling my application, it attempts to stop it if it's running: Sadly, the automatically closing doesn't really work and it displays this error: My applications disappear, the windows, the tray bar icon, they are all gone. But I can still see them in the process list. I'm guessing Windows sends a signal to the applications to exit gracefully and the UI does so, but there's some lingering thread preventing the processes from terminating. How does Windows Installer close an