Re: [WiX-users] Editing the CloseApplication Dialog

2014-07-16 Thread dpflan
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

Re: [WiX-users] Editing the CloseApplication Dialog

2014-07-16 Thread dpflan
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)

Re: [WiX-users] Editing the CloseApplication Dialog

2014-07-16 Thread dpflan
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