Click to See Complete Forum and Search --> : setup wizard includes older version of executable


sriky
February 10th, 2000, 09:42 AM
My setup wizard (visual studio installer) always includes the older version of the executable. I deleted the older version, recompiled my project but still it includes the older version (.exe file) and gives an error that file is not found in the specified directory. I don't have any active x dll's in this project.

thanks

Aaron Young
February 10th, 2000, 11:45 PM
Sometimes the Wizard can leave files in the Windows Temp Folder, which it'll pickup again when you redo a build, Make sure it's clean before creating a new Setup.

Aaron Young
Analyst Programmer
ajyoung@pressenter.com
aarony@redwingsoftware.com

sriky
February 11th, 2000, 08:55 AM
I deleted all the files from temp, renamed the .exe file but still have the same problem.
Also some of the dll's the installer included are not in my registry. What do I need to do?

Thanks