Re: [WiX-users] util:RegistrySearch “Registry key not found” when using variable inside Win64=“$(var.Win64)”

2014-03-21 Thread John Cooper
enry.com www.jackhenry.com -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Friday, March 21, 2014 12:26 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] util:RegistrySearch “Registry key not found” when using variable inside Win64=“$(var.Win64)” I also stopp

Re: [WiX-users] util:RegistrySearch “Registry key not found” when using variable inside Win64=“$(var.Win64)”

2014-03-21 Thread Phill Hogland
I also stopped using Win64, but you need to make sure that the -arch flag is being passed on the command line to candle and light. One way to do this is to add the InstallerPlatform MSBuild Property to your project file. You can unload your project file, and edit it, adding the following statemen

Re: [WiX-users] util:RegistrySearch “Registry key not found” when using variable inside Win64=“$(var.Win64)”

2014-03-21 Thread dirt
Interesting, I was able to get it to work by simply removing the Win64 attribute altogether. I swear I tried this before and it didn't work... Just needed a nights sleep I guess. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/util-RegistrySearch-

Re: [WiX-users] util:RegistrySearch “Registry key not found” when using variable inside Win64=“$(var.Win64)”

2014-03-21 Thread John Cooper
To: wix-users@lists.sourceforge.net Subject: [WiX-users] util:RegistrySearch “Registry key not found” when using variable inside Win64=“$(var.Win64)” http://stackoverflow.com/questions/22559113/utilregistrysearch-registry-key-not-found-when-using-variable-inside-win64 Am I doing something wrong?

[WiX-users] util:RegistrySearch “Registry key not found” when using variable inside Win64=“$(var.Win64)”

2014-03-21 Thread dirt
http://stackoverflow.com/questions/22559113/utilregistrysearch-registry-key-not-found-when-using-variable-inside-win64 Am I doing something wrong? Thanks, -dirt -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/util-RegistrySearch-Registry-key-not-

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

[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: I want to pass the value to a MSI package with: If the registry value is not found, the command line of the msi is "MYMSIVAR=", so I'd like to: -define a default value if registry

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

[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.com --

Re: [WiX-users] util:RegistrySearch

2012-10-29 Thread Rob Mensching
There is a dream that it'd work in both but that dream has not been realized yet. On Fri, Oct 26, 2012 at 10:19 AM, Nick Ramirez wrote: > Seems to be Burn specific and sets a Burn variable while the other > RegistrySearch that's not in the UtilExtension sets a Property. > > > > -- > View this mes

Re: [WiX-users] util:RegistrySearch

2012-10-26 Thread Nick Ramirez
Seems to be Burn specific and sets a Burn variable while the other RegistrySearch that's not in the UtilExtension sets a Property. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/util-RegistrySearch-tp7581620p7581624.html Sent from the wix-users m

Re: [WiX-users] util:RegistrySearch

2012-10-26 Thread Neil Sleightholm
prüngliche Nachricht- Von: Neil Sleightholm [mailto:n...@x2systems.com] Gesendet: Freitag, 26. Oktober 2012 18:18 An: General toolset. (wix-users@lists.sourceforge.net) Betreff: [WiX-users] util:RegistrySearch Can the util:RegistrySearch be used in an MSI or is it burn specific? Neil Neil Slei

Re: [WiX-users] util:RegistrySearch

2012-10-26 Thread Georg von Kries
: Neil Sleightholm [mailto:n...@x2systems.com] Gesendet: Freitag, 26. Oktober 2012 18:18 An: General toolset. (wix-users@lists.sourceforge.net) Betreff: [WiX-users] util:RegistrySearch Can the util:RegistrySearch be used in an MSI or is it burn specific? Neil Neil Sleightholm X2 Systems Limited n

Re: [WiX-users] util:RegistrySearch

2012-10-26 Thread Steven Ogilvie
You should be able to use it in both... -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: October-26-12 12:18 PM To: General toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] util:RegistrySearch Can the util:RegistrySearch be used in an MSI or is

[WiX-users] util:RegistrySearch

2012-10-26 Thread Neil Sleightholm
Can the util:RegistrySearch be used in an MSI or is it burn specific? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com -- The Windows 8 Center In partnership with Sourceforge Your i

Re: [WiX-users] util:registrySearch before AppSearch

2010-11-28 Thread Rob Mensching
The RegistrySearch in the Util extension is only supported in Bundles today. On Sat, Nov 27, 2010 at 3:21 AM, Sean Farrow wrote: > Hi: > Is it possible to have the util:RegistrySearch elements evaluated before > the AppSearch custom action. > I've got conditions in the appsearch that only need to

[WiX-users] util:registrySearch before AppSearch

2010-11-27 Thread Sean Farrow
Hi: Is it possible to have the util:RegistrySearch elements evaluated before the AppSearch custom action. I've got conditions in the appsearch that only need to be evaluated if cartain registry keys determined by the Util:RegistrySearch exist. Cheers Sean.