PDA

View Full Version : wupdate question



NewsArchive
09-17-2010, 01:00 AM
Friedrich,

I installed my app on my machine. It has the ability to do web updates. So I
copied the wupdate.exe to my development folder for testing. It works in the
installed location, but not the dev location. I don't have any differences in the
contents of the folders (except for some generated sources). Does location of the
wupdate.exe matter? I don't see anything in the registry that indicates it
should.

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm

NewsArchive
09-17-2010, 01:00 AM
Hi Russ,

> I installed my app on my machine. It has the ability to do web updates.
> So I copied the wupdate.exe to my development folder for testing. It
> works in the installed location, but not the dev location. I don't have
> any differences in the contents of the folders (except for some generated
> sources). Does location of the wupdate.exe matter? I don't see anything
> in the registry that indicates it should.

By default, the "Install Web Update Client" installer function makes the
required registry settings for you. Yes, the location of the wupdate.exe
does matter. The installation path (and server configuration) is stored in
the registry.

To test the web update process in your development folder, you have to
manipulate the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Lindersoft\WebUpdate\A ppPaths

Then change the "Value name" for your Product GUID so it points to the
wupdate.exe in your development folder.

Does this help?

Friedrich

NewsArchive
09-17-2010, 01:01 AM
Thanks! That is what I was missing! Was looking only in Apps and I should have
directed my blank stare just a smidge higher <G>

--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm