Re: [WiX-users] Uninstaller screens

2009-05-22 Thread Wilson, Phil
her [mailto:pally.sand...@iesve.com] Sent: Friday, May 22, 2009 4:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstaller screens Might be possible using a custom UninstallString in the registry. http://msdn.microsoft.com/en-us/library/aa372105.aspx H

Re: [WiX-users] Uninstaller screens

2009-05-22 Thread Pally Sandher
iscussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstaller screens I haven't seen anything like that in the MSI SDK, have you? kezhongseu wrote: > Hi, Rob, > > Can we change that? Is there a Property which could control which UI > mode to use for u

Re: [WiX-users] Uninstaller screens

2009-05-22 Thread kezhong zhou
ing-2 wrote: > > > >> Nope, ARP runs the Windows Installer in basic mode when clicking the > >> uninstall button. > >> > >> -Original Message- > >> From: Thorpe, Alan [mailto:atho...@bottomline.com] > >> Sent: Tuesday, January 13, 2

Re: [WiX-users] Uninstaller screens

2009-05-22 Thread Rob Mensching
; Sent: Tuesday, January 13, 2009 05:52 >> To: General discussion for Windows Installer XML toolset. >> Subject: [WiX-users] Uninstaller screens >> >> Is it possible to have custom WiX uninstaller screens? For example, the >> user selects to uninstall a product and

Re: [WiX-users] Uninstaller screens

2009-05-22 Thread kezhongseu
e when clicking the > uninstall button. > > -Original Message- > From: Thorpe, Alan [mailto:atho...@bottomline.com] > Sent: Tuesday, January 13, 2009 05:52 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Uninstaller screens > >

Re: [WiX-users] Uninstaller screens

2009-01-14 Thread Wilson, Phil
Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstaller screens Can you use the uninstall string to run Windows Installer in non basic mode? On Tue, Jan 13, 2009 at 1:32 PM, Richard wrote: > > In article < > de33023b477fe44eaa71983f5279f6ce50fc39e...@n

Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Bob Arnson
Christopher Karper wrote: > Can you use the uninstall string to run Windows Installer in non basic mode? > No, the shell ignores UninstallString if the package was installed by MSI. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Rob Mensching
You could try... but I'd be surprised if it worked. -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Tuesday, January 13, 2009 11:11 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstaller screens Can yo

Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Christopher Karper
Can you use the uninstall string to run Windows Installer in non basic mode? On Tue, Jan 13, 2009 at 1:32 PM, Richard wrote: > > In article < > de33023b477fe44eaa71983f5279f6ce50fc39e...@na-exmsg-c102.redmond.corp.microsoft.com > >, > Rob Mensching writes: > > > Nope, ARP runs the Windows

Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Richard
In article , Rob Mensching writes: > Nope, ARP runs the Windows Installer in basic mode when clicking the uninstal l button. If you provide your own "uninstall" shortcut then you can run the uninstall with a full UI, but the recommended Windows logo practice is to use Add/Remove Programs

Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Rob Mensching
Nope, ARP runs the Windows Installer in basic mode when clicking the uninstall button. -Original Message- From: Thorpe, Alan [mailto:atho...@bottomline.com] Sent: Tuesday, January 13, 2009 05:52 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Uninstaller

[WiX-users] Uninstaller screens

2009-01-13 Thread Thorpe, Alan
Is it possible to have custom WiX uninstaller screens? For example, the user selects to uninstall a product and they get what appears to be the generic (and terse) MSI "Uninstalling" screen. Is it possible to present custom screens to the user when the uninstaller is running so they get a more "pos