[WiX-users] 64 bit newbie question

2007-06-25 Thread Steve Walch
I have a RegistrySearch tag that attempts to look up values in Root='HKLM' Key='Software\Microsoft\Shared Tools\Web Server Extensions\12.0' but on 64 bit machines, it ends up searching for "HKLM\Software\Wow6432Node\Microsoft\Shared Tools\Web Server Extensions\12.0" (according to Process Monitor),

[WiX-users] Using variable information in WIX tag attributes

2007-06-08 Thread Steve Walch
I have built my user interface for prompting users with setup information and I am having trouble figuring out how to use it all in my WIX tags. For example, I prompt for database creation parameters, which might translate to one of the following, depending on what the user selected: #1 #2 #

Re: [WiX-users] Looking for advanced UI examples

2007-06-04 Thread Steve Walch
That sounds reasonable. How do I get started? Are you aware of samples of doing something like this in a bootstrapper? (preferrably with WIX 2.x, but we would consider switching to 3.x if there was a good reason to) Thanks! John Vottero wrote: > > It's much easier to do 1, 2 and 3 in a boo

[WiX-users] Looking for advanced UI examples

2007-06-04 Thread Steve Walch
The following sequence of tasks seem like they would be common and I am hoping that someone has a working example of doing this in WIX: 1. Prompt the user for information about which (new or existing) service account should be used. 2. Prompt the user for information about the SQL database tha