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
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:
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
>
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
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
>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
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
7 matches
Mail list logo