|
|
|
start date: Fri, 15 Jun 2007 10:34:01 -0700,
posted on: microsoft.public.dotnet.distributed_apps
back
| Thread Index |
|
1
novahk
|
|
2
Bryan Phillips menot
|
|
3
novahk
|
Updater Application Block V2.0: download/activation not occuring
I've setup a test app that uses the updater app block. The AppStart runs and
can identify that there is an update available. Some data is pulled down and
placed in a single file in 'Program Files\AppName\UAB\registry'. The file
name is "efa3041f-5615-41d1-99bb-ed458577015c.task", it contains data from my
manifest file.
What's going on? Shouldnt there be a new directory (named 1.0.0.1) and the
new executable placed in it?
Date:Fri, 15 Jun 2007 10:34:01 -0700
Author:
|
Re: Updater Application Block V2.0: download/activation not occuring
Use Fiddler http://www.fiddlertool.com to trace the http requests the
UAB makes when getting your update.
I am guessing that you may need to configure IIS to allow you exe file
to be downloaded since that is not enabled by default.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
"novahk" wrote in message
news:A42B3B06-6BA8-46DA-9B91-604E1CA0CE67@microsoft.com:
> I've setup a test app that uses the updater app block. The AppStart runs and
> can identify that there is an update available. Some data is pulled down and
> placed in a single file in 'Program Files\AppName\UAB\registry'. The file
> name is "efa3041f-5615-41d1-99bb-ed458577015c.task", it contains data from my
> manifest file.
>
> What's going on? Shouldnt there be a new directory (named 1.0.0.1) and the
> new executable placed in it?
Date:Sat, 16 Jun 2007 23:02:47 +0000
Author:
|
Re: Updater Application Block V2.0: download/activation not occuri
I am not downloading from IIS, I will be downloading from a shared location
on a server. I am thinking that my config files (app.config,
updaterconfiguration.config, app_manifest.xml) are not correct. I hope I can
find an example of those config files setup for an application that is
donwloading from a share on a server. And I'll need to know what to change
in the manifest when I publish a new version to the share.
All help is greatly appreciated.
Thanks in advance.
Henry
"Bryan Phillips" wrote:
> Use Fiddler http://www.fiddlertool.com to trace the http requests the
> UAB makes when getting your update.
>
> I am guessing that you may need to configure IIS to allow you exe file
> to be downloaded since that is not enabled by default.
>
> --
> Bryan Phillips
> MCT, MCSD, MCDBA, MCSE
> Blog: http://bphillips76.spaces.live.com
> Web Site: http://www.composablesystems.net
>
>
>
> "novahk" wrote in message
> news:A42B3B06-6BA8-46DA-9B91-604E1CA0CE67@microsoft.com:
>
> > I've setup a test app that uses the updater app block. The AppStart runs and
> > can identify that there is an update available. Some data is pulled down and
> > placed in a single file in 'Program Files\AppName\UAB\registry'. The file
> > name is "efa3041f-5615-41d1-99bb-ed458577015c.task", it contains data from my
> > manifest file.
> >
> > What's going on? Shouldnt there be a new directory (named 1.0.0.1) and the
> > new executable placed in it?
>
>
Date:Sun, 17 Jun 2007 10:10:01 -0700
Author:
|
|
|