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

2012-12-15 Thread up2date.cyb...@gmail.com
Hi, in a bundle, using util:RegistrySearch, is there a way to set a default value to a variable? What I have now: util:RegistrySearch Variable=MYVAR Root=HKLM Key=$(var.RegistryKey) Value=MyValue Result=value / I want to pass the value to a MSI package with: MsiProperty Name=MYMSIVAR

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? What

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 n...@x2systems.comwrote: Is it possible to set a variable to a default value if a registry value doesn't exist when using the

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

2012-10-30 Thread Neil Sleightholm
Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 30 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

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

2012-10-30 Thread Rob Mensching
] Sent: 30 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

[WiX-users] util:RegistrySearch default value

2012-10-29 Thread Neil Sleightholm
Is it possible to set a variable to a default value if a registry value doesn't exist when using the util:RegistrySearch in a bundle like you can with Properties and RegistrySearch in an MSI? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.commailto:n...@x2systems.com