Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I am developing a desktop application using VS2008 and I need to build the setup file with some specific prerequisite components. As I my components are custom ones, I have used the bootstrapper manifest generator to make them appear in the Pre-requisites window. Before building the setup, I have checked them from the Pre-requisites window and built the setup. Now when I run the setup.exe file, it is prompting me to install the pre-requisite components and everything thing went smoothly. The problem is that every time I run the setup, it is prompting me to install those components. As they have already been installed in the first run, the setup shouldn't prompt me to install them again and again.

Hope I am making sense. Your answer is highly appreciated.

Thanks in advance,
Ramesh Chandra
Posted

Did you set the 'System Checks' in the Bootstrapper Manifest Generator?

Here you can set various checks to determine if a file should be run or not.
 
Share this answer
 
Hi Scubapro, Thanks a lot; your suggestion gave me good insight of the bootstrap generator. I found an interesting post related to this: http://jcrawfor74.wordpress.com/2008/02/27/bootstrap-manifest-generator-how-to-custom-pre-requisites/

Thanks again,
Ramesh
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900