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),
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
#
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
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
4 matches
Mail list logo