Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > WPF application clickonce deployment problem
 

WPF application clickonce deployment problem

I have a ClickOnce WPF application build on .Net Framework 3.5, the installation process is ok and the application works, no problem.

After this, I add .Net Framework 3.5 SP1 features on my WPF application, put a new version of the ClickOnce application that require .Net Framework 3.5 SP1.

The application prompt me that a new version exist on server, i click on update.

The application is succesfully updated and executed but clickonce doesn't add the .Net Framework 3.5 SP1 ! and the application crashes on screen that require SP1 feature....


How add 3.5 SP1 after a 3.5 clickonce app install ?
Fanou360  Wednesday, September 17, 2008 6:19 AM

If you change the prerequisite, the user has to uninstall the application, then run setup.exe again to reinstall it. Setup.exe installs the prerequisites; they are not updated through the ClickOnce application itself.

RobinS.

GoldMail.com

RobinDotNet  Thursday, September 18, 2008 5:22 AM

If you change the prerequisite, the user has to uninstall the application, then run setup.exe again to reinstall it. Setup.exe installs the prerequisites; they are not updated through the ClickOnce application itself.

RobinS.

GoldMail.com

RobinDotNet  Thursday, September 18, 2008 5:22 AM

You can use google to search for other answers

Custom Search

More Threads

• how can I force clickonce to upload one file to client
• issue with preparing setup and deployment using Visual studio 2005
• How to include a data directory with a CLickOnce application
• Am I missing something re Remote login UNC?
• The cabinet file '_0f190ABC5FE06CE3A28DCC2BA1FDD8' required for this installation is corrupt and cannot be used
• How to build a backwards compatible assembly for .NET 1.1 or .NET 1.0 ?
• Problem with SQL Express DB !!
• 'Publish'... Whats all that about then?
• Running My Application After Install
• Multiple EXE files - Changing <EntryPoint> in Manifest