Hi,
 
I've written something like that. You can get it at
http://madbutcher.dyndns.org/snippets/
Input and suggestions are always welcome :-)
 
The code is 'as is' and is written as a template for my own development
tools.
The code is free to use for (non) commercial use.
 
 
Regards,
 
Albert van Peppen
 

________________________________

Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Bob Arnson
Verzonden: donderdag 21 juni 2007 7:41
Aan: Adam Langley
CC: [email protected]
Onderwerp: Re: [WiX-devs] WIX browsing SQL Server instances


Adam Langley wrote: 

        I have configured my WIX installation to customize my web.config
but.. is there a WIX extension or method of displaying an interface to
the user for browsing SQL Server instances, and assigning a 'selected'
one to a WIX property?


Not at the moment. It's been on the feature-request list but nobody's
contributed the code or the UI. I've done most of the rest of WixUI but
don't run into SQL much in my day job, so it'll be a long time before it
bubbles up my personal todo list.



        

        I would prefer not to have to write a custom action if
possible...


One is required.<g>



        

        If not, how would I go about writing an extension to do this,
where are the SDK docs?


You'll need a CA to get the data from SQL and then hook that into a new
dialog. The Windows SDK includes all the MSI SDK doc on CAs; you
shouldn't need a complicated, deferred CA, just an immediate one(s).
WixUI currently doesn't have an easy way to have an extension provide a
new dialog for existing dialog sets; if you get to that point, I'd be
happy to look into ways of providing UI extensions.

-- 
sig://boB
http://joyofsetup.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to