Re: [WiX-users] Showing Rollback Status

2009-01-22 Thread vexilar
lling back (without popping up a dialog)? vexilar wrote: > > I can get my status messages to show up just fine for immediate and > deferred custom actions like this: > > Performing your custom > action.. > > But when I try to do this for my rollback custom actions nothin

[WiX-users] Showing Rollback Status

2009-01-22 Thread vexilar
I can get my status messages to show up just fine for immediate and deferred custom actions like this: Performing your custom action.. But when I try to do this for my rollback custom actions nothing appears. In my UI file I have this line declared for showing the status messages:

Re: [WiX-users] Expected behavior of customActionData["nonExistentKey"]

2009-01-20 Thread vexilar
ot;optimized pattern" for your scenario was to use the "bool > TryXxx(out value)" pattern. Does DTF have that? > > -Original Message- > From: vexilar [mailto:s...@sorna.com] > Sent: Tuesday, January 20, 2009 12:19 > To: wix-users@lists.sourceforge.net >

[WiX-users] Expected behavior of customActionData["nonExistentKey"]

2009-01-20 Thread vexilar
I ended up writing a method to obtain values from CustomActionData instances: private static string getCustomActionDataValue(CustomActionData customActionData, string key) { try { return customActionData[key]; } catch

Re: [WiX-users] Conflict of Interest: InstallFiles and RemoveExistingProducts

2009-01-17 Thread vexilar
joyofsetup.com/2008/12/30/paying-for-upgrades/ > > Neil > > -Original Message- > From: vexilar [mailto:s...@sorna.com] > Sent: 16 January 2009 23:56 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Conflict of Interest: InstallFiles and > Rem

[WiX-users] Conflict of Interest: InstallFiles and RemoveExistingProducts

2009-01-16 Thread vexilar
>From the MSDN documention for RemoveExistingProducts (http://msdn.microsoft.com/en-us/library/aa371197(VS.85).aspx): "The RemoveExistingProducts action must be scheduled in the action sequence in one of the following locations. ... -After the InstallFinalize action. This is the most efficient

Re: [WiX-users] Problem with error handling of managed custom actions

2009-01-08 Thread vexilar
Where is the DTF documentation? Jason Ginchereau wrote: > >>From the DTF documentation for Session.Message: > > "The messageType parameter may also include message-box flags from the > following enumerations: System.Windows.Forms.MessageBoxButtons, > System.Windows.Forms.MessageBoxDefaultButto