[WiX-users] [Job] Looking for Wix Burn/WPF Developer in SF Bay Area

2014-07-23 Thread robert_ortega
Greetings, NOTE: If this is not the correct forum to post this then I apologize. I'm looking for a Wix Burn/WPF developer to work on a new installation framework being designed by my team for use with a variety of our software products. We'll need solid WPF coding skills with modern design pat

Re: [WiX-users] RegistrySearch problem

2014-07-23 Thread Bevan Weiss
Is this a 64/32bit registry type issue? And is the burn package being run with elevated privileges? (just to rule out issues with registry permissions) Regards, Bevan Date: Wed, 23 Jul 2014 00:38:22 -0700 (PDT) From: vorsichtdiekurve Subject: [WiX-users] RegistrySearch problem Hi, I'm trying t

Re: [WiX-users] RegistrySearch problem

2014-07-23 Thread Chaitanya
On 7/23/2014 8:51 PM, vorsichtdiekurve wrote: > Unfortunately, it didn't. > My problem is that the registry key is not being found, not that the > registry search is not being executed. > Here is my bootsrapper code: >UpgradeCode="3731eedd-c21c-40e2-bf03-653ea4a186e2"> >Id="

Re: [WiX-users] OnDetectUpdateBegin call to SetUpdate causes exception/Assert

2014-07-23 Thread Phill Hogland
OK. Thanks for the clarification. I will look at that. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/OnDetectUpdateBegin-call-to-SetUpdate-causes-exception-Assert-tp7596059p7596063.html Sent from the wix-users mailing list archive at Nabble.com

Re: [WiX-users] RegistrySearch problem

2014-07-23 Thread vorsichtdiekurve
Unfortunately, it didn't. My problem is that the registry key is not being found, not that the registry search is not being executed. Here is my bootsrapper code: -- View this message in context: http://windows-installer-xm

Re: [WiX-users] OnDetectUpdateBegin call to SetUpdate causes exception/Assert

2014-07-23 Thread Hoover, Jacob
SetUpdate is not to set an updated feed to download, it's to point the engine at the updated bundle after the feed has been processed. This behavior hasn't changed from 3.8. The only way I can see you being able to update the url at runtime in your bundle is to use the 3.8 feed processing logi

Re: [WiX-users] RegistrySearch problem

2014-07-23 Thread Carter Young
Are you having the same problem as the Poster here: http://stackoverflow.com/questions/19227335/wix-burn-3-7-and-postgresql-registry-search-fail Did the answer help? Carter Quoting vorsichtdiekurve : > Hi, > I'm trying to determine what if a version of PostgreSQL is installed on a > windows 8.

[WiX-users] OnDetectUpdateBegin call to SetUpdate causes exception/Assert

2014-07-23 Thread Phill Hogland
If I add a call to Engine.SetUpdate in mba DetectUpdateBegin, as done in the past, when this call returns successfully, the DetectUpdateBeginEventArgs e.UpdateLocation not accessable. Any attempt to log this value causes an exception, the thread terminates and DetectUpdate handler is never called.

Re: [WiX-users] Assembly updates in the GAC using Major upgrade

2014-07-23 Thread John Cooper
What is the AssemblyVersion as opposed to the AssemblyFileVersion of both assemblies? Chances are very good that if the AssemblyVersions are the same, then the strong name will also be the same which will cause you problems. -- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry

[WiX-users] RegistrySearch problem

2014-07-23 Thread vorsichtdiekurve
Hi, I'm trying to determine what if a version of PostgreSQL is installed on a windows 8.1 64 bit machine, using the following code: ** But when running the bootstrapper, i get this in the install log: *Registry key not found. Key = 'SOFTWARE\PostgreSQL\Installations\posgresql-x64-9.3'* Actually the