Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Application Triggered More than once issue...
 

Application Triggered More than once issue...

Hello,
I deployed Windows application Using VB.Net 2005 and installed exe in client machine..
Whenever I click the exe, a new application opens even if the application runs.

ie,The no of times I click the application exe , the no application opens..

How to Preventthe opening of application from more than once,Despite of the No of times clicking the application?



Any Help would be Appreciated...

Preetha  Thursday, November 29, 2007 9:28 AM
Not reallya question about setup&deployment projects, and there's nothing that will do this automatically that I know of. Something like a mutex can do this.Try to create anamed mutex, and if it fails you know the program is already running so exit.

PhilWilson  Monday, December 03, 2007 10:29 PM
Not reallya question about setup&deployment projects, and there's nothing that will do this automatically that I know of. Something like a mutex can do this.Try to create anamed mutex, and if it fails you know the program is already running so exit.

PhilWilson  Monday, December 03, 2007 10:29 PM

You can use google to search for other answers

Custom Search

More Threads

• Framework Version
• Cannot specify product name with "Use application manifest for trust information" option
• How to get setup project to register assembly for COM interop?
• Setting MSI executing folder as current directory during Deployment
• sdf Deployment Problem - Please help
• Try my weather program!
• .Net Deployment project, Clean install fine but RemovePreviousVersion = true upgrade does not execute commit code
• BannerBitmap file
• adding new enviorment variables to the setup project
• Is there a forum for Visual Studio's msi builder