Re: Application Launcher by Dan
Dan
Sat Jan 31 13:42:57 CST 2004
Because we haven't go to it yet.
Actually, the next time I put effort into the whole scheme we'll likely go
to web-based live updates. There's a dandy white paper about this at
www.west-wind.com.
Dan
W.Davis wrote:
> then why not distribute your new setup program the same way, just
> have the workstations auto copy the new setup program and run it
> automatically?
>
>
> "Dan Freeman" <spam@microsoft.com> wrote in message
> news:%23NIjHSs5DHA.1040@TK2MSFTNGP10.phx.gbl...
>> Then we have no choice but to distribute a new setup.exe for each
>> workstation. Our version checking traps for version differences
>> between the main exe and the one on the server. If if finds a later
>> "main" exe, it gives a messagebox to the user to run netsetup, and
>> exits.
>>
>> Dan
>>
>> W.Davis wrote:
>>> So... when your update has a new activeX or com feature, how do you
>>> handle that?
>>>
>>> "Dan Freeman" <spam@microsoft.com> wrote in message
>>> news:%235Ng7Vf5DHA.1664@TK2MSFTNGP11.phx.gbl...
>>>> We have a "launcher" exe that does nothing but read some
>>>> workstation registry settings and launch other EXEs. One of the
>>>> registry settings is the network location of EXE files.
>>>>
>>>> For each EXE file on the network, we use AGETFILEVERSION() to
>>>> compare versions between the network and local copies, and when we
>>>> encounter a newer version on the server we copy it to the
>>>> workstation.
>>>>
>>>> The last thing the launcher does is to actually load all of the
>>>> individual executables.
>>>>
>>>> This scheme works very well for us and offers the benefit of
>>>> grabbing any new executables the client may have purchased since
>>>> the original installation.
>>>>
>>>> Dan
>>>>
>>>>
>>>> Sunny wrote:
>>>>> Hi,
>>>>>
>>>>> Currently my vfp application has about 15 users and exe and
>>>>> database is on network. Now I would like to install exe on each
>>>>> work station for better performance. But how do I update changes
>>>>> automatically on each workstation which I make time to time.
>>>>>
>>>>> I know this topic has been discussed many times but could not find
>>>>> it. It will be helpfull if someone can give me the link on the
>>>>> issue.
>>>>>
>>>>> Thanks.