Hello Brian,

The CancelDlgText is used on the CancelDlg. When removing the product using
the Maintenance Mode it will show the CancelDlg as you described. This is
probably also the reason why the ActionText on the progress dialog for most
installations is just "The installer is performing the requested actions".
:-)

If the users removes the product using Control panel, no Cancel
dialog/confirmation is shown.

A trick to change the text could be using a property instead of the word
"installation". E.g "Are you sure you want to cancel [ProductName]
[INSTALLERACTION]".
Define the INSTALLERACTION property with "installation" as default value.
Then add a SetProperty custom action to set the INSTALLERACTION property to
"uninstallation" if the "REMOVE" property is set (= uninstalling).
Additionally you may set it to "reinstallation" if REINSTALL is set.


Best regards,
Sebastian Brand
sebast...@instyler.com

Geisenfelder Str. 53a
85053 Ingolstadt, Germany
EU VAT ID: DE219712370
Phone: +49 841 4544567

www.instyler.com - Instyler Setup: Create WiX-based MSI installations,
elegantly.
www.traveladdin.com - Travel Add-in for Outlook: Add travel and return times
to your calendar.
www.sebastianbrand.com - blogging about software development, deployment and
productivity.



> -----Original Message-----
> From: little.forest [mailto:little.for...@ymail.com]
> Sent: Tuesday, January 12, 2010 23:04
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] The cancel installation string
> 
> Our QA complains this:
> 
> Reinstall the same build, then choose the "Remove". During "Remove", hit
> the "Cancel" button. The dialog box shows "Are you sure you want to cancel
> ProductX installation?" which our QA think it should be some like "Are you
> sure you want to cancel ProductX removing?". Is there a way to satisfy our
> QA?
> 
> I searched the language file and found:
> <String Id="CancelDlgText">Are you sure you want to cancel [ProductName]
> installation?</String>
> 
> 
> I doubt if we could change it as I thought the string CancelDlgText is
used
> everywhere? Any ideas?
> 
> Many thanks!
> /Brian
> 
> 
> 
> 
> __________________________________________________________
> ________
> Be smarter than spam. See how smart SpamGuard is at giving junk email the
> boot with the All-new Yahoo! Mail.  Click on Options in Mail and switch to
> New Mail today or register for free at http://mail.yahoo.ca
>
----------------------------------------------------------------------------
--
> This SF.Net email is sponsored by the Verizon Developer Community Take
> advantage of Verizon's best-in-class app development support A
> streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to