Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > BootStraper Mainfest Generator - Check if a specific version of an application is installed
 

BootStraper Mainfest Generator - Check if a specific version of an application is installed

Hi,

I would like to ask a question if it is possible to create a System Check or a Relationship with BootStraper Manifest Generator, that would check if an application ( exe file ) of a specific version e.g. 1.0.1.0 or higher is installed on PC? The installer we have been working on is supposed to check for the application existence. Unfortunatelly I have no idea how to check if a specific version of an application is installed. Can anyone help?

Thanks in advance
t_barto  Thursday, October 01, 2009 5:10 PM

Hi t_barto,

From my experience, we often use BootStraper Mainfest Generator to add custom prerequisites.
We can check some registries to check if an application is already installed. Please follow this thread:
http://code.msdn.microsoft.com/bmg/Thread/View.aspx?ThreadId=930

The blog below also provides some ideas, you can search System Checks in it.
http://jcrawfor74.wordpress.com/2008/02/27/bootstrap-manifest-generator-how-to-custom-pre-requisites/

Regards,
Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
  • Marked As Answer byt_barto Wednesday, October 07, 2009 3:11 PM
  •  
Aland Li  Wednesday, October 07, 2009 4:31 AM

Hi t_barto,

From my experience, we often use BootStraper Mainfest Generator to add custom prerequisites.
We can check some registries to check if an application is already installed. Please follow this thread:
http://code.msdn.microsoft.com/bmg/Thread/View.aspx?ThreadId=930

The blog below also provides some ideas, you can search System Checks in it.
http://jcrawfor74.wordpress.com/2008/02/27/bootstrap-manifest-generator-how-to-custom-pre-requisites/

Regards,
Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
  • Marked As Answer byt_barto Wednesday, October 07, 2009 3:11 PM
  •  
Aland Li  Wednesday, October 07, 2009 4:31 AM
Hi Aland Li,

The information You provided was helpful. We created an External System Check in BootStraper Manifest Generator. The idea of the Check was to run a custom process, that would detect what version of the application is installed and would return specific codes ( 1 - Yes, 0 - No ).

Thanks
t_barto  Wednesday, October 07, 2009 3:20 PM

You can use google to search for other answers

Custom Search

More Threads

• publish application in VS2005 pro
• Page cannot be found error when Install button pressed...
• Error msg of pre-requisites??
• How to set user Account in vs.net 2003 ??
• Same App Several Times On the Same Computer
• Installation Dialogue Box Dissapears
• Newbie: How do controls work in IE?
• Embedding manifest in MSI using Visual Studio 2003
• ClickOnce myapp.application doesn't work on website
• User Rollback and the Update Catch 22â€?is there a better way?