.
Cheers,
Dino
-Original Message-
From: The DOTNET list will be retired 7/1/02
[mailto:[EMAIL PROTECTED]] On Behalf Of Chris Sells
Sent: Friday, 14 June 2002 05:45
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Microsoft/Terrarium auto-update code
These are both related questions, i.e. what if I
> Now - what I left out was the config files for the RealApp. For
obvious
> reasons, that config file is "specific" to each client, so it can't be
> downloaded. Thus if I put one in the Version1 directory on install,
and
> that is correct, how does the exe in Version2 go about reading it?
Short
>
Have been looking at this, but have thought about what I consider to be
a big problem. The directory structure looks like this:
StubApp.exe
StubApp.exe.config // stores the info on which version to run
Version1
RealApp.exe
Version2
RealApp.exe
Now - what I left out was the config files for