PDA

View Full Version : Running wupdate.exe



NewsArchive
05-27-2005, 02:21 AM
Hi Friedrich,

Two things:

First you might want to add to the docs, that when you run the
wupdate.exe from your clarion app, do NOT turn the wait flag on<g>

Run('wupdate.exe',True)

locks up the calling exe and the update doesn't run until you kill it.


Second: I made a copy of the wupdate.sb5 and compiled the wupdate
script to a different exe (changed the destination exe) and then it
always told me that there was no application associated with this
updater or something like that. I used the original wupdate.exe and
it worked fine. Any ideas?

Message is: "WebUpdate The SetupBuilder WebUpdate client could not
locate an associated application to update. Please make sure that
this software is installed properly"

Best regards,

Arnór Baldvinsson
Icetips Software
San Antonio, Texas, USA
www.icetips.com

NewsArchive
05-27-2005, 02:21 AM
Hi Arnór,

> Two things:
>
> First you might want to add to the docs, that when you run the
> wupdate.exe from your clarion app, do NOT turn the wait flag on<g>
>
> Run('wupdate.exe',True)
>
> locks up the calling exe and the update doesn't run until you kill it.

Good point! I'll add this to the docs, thank you.

> Second: I made a copy of the wupdate.sb5 and compiled the wupdate
> script to a different exe (changed the destination exe) and then it
> always told me that there was no application associated with this
> updater or something like that. I used the original wupdate.exe and
> it worked fine. Any ideas?
>
> Message is: "WebUpdate The SetupBuilder WebUpdate client could not
> locate an associated application to update. Please make sure that
> this software is installed properly"

You are right. The compiler always refers to the wupdate.exe file name.
If you change the name (of your own compiled WebUpdate client) to
wupdate.exe then it should work fine.

I'll check if it is possible to change this. If it is not possible,
I will add a note to the docs.

Thanks,
Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
1.954.252.3910

NewsArchive
05-28-2005, 08:27 AM
Hi Friedrich,

>> locks up the calling exe and the update doesn't run until you kill it.
>
>Good point! I'll add this to the docs, thank you.

Yeah, I spent about 15 mintues trying to figure out what the heck had
gone wrong when I realized I was suffering from coffee dificiency and
had put the TRUE waitflag in the RUN statement<g>

>You are right. The compiler always refers to the wupdate.exe file name.
>If you change the name (of your own compiled WebUpdate client) to
>wupdate.exe then it should work fine.
>
>I'll check if it is possible to change this. If it is not possible,
>I will add a note to the docs.

Sounds good:) I just thought I could change it. I don't really care
what it's called, the message just threw me off<g>

Best regards,

Arnór Baldvinsson
Icetips Software
San Antonio, Texas, USA
www.icetips.com