Re: Question about installations

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Les" <vb4@xxxxxxxxxxx> wrote in message
news:elYp92reFHA.1136@xxxxxxxxxxxxxxxxxxxxxxx
> Hi Larry,
>
> Thx for your input. Just to make sure there isnt any misunderstanding all
> I
> have done in my code was increased the array size from 60,000 to 200,000.
> I
> dont discount the need to always test but in this case it would be
> difficult
> to get on site where the program has been running for a few years. Larry
> if
> all I did was changed the array size in 3 arrays is it possible that the
> direct replacement of the exe could cause problems?? I just dont know
> enough about the details of what exaclty happens under the hood of the
> compiled pkg.

What the problem will be is if something that your exe depends on has been
updated. If you originally compiled in in vb6 with service pack 1 but you've
since updated vb to service pack 6, then when you put the exe on the
customers computer they will only have the vb runtimes for service pack 1
and your exe will fail.

The way to test is to get a spare machine and give it a fresh install of
win95 or 98, install your original app and then copy the new exe over. If it
works then you're ok.

Michael


.



Relevant Pages

  • Re: vfp7, vfp8 and russian printing
    ... service pack 1 is installed on my developement machine. ... are old dlls or service pack 1 dlls. ... compiled exe preview if fine, ... one compiled in vfp7 and other in vfp8 ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: debug problem
    ... I have VS 2005 on two computers and have installed Service Pack 1 Beta ... Then I got an idea and moved the exe to another folder on the computer. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: application
    ... larry wrote: ... there is no program tab, or close on exit box, only ... In that case your *.exe is not a 16-bit DOS app. ... But you still want to get the console window to stay open. ...
    (microsoft.public.windowsxp.general)
  • C# Batch Process Program Slows Dramatically Over Time
    ... Program iterates through array and creates a zip file (using CLI ... extracting archive (exe) using seabuilder from that zip file. ... Each process call for WinZip and SEABuilder is terminated when the zip ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: .ZIP vs. .EXE extraction
    ... Larry I Smith wrote: ... >> latter case the central directory and zipfile comment will be found on ... > Hmm, I would suspect a corrupted archive within the 'exe'. ... I copied the .exe file to diskette and took it to Win2k3 to extract ...
    (alt.os.linux.suse)