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

Installer crashes when the License button is clicked #4460

Closed
wixbot opened this issue Jul 1, 2014 · 3 comments
Closed

Installer crashes when the License button is clicked #4460

wixbot opened this issue Jul 1, 2014 · 3 comments
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Jul 1, 2014

  • Launch wix38.exe.
  • Click the License button.
    (Apparently whatever file is trying to launch does not have a viewer associated with it)
  • See Crash :

System.ComponentModel.Win32Exception was unhandled
HResult=-2147467259
Message=No application is associated with the specified file for this operation
Source=System
ErrorCode=-2147467259
NativeErrorCode=1155
StackTrace:
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Microsoft.Tools.WindowsInstallerXml.UX.WixBA.LaunchUrl(String uri)
at Microsoft.Tools.WindowsInstallerXml.UX.InstallationViewModel.LaunchLicense()
at Microsoft.Tools.WindowsInstallerXml.UX.InstallationViewModel.<get_LicenseCommand>b__8(Object param)
at Microsoft.Tools.WindowsInstallerXml.UX.RelayCommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
...

System Windows 8.1

Originally opened by rodneyk

@wixbot
Copy link
Author

wixbot commented Jul 10, 2014

AssignedTo set to bobarnson
Release changed from v3.8 to v3.9

@wixbot
Copy link
Author

wixbot commented Jul 11, 2014

I was able to repro this by uninstalling IE and installing Chrome. Chrome doesn't register for file extension handlers, just protocol handlers. Easiest fix is just switch to a plain-text license file. wixtoolset/wix3#105

Originally posted by barnson

@wixbot
Copy link
Author

wixbot commented Jul 17, 2014

Originally changed by barnson
Resolution set to fixed
Status changed from Open to Resolved

@wixbot wixbot added this to the v3.9 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
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