Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-22 Thread Mark A. Richman
9 > Facsimile | Télécopieur 613-951-4674 > Government of Canada | Gouvernement du Canada > > -Original Message- > From: Mark A. Richman [mailto:m...@markrichman.com] > Sent: April-22-15 8:18 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users]

Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-22 Thread Mark A. Richman
ion: > > https://msdn.microsoft.com/en-us/library/aa370573(v=vs.85).aspx > > that the interop is mapping to. > --- > Phil Wilson > > > On Tue, Apr 21, 2015 at 1:39 PM, Mark A. Richman > wrote: > > I discovered that using InstallLogModes.Terminate is

Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-21 Thread Mark A. Richman
I discovered that using InstallLogModes.Terminate is what's producing the verbose events...but why? -- Mark Richman (954) 234-9049 <1-954-234-9049> m...@markrichman.com | http://markrichman.com https://linkedin.com/in/mrichman On Tue, Apr 21, 2015 at 2:26 PM, Mark A. Richman wrote

Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-21 Thread Mark A. Richman
Do you know which flag(s) correspond to "Creating MSIHANDLE" and "Closing MSIHANDLE" messages? -- Mark Richman (954) 234-9049 <1-954-234-9049> m...@markrichman.com | http://markrichman.com https://linkedin.com/in/mrichman On Tue, Apr 21, 2015 at 2:21 PM, Nir Bar wrote: > It doesn't really matte

Re: [WiX-users] Too Many Events Using InstallLogModes

2015-04-21 Thread Mark A. Richman
Nir, I am using the Deployment Tools Foundation (DTF) API, not msiexec.exe from the command line. So, the "voicewarmup" parameters don't apply. I was asking specifically about the InstallLogModes enum. Thanks, Mark -- Mark Richman (954) 234-9049 <1-954-234-9049> m...@markrichman.com | http://ma

[WiX-users] Too Many Events Using InstallLogModes

2015-04-21 Thread Mark A. Richman
Hi all, I'm currently logging "everything" using the following flags: const DTF.InstallLogModes logEverything = DTF.InstallLogModes.FatalExit | DTF.InstallLogModes.Error | DTF.InstallLogModes.Warning | DTF.InstallLogModes.User | DTF.InstallLogModes.Info | DTF.InstallLogModes.ResolveSource |