G
Guest
I have a web project that I have converted from VS 2003 to VS 2005. The
installer is configured to use detect a newer version and if found to
uninstall the old version before installing the new version.
The installer in the new version VS 2005 contains custom actions that are
compiled with VS 2005. For launch conditions, I have configured the .NET
Framework to be at 2.0.50727 and Allow Later Version si set to True.
When I run the installer I receive the system.badimageformatexception which
references the dll that contains the custom installer code.
If I uninstall the 2003 version of the software and then do an install of
the 2005 version everything works fine. But if I have the 2003 version
installed and then run the installer for the 2005 version I receive the error
about the bad image.
Is this a bug? Am I doing something wrong? Are there workarounds? Will my
customers have to uninstall the old version manually before installing the
new version?
Thanks,
Leslie
installer is configured to use detect a newer version and if found to
uninstall the old version before installing the new version.
The installer in the new version VS 2005 contains custom actions that are
compiled with VS 2005. For launch conditions, I have configured the .NET
Framework to be at 2.0.50727 and Allow Later Version si set to True.
When I run the installer I receive the system.badimageformatexception which
references the dll that contains the custom installer code.
If I uninstall the 2003 version of the software and then do an install of
the 2005 version everything works fine. But if I have the 2003 version
installed and then run the installer for the 2005 version I receive the error
about the bad image.
Is this a bug? Am I doing something wrong? Are there workarounds? Will my
customers have to uninstall the old version manually before installing the
new version?
Thanks,
Leslie