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
No. But I saw some programs do pop up notification window after successful uninstall. Maybe the use custom action to achieve that. 2009/5/22 Rob Mensching > I haven't seen anything like that in the MSI SDK, have you? > > kezhongseu wrote: > > Hi, Rob, > > > > Can we change that? Is there a Prop

Re: [WiX-users] Uninstaller screens

2009-05-22 Thread Rob Mensching
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 uninstallation? > > A small notification of whether the uninstall is successful or not may make > user feel better. >

Re: [WiX-users] Uninstaller screens

2009-05-22 Thread kezhongseu
Hi, Rob, Can we change that? Is there a Property which could control which UI mode to use for uninstallation? A small notification of whether the uninstall is successful or not may make user feel better. /Kai Rob Mensching-2 wrote: > > Nope, ARP runs the Windows Installer in basic mode when

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 scr