Re: [WiX-users] question about DTF Session object

2009-01-21 Thread Rob Mensching
toolset. Subject: [WiX-users] question about DTF Session object Hi All, I have an install in which I have written custom actions using C# and DTF. One of my custom actions that I have written is scheduled to execute after RemoveFolders during uninstall only. It is not working as expected, and

Re: [WiX-users] question about DTF Session object

2009-01-21 Thread Amy Rosewater
, January 21, 2009 8:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] question about DTF Session object That's because your "problematic" custom action is deferred. If you mark it as immediate, you'll be able to access the Database property and

Re: [WiX-users] question about DTF Session object

2009-01-21 Thread Yan Sklyarenko
Original Message- From: Amy Rosewater [mailto:arosewa...@spectrumhr.com] Sent: Wednesday, January 21, 2009 5:28 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] question about DTF Session object Hi All, I have an install in which I have written custom acti

[WiX-users] question about DTF Session object

2009-01-21 Thread Amy Rosewater
Hi All, I have an install in which I have written custom actions using C# and DTF. One of my custom actions that I have written is scheduled to execute after RemoveFolders during uninstall only. It is not working as expected, and when I debug into my custom action I find that the Session obje