Is it possible to embed a ClickOnce Application in an other Application? I think there will be problems because a ClickOnce Application is not installed to the same folder every Installation. Is there a solution to embed a ClickOnce Application anyway (So an other Application can run it)?

有帮助吗?

解决方案

I managed to find a solution for this problem. My solution was to create an installer which copies some files to a custom location, the user chooses, on the first run after an update. So the application files will always be in the same direction and can be embedded in other Applications.

Be sure the main Application knows the direction of the ClickOnce Installer Application and checks for updates every Start.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top