Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

SQL server 2005 installation: unsupported controls


3 replies to this topic

nesesser

nesesser
  • Full Members
  • 62 posts

Posted 17 April 2007 - 09:08

Hi all.
I have a question - did you saw the SQL server 2005 setup programm?
I'm interested in User Interface used there - in ListBoxes. There are used unsupported controls on some dialogs (HyperLinks - view in pic)

This controls (HyperLinks) are not supported by Windows Installer (at least in 3.1ver in which I made a screenshots).
And it is not a bootstrapper - I checked it through Process Explorer.

It seems that these controls realised in MSI package directly (probably through cunning Custom Actions).

Q:
How it could be? =) How to do it in my installation?

Attached Images

  • SQL2005ListBox.JPG


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 April 2007 - 15:59

I'm pretty sure this is an external UI. Which means that have to use some EXE launcher because you can't use an external UI with just an .msi file.

nesesser

nesesser
  • Full Members
  • 62 posts

Posted 19 April 2007 - 05:26

What does it mean - external UI? How can I make UI like this?
Probably you would say, that is need to use some DLL creating UI. But how can I interrupt UI from Sequence to show needed external UI?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 19 April 2007 - 18:13

You can find documentation in the Windows Installer SDK in topic MsiSetExternalUI