setup wizard includes older version of executable
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
Re: setup wizard includes older version of executable
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
[email protected]
[email protected]
Re: setup wizard includes older version of executable
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