cshinde
10-12-2012, 04:20 AM
Hi All,
I am creating major upgrade setup project using Installscript MSI to upgrade 1.0 users of the software to 2.0.
All the files gets updated successfully and relative SQL scripts also gets executed successfully. The issue that I am facing is in version 1.0 installation one SQL script was marked to execute at the time of uninstall which will drop the databases. Now because of that after all files have been replaced and update scripts executed , at the end my database is getting droped. I guess this is because of the previous version getting uninstalled.
Is there any way I can restrict this script from executing when major upgrade is done?
Thanks,
Chand
I am creating major upgrade setup project using Installscript MSI to upgrade 1.0 users of the software to 2.0.
All the files gets updated successfully and relative SQL scripts also gets executed successfully. The issue that I am facing is in version 1.0 installation one SQL script was marked to execute at the time of uninstall which will drop the databases. Now because of that after all files have been replaced and update scripts executed , at the end my database is getting droped. I guess this is because of the previous version getting uninstalled.
Is there any way I can restrict this script from executing when major upgrade is done?
Thanks,
Chand