Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bata Version Expired

Status
Not open for further replies.

manpaul

Technical User
Jan 10, 2005
118
CA
I have a project where I have compiled the exe with a valid version of 9 and I am getting beta version has expired. Need a quick answer as the user is down now.

Paul
 
I'd guess that the user is probably using Beta runtimes, even though the EXE was created with a valid version. if the runtimes came from an installshield/windows installer MSM, are you sure you are including the "real" MSM in your Setups?

Perhaps the user needs to uninstall, delete the VFP runtimes (see: ) and reinstall using your latest build (being sure that build does not use a beta MSM)

- Bill

Get the best answers to your questions -- See FAQ481-4875.
 
Paul,

Are you seeing this problem on your development machine, or on the user's system?

Microsoft states somewhere (can't remember where) that you should completely uninstall the the beta before you install the full product. If the problem is on your development system, that is the answer.

If it's on the user's system, I guess you'd need to uninstall the runtime files from the beta (use REGSVR32.EXE with the /U switch to unregister them, and then delete the files). Then, re-install your app.

Mike



__________________________________
Mike Lewis (Edinburgh, Scotland)

My sites:
Visual FoxPro (www.ml-consult.demon.co.uk)
Crystal Reports (www.ml-crystal.com)
 
Thanks to every one.

I had followed all the procedures of uninstalling the beta,
I had posted a tread earlier ask if I have to redistribute the dll, and the answer that bI got back was no, so i did not, I just compiled the exe and sent the user the new exe.

I have redistributed the required runtime dll's and everytime is now fine.

Many thanks again for the quick responese to my problem

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top