raj_cg
July 29th, 2008, 03:22 AM
Hi,
I created a setup project version 1 containing the following
1. app.exe
2. project.dll version 1.1.0.0
I created setup project for version 2 containing the following
(i had appropriately changed product code and enabled RemovePreviousVersions)
1. app.exe
2. project.dll version 1.0.0.0
I install version 1 first and upgrade to version 2.
project.dll is lost during upgrade install.
I realize that version 2 contains lower version dll.
How to prevent installer to skip version comparison ?
I created a setup project version 1 containing the following
1. app.exe
2. project.dll version 1.1.0.0
I created setup project for version 2 containing the following
(i had appropriately changed product code and enabled RemovePreviousVersions)
1. app.exe
2. project.dll version 1.0.0.0
I install version 1 first and upgrade to version 2.
project.dll is lost during upgrade install.
I realize that version 2 contains lower version dll.
How to prevent installer to skip version comparison ?