On Sat, Jan 10, 2009 at 2:21 AM, John Robbins <j...@wintellect.com> wrote:

> Hello,
>
> >            I have a WIX v3-based installer, which installs just fine.
> >However, when this installer is run under Windows Vista (with UAC
> >enabled,
> >and NOT running as administrator), then the UAC dialog appears in the
> >middle
> >of the installation process, asking "A program needs your permission to
> >continue".
> >
>
> Try InstallPrivileges="elevated" on the Package element.
>

I already had that set.




> >            And - more importantly - the dialog which appears -
> >prompting
> >the user  to 'need [sic] permission to continue' - mentions as the name
> >of
> >the program - '4b9cb3.msi'. Its hard to see how that could be anything
> >but a
> >confusing name choice as its displayed to a user.
>
> When you sign your .MSI with signtool.exe make sure to use the /d switch.
>
> Hope it helps!
> -John.
>

    Thank you - the /d option on signtool is what I was missing. I looked at
the result of signing (cert) - and I didn't see anything missing, so I
didn't' realize the /d was needed. And - I had the /du option provided.

    But - now that I use /d - Windows Vista UAC dialog appears to use the /d
signed parameter instead of the (temporary) MSI name.

        Thanks!

            Lewis.
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to