PDA

View Full Version : Minor upgrade for standard project



rjanardhanan
05-12-2005, 02:40 AM
Hai
I am trying to do Minor upgrade for standard project.
I created a project containing two features and it is released.Now i need to upgrade that project.I have the source of old project so i changed the Package code and product version and added new feature. and in setup.ini
i added the following lines under CmdLine=
REINSTALLMODE=voums
REINSTALL=mainfeature,Help
ADDLOCAL=NewFeature
After building this project i tried to install on a machine having the old version of my project,i received the following error message
"Another version of this product is already installed.Installation of this version cannot continue to configure or remove the existing version of this product,use Add/Remove programs on the control panel."

Kindly help me to overcome this problem. Is there any other procedure to upgrade without uninstalling the olderversion
Thank You