Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WixStdBA should use ShelExecUnelevated to open hyperlinks #4772

Closed
wixbot opened this issue May 22, 2015 · 5 comments
Closed

WixStdBA should use ShelExecUnelevated to open hyperlinks #4772

wixbot opened this issue May 22, 2015 · 5 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented May 22, 2015

Given that a BA might run elevated (explicit elevation, requireAdministrator manifesting) hyperlinks should be opened unelevated so an unsuspecting user isn't running a browser elevated.

Originally opened by barnson

@wixbot
Copy link
Author

wixbot commented May 26, 2015

Originally changed by barnson
AssignedTo set to bobarnson
Resolution set to fixed
Status changed from Untriaged to Resolved

@wixbot
Copy link
Author

wixbot commented Oct 9, 2015

Effects of replacement from ShellExec to ShelExecUnelevated leads to the fact that links on Windows XP stop working at all.
Reason: Flag SWC_DESKTOP method IShellWindows :: FindWindowSW not supported on Windows XP. (https://msdn.microsoft.com/en-us/library/windows/desktop/cc836568(v=vs.85).aspx)

Originally posted by pavelanfimov

@wixbot
Copy link
Author

wixbot commented Oct 9, 2015

Originally changed by barnson
Status changed from Resolved to Untriaged

@wixbot
Copy link
Author

wixbot commented Oct 9, 2015

see wixtoolset/wix3#307

Originally posted by pavelanfimov

@wixbot
Copy link
Author

wixbot commented Oct 13, 2015

Status changed from Untriaged to Resolved
Type changed from Feature to Bug

@wixbot wixbot added this to the v3.10 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
rseanhall pushed a commit to rseanhall/wix4-archive that referenced this issue Mar 19, 2016
fix ShelExecUnelevated method

Addresses wixtoolset/issues#4772
robmen pushed a commit to wixtoolset/wix4-archive that referenced this issue Mar 22, 2016
fix ShelExecUnelevated method

Addresses wixtoolset/issues#4772
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants