#SORRY FOR THE DUPLICATED THREAD.
#JUST MOVED THIS THREAD FROM A GENERAL SECTION OF THE FORUM
Hi everyone,
I am working on the msi installer built by VS(Setup and Deployment Project). I 've got everything else working like charm except the prerequisites of the project. It would be a great help if you could point me to a right direction for solving the following problem.
For setting up the prerequisites, I went through the following steps:
1.Select the Installer ('Setup and Deployment Project') and right-click on it
2.Click on "Properties" on the pop-up menu
3.Click on "Prerequisities..." button of the Installer Property Page dialog and check on the items needed to be installed as prerequisites of my project
4.Build the Installer
While executing the Installer, the problem I got is that the Installer keeps prompting for installing the prerequisites even if the prerequisites specified @ step 3 were already installed on the machine. I doubt if there is somthing wrong with my settings but it seems not. Is there a way to work around this?
I would like to have the following prerequisites to be check before installing my application:
* .Net Framework 2.0
* Windows Installer 3.1
*SQL Server 2005 Express Edition
Any help and ideas are appreciated!(^^)/~
ps. btw, I am building this project on Vista with UAC enabled...however, I don't think it has anything to do with Vista