Re: [WiX-users] Remove Cancel Button from Uninstall UI

2014-06-13 Thread Phil Wilson
This might work, the custom action part:

http://msdn.microsoft.com/en-us/library/aa368791(v=vs.85).aspx

I have a vague memory that I did it once for an uninstall, sequence
the CA as soon as you can in the execute sequence for the uninstall
case. I think it wasn't all that friendly a user experience because it
shows for a little (that's the default) and then disappears, so you
can't completely hide it.
---
Phil Wilson


On Thu, Jun 12, 2014 at 4:08 PM, Robert Harrison
 wrote:
> Hi Bob,
>
> There seems to be a lot of great information here. Can you be more specific 
> and point me to a page that addresses my issue please?
>
> Best,
> Robert
>
> -Original Message-
> From: Bob Arnson [mailto:b...@joyofsetup.com]
> Sent: Thursday, June 12, 2014 3:49 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Remove Cancel Button from Uninstall UI
>
> On 6/12/2014 6:12 PM, Robert Harrison wrote:
>> Quick question: How to eliminate the cancel button from the UI dialog that 
>> shows when uninstall? I am using WiXUI_FeatureTree and also referencing 
>> WiXUI_Common. I would modify the existing dialog but my problem is that I 
>> don't know which dialog to modify. I thought it was the ErrorDlg because I 
>> mapped the string "Please wait for Windows to configure [ProductName] to an 
>> error string and the only dialog that reference in verbose logging is the 
>> ErrorDlg.
> Uninstalling an MSI package from ARP uses basic UI, which is under control of 
> MSI, not the WixUI dialogs.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
> --
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> --
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Remove Cancel Button from Uninstall UI

2014-06-12 Thread Robert Harrison
Hi Bob,

There seems to be a lot of great information here. Can you be more specific and 
point me to a page that addresses my issue please?

Best,
Robert

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Thursday, June 12, 2014 3:49 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Remove Cancel Button from Uninstall UI

On 6/12/2014 6:12 PM, Robert Harrison wrote:
> Quick question: How to eliminate the cancel button from the UI dialog that 
> shows when uninstall? I am using WiXUI_FeatureTree and also referencing 
> WiXUI_Common. I would modify the existing dialog but my problem is that I 
> don't know which dialog to modify. I thought it was the ErrorDlg because I 
> mapped the string "Please wait for Windows to configure [ProductName] to an 
> error string and the only dialog that reference in verbose logging is the 
> ErrorDlg.
Uninstalling an MSI package from ARP uses basic UI, which is under control of 
MSI, not the WixUI dialogs.

--
sig://boB
http://joyofsetup.com/


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Remove Cancel Button from Uninstall UI

2014-06-12 Thread Bob Arnson
On 6/12/2014 6:12 PM, Robert Harrison wrote:
> Quick question: How to eliminate the cancel button from the UI dialog that 
> shows when uninstall? I am using WiXUI_FeatureTree and also referencing 
> WiXUI_Common. I would modify the existing dialog but my problem is that I 
> don't know which dialog to modify. I thought it was the ErrorDlg because I 
> mapped the string "Please wait for Windows to configure [ProductName] to an 
> error string and the only dialog that reference in verbose logging is the 
> ErrorDlg.
Uninstalling an MSI package from ARP uses basic UI, which is under 
control of MSI, not the WixUI dialogs.

-- 
sig://boB
http://joyofsetup.com/


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Remove Cancel Button from Uninstall UI

2014-06-12 Thread Robert Harrison
Quick question: How to eliminate the cancel button from the UI dialog that 
shows when uninstall? I am using WiXUI_FeatureTree and also referencing 
WiXUI_Common. I would modify the existing dialog but my problem is that I don't 
know which dialog to modify. I thought it was the ErrorDlg because I mapped the 
string "Please wait for Windows to configure [ProductName] to an error string 
and the only dialog that reference in verbose logging is the ErrorDlg.

Best,
Robert



--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users