CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Location
    USA
    Posts
    101

    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


  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    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]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

  3. #3
    Join Date
    Jul 1999
    Location
    USA
    Posts
    101

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured