Re: [WiX-users] Collecting info for multiple SQL Servers

2009-05-17 Thread Bob Arnson
Jeff Reed wrote: > How can I use the same screen to push to a different set of properties? > Use indirect properties. See BrowseDlg.wxs in the WiX source for an example. -- sig://boB http://joyofsetup.com/ -- Cryst

[WiX-users] Collecting info for multiple SQL Servers

2009-05-13 Thread Jeff Reed
Hi all, I have an install where it may need to run SQL scripts on up to 2 different SQL servers. I feel pretty comfortable collecting the information for one of those four with a UI screen, but I'm hoping to reuse the screen for all SQL Servers. From what little I know about UI development in