Re: [WiX-users] util:RegistrySearch default value if not found

2012-12-15 Thread up2date cyborg
It's ok, I found a work around here: http://sourceforge.net/mailarchive/message.php?msg_id=30030043 On Sat, Dec 15, 2012 at 2:33 PM, up2date.cyb...@gmail.com < up2date.cyb...@gmail.com> wrote: > Hi, in a bundle, using util:RegistrySearch, is there a way to set a > default value to a variable? > W

Re: [WiX-users] util:RegistrySearch default value

2012-10-30 Thread Rob Mensching
ists" Variable="TestSearch" /> > Variable="Test" Condition="TestSearch" /> > > Is this a bug? > > Neil > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: 30 October 2012 13:55 > To: G

Re: [WiX-users] util:RegistrySearch default value

2012-10-30 Thread Neil Sleightholm
October 2012 13:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] util:RegistrySearch default value Does it work if you define the Variable and give it a value? The RegistrySearch runs later and should update it. On Mon, Oct 29, 2012 at 3:05 PM, Neil Sleightho

Re: [WiX-users] util:RegistrySearch default value

2012-10-30 Thread Rob Mensching
Does it work if you define the Variable and give it a value? The RegistrySearch runs later and should update it. On Mon, Oct 29, 2012 at 3:05 PM, Neil Sleightholm wrote: > Is it possible to set a variable to a default value if a registry value > doesn't exist when using the util:RegistrySearch i