Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-26 Thread Rob Mensching
I think you found a bug in the UI sequence. Would you please file the bug so it is tracked and can be fixed. Thanks. On Thu, Mar 24, 2011 at 6:51 AM, Bruce Cran wrote: > On Thu, 24 Mar 2011 13:43:38 + > "Skildum, Mathew" wrote: > > > Just because WIX ships a set of UI dialogs does not mean

Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Bruce Cran
On Thu, 24 Mar 2011 13:43:38 + "Skildum, Mathew" wrote: > Just because WIX ships a set of UI dialogs does not mean you need to > use them. > > I do not use any of the WIX dialogs and have create my own. This > allows me to enable and modify the UI whenever I wish. > > Due to this the choic

Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Skildum, Mathew
: Skildum, Mathew Cc: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Query about use of UAC shield on Install button On Thu, 24 Mar 2011 13:26:05 + "Skildum, Mathew" wrote: > Using the UAC shield is completely up to you not WIX. Since WIX is > just

Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Bruce Cran
On Thu, 24 Mar 2011 13:26:05 + "Skildum, Mathew" wrote: > Using the UAC shield is completely up to you not WIX. Since WIX is > just the development environment, the job of following guidelines > falls to the user. The WIX compiler can try to guide you down the > right path, but it should no

Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Pally Sandher
...@aspect.com] Sent: 24 March 2011 13:26 To: Bruce Cran; General discussion for Windows InstallerXML toolset. Subject: Re: [WiX-users] Query about use of UAC shield on Install button Using the UAC shield is completely up to you not WIX. Since WIX is just the development environment, the job of

Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Skildum, Mathew
Bruce Cran [mailto:br...@cran.org.uk] Sent: Thursday, March 24, 2011 8:19 AM To: General discussion for Windows Installer XML toolset. Cc: Skildum, Mathew Subject: Re: [WiX-users] Query about use of UAC shield on Install button On Thu, 24 Mar 2011 13:07:30 + "Skildum, Mathew" wrote:

Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Bruce Cran
On Thu, 24 Mar 2011 13:07:30 + "Skildum, Mathew" wrote: > This is actually a function of MSI not WIX. WIX is just the > mechanism to build the MSI where the rules are enforced. > > MSI does follow these guidelines as far as I know. When you put the > UAC shield on a button that does not me

Re: [WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Skildum, Mathew
Subject: [WiX-users] Query about use of UAC shield on Install button Hi, I have a question about the use of the UAC shield icon on the Install button when InstallPrivileges="elevated". According to http://msdn.microsoft.com/en-us/library/aa511445.aspx, "Tasks that require imme

[WiX-users] Query about use of UAC shield on Install button

2011-03-24 Thread Bruce Cran
Hi, I have a question about the use of the UAC shield icon on the Install button when InstallPrivileges="elevated". According to http://msdn.microsoft.com/en-us/library/aa511445.aspx, "Tasks that require immediate elevation when UAC is fully enabled have entry points marked with the UAC shield. I