Re: [WiX-users] Hyperlink in installer UI

2006-09-26 Thread Bob Arnson
Rob Hamflett wrote: > Or tie a custom action to a button. > Sure, good point. It's really a two-pronged problem: 1. Showing a link-like UI. 2. Launching the user's default browser. You definitely need a CA for #2 but the closest you're going to get with #1 is a button with a blue-underlined t

Re: [WiX-users] Hyperlink in installer UI

2006-09-26 Thread Rob Hamflett
Or tie a custom action to a button. Rob Bob Arnson wrote: > Alec Siu wrote: >> I know from searching the archive that this question has been asked in the >> past, but has there been any progress or has someone written a publicly >> available custom action to allow display of a hyperlink in an i

Re: [WiX-users] Hyperlink in installer UI

2006-09-25 Thread Bob Arnson
Alec Siu wrote: > I know from searching the archive that this question has been asked in the > past, but has there been any progress or has someone written a publicly > available custom action to allow display of a hyperlink in an installer > dialog? MSI doesn't support custom controls so a CA

[WiX-users] Hyperlink in installer UI

2006-09-25 Thread Alec Siu
I know from searching the archive that this question has been asked in the past, but has there been any progress or has someone written a publicly available custom action to allow display of a hyperlink in an installer dialog? If not, is the recommended way to implement this via a dialog box wri