Clickonce application setup always asking to download prerequisites -


I have deployed a WPF application in properties in Visual Studio -> Publish tab. When I specify the prerequisites, I added the 'Microsoft Report Viewer 2012 Runtime' to see what happens when I click on setup.exe for the first time, it automatically installs Report Viewer on my machine Does. Now when I try to run setup.exe again, it is asking my permission to download the necessary software (the Microsoft Report Viewer is in the installed program). I thought that after clicking, it will be checked whether the pre-install is installed and if installed it will stop downloading. am I wrong? If this is not happening why?

I am working on a similar problem. I want the new Access Database Engine Redistribution (ACE) to be a condition. I had to make a bootstrap package for this so it would appear in my list of something else. (This is a clickon, a Windows form application.) Then every time I install my app, it opens the ACE installer, whether it is needed or not. I've added Bootstrapper to Product.xml "to see the" InstallCheck "file to see in the registry to see if AE was installed and to check it for an" InstallCondition "" ByPassIf ". It works now. Page that helps me:


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -