Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-26 Thread Christopher Painter
ven bigger deal. Good job! Chris From: "Blair" Sent: Wednesday, January 25, 2012 8:56 PM To: chr...@iswix.com, "General discussion for Windows Installer XML toolset." , "Neil Sleightholm" Subject: RE: [WiX-users] Two Wierd Instal

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-25 Thread Blair
anuary 25, 2012 11:57 AM To: Neil Sleightholm; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec I'm going to be creating a trojan installer that serves as a health check and deploying it daily to 2200 machines. I&

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-25 Thread Christopher Painter
anuary 25, 2012 1:06 PM To: "General discussion for Windows Installer XML toolset." , "chr...@iswix.com" Subject: RE: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec As Chris said excellent information. Mine problem was with 3.5 and this ties in with what I was

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-25 Thread Neil Sleightholm
will try the newer SfxCA.dll (or I might just go for 3.6). Thanks Neil -Original Message- From: Blair [mailto:os...@live.com] Sent: 25 January 2012 18:14 To: 'General discussion for Windows Installer XML toolset.'; chr...@iswix.com Subject: Re: [WiX-users] Two Wierd Installe

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-25 Thread Christopher Painter
; , chr...@iswix.com Subject: RE: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec Are these problems in 3.5 or 3.6? Last year I discovered a defect in DTF wherein a race condition upon completion of a DTF custom action call would cause a failure return to Windows Installer, e

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-25 Thread Blair
Are these problems in 3.5 or 3.6? Last year I discovered a defect in DTF wherein a race condition upon completion of a DTF custom action call would cause a failure return to Windows Installer, even when the managed code custom action itself returned success. That was fixed in 3.6, but the bug remai

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-24 Thread Neil Sleightholm
taller XML toolset. Subject: RE: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec Neil, I think you're spot on with what I'm seeing. My static method entry point instantiates a class which then logs that it's been created and then nothing. Run it again and it's

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-24 Thread Christopher Painter
Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec Although I wrote this bug up for a different reason ( https://sourceforge.net/tracker/?func=detail&aid=2013944&group_id=105970&ati d=642714 https://sourceforge.net/tracker/?func=detail&aid=2013944&group_id=

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-24 Thread jhennessey
Although I wrote this bug up for a different reason ( https://sourceforge.net/tracker/?func=detail&aid=2013944&group_id=105970&atid=642714 https://sourceforge.net/tracker/?func=detail&aid=2013944&group_id=105970&atid=642714 ), if you read the comments you'll see that I was getting a similar issu

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-24 Thread Christopher Painter
0 Action ended 0:00:16: InstallFinalize. Return value 3 From: "Neil Sleightholm" Sent: Tuesday, January 24, 2012 11:38 AM To: "chr...@iswix.com" , "General discussion for Windows Installer XML toolset." Subject: RE: [

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-24 Thread Castro, Edwin G. (Hillsboro)
Please consider the environment before printing this e-mail -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: Tuesday, January 24, 2012 8:35 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec I have an in

Re: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-24 Thread Neil Sleightholm
un again and it is fine. I started to think the problem was in DTF but I never got a good enough repro to debug it. Neil -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: 24 January 2012 16:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Two

[WiX-users] Two Wierd Installer Problems - DTF and QuietExec

2012-01-24 Thread Christopher Painter
I have an installer that I wrote that I've been pushing out through SCCM. We have deployed to about 600 servers so far and so far I've seen 6 failures. There are 3 of one failure mode and 3 of another. 1) C# DTF terminates with 1603 This one is wierd. It's a deferred CA that get's it's C