Now the trouble is getting that change into WiX so that I can build an MSI
using this change in wixca.dll which will be used in WixUtilExtension.dll.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Editing-the-CloseApplication-Dialog-tp7595889p759
Here is the area of interest in the source:
static HRESULT PromptToContinue(
__in_z LPCWSTR wzApplication,
__in_z LPCWSTR wzPrompt
)
{
...
do
{
hr = ProcFindAllIdsFromExeName(wzApplication, &prgProcessIds,
&cProcessIds);
if (SUCCEEDED(hr) && 0 < cProcessIds)
I may have found the solution. It seems to entail editing CloseApps.cpp in
the source then building the WixUtilExtension.dll.
http://wix.codeplex.com/SourceControl/latest#src/ext/ca/wixca/dll/CloseApps.cpp
http://wixtoolset.org/documentation/manual/v3/wixdev/building_wix.html
--
View this messa
3 matches
Mail list logo