
Hi EveryBody..

I am using InstallShield 7 service pack 4 developer edition.
we have a application of version 2.0(AddBook) in Basic MSI i have developed using IS 7 service pack 4 developer edition. During the installations it [SIZE=7]writes some registry values and during the unistallataion it deletes the registry values
Now a new version 3 has come. The requirement is
[FONT=Arial]
THE INSTALLER MUST BE ABLE TO UNINSTALL THE OLDER VERSION AND INSTALL THE NEWER VERSION THAT IS version 3.0.
I have thought of doing it through patches so that it will unistall the older main Application's exe of version 2.0 and silently Install the New Application's exe of version 3.0 (that is through patch(updates)).
Please tell me is there any other way to silently unistall the exisiting application and install the newer version of the application without asking for users interface..using Basic MSI