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

2012-01-26 Thread Christopher Painter
] Sent: Wednesday, January 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

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

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

2012-01-25 Thread Christopher Painter
@lists.sourceforge.net, 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, even

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 Installer Problems

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

2012-01-25 Thread Christopher Painter
25, 2012 1:06 PM To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net, chr...@iswix.com 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

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

2012-01-25 Thread Blair
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'll be able to stress

[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

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

2012-01-24 Thread Neil Sleightholm
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 Wierd Installer Problems

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

2012-01-24 Thread Castro, Edwin G. (Hillsboro)
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 installer that I wrote

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

2012-01-24 Thread Christopher Painter
: [WiX-users] Two Wierd Installer Problems - DTF and QuietExec 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

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=detailaid=2013944group_id=105970atid=642714 https://sourceforge.net/tracker/?func=detailaid=2013944group_id=105970atid=642714 ), if you read the comments you'll see that I was getting a similar issue. I

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=detailaid=2013944group_id=105970ati d=642714 https://sourceforge.net/tracker/?func=detailaid=2013944group_id=105970ati d=642714

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

2012-01-24 Thread Neil Sleightholm
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 fine. Here are some snippets