Just to make sure there's no confusion here, Windows does NOT use that uninstallstring in Add/Remove Programs. Change it if you like and see that it has no effect.
Phil Wilson -----Original Message----- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Tuesday, May 11, 2010 3:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstall question Try this Run the command MSIEXEC /X Notice the same message. No installer is involved. Message is coming from MSIEXEC.EXE or other Windows components associated with it. Message is not coming from an installer. It's using a slightly different code path depending on where you run it from (Command line versus ARP) but the story is the same. Any localization of that string I'd think would come from the localized version of Windows itself. -----Original Message----- From: Leung, John C.H. [mailto:johnle...@ea.com] Sent: Tuesday, May 11, 2010 3:13 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Uninstall question I understand that the uninstall information is store in registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\< ProductGUID> And the uninstall string is store in value "UninstallString". If I actually execute that command (which is "MsiExec.exe /X{---MyGUID---}), I would get a dialog box asking "Are you sure you want to uninstall this product?". I'm wondering are there any way that dialog box can be localized? On an XP machine, I notice that if I used the "Add or Remove Programs" to do the uninstall, I would actually get a different dialog box text: "Are you sure you want to remove <Product Name> from your computer?" Does anyone know why it would be different between the two uninstall approach? Are there anything I need to do in the WiX setup to make the two consistent? John Leung Software Engineer ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users *** Confidentiality Notice: This e-mail, including any associated or attached files, is intended solely for the individual or entity to which it is addressed. This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify the sender immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person. This email comes from a division of the Invensys Group, owned by Invensys plc, which is a company registered in England and Wales with its registered office at Portland House, Bressenden Place, London, SW1E 5BF (Registered number 166023). For a list of European legal entities within the Invensys Group, please go to http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77. You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto may be subject to the terms of any agreements between Invensys (and/or its subsidiaries and affiliates) and the recipient (and/or its subsidiaries and affiliates). ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users