How does the MSI Installer InstallValidate determine files in use?
问题 I'm trying to work out how to prevent the Restart Manager from detecting that a restart is required when I uninstall my application. My application has a Windows Service which uses a native DLL (Tanuki Wrapper) and creates another process (Java) which writes to some log files. I'm using WiX Toolset but I'm more interested in the MSI Installer itself. I've been trying some changes manually using Orca. For reference the relevant WiX configuration is (there are some other components for JARs etc