ClickOnce deployment
Posted: Wed Jan 23, 2019 8:37 am
I'm sure this question would have been asked before but I cannot see any reference.
I am trying to deploy a ClickOnce application and I am trying to use the "Registration-Free Deployment" method. If I install the application and copy the required files to the ClickOnce application folder, all is good.
However, if I add the required files to my project, mark them as content and tell the files to copy, all the files except for "Aviation.exe.manifest" copy across. I have since discovered that .NET create its own "Aviation.exe.manifest" file. However, this file does not contain a reference to PDFXCviewAx.X which is in your version of the "Aviation.exe.manifest" file.
If I replace the .NET generated file with your file AFTER THER INSTALL it works OK.
Is there something I am doing wrong?
Is there some way to get the generated manifest file to include the missing reference?
I am trying to deploy a ClickOnce application and I am trying to use the "Registration-Free Deployment" method. If I install the application and copy the required files to the ClickOnce application folder, all is good.
However, if I add the required files to my project, mark them as content and tell the files to copy, all the files except for "Aviation.exe.manifest" copy across. I have since discovered that .NET create its own "Aviation.exe.manifest" file. However, this file does not contain a reference to PDFXCviewAx.X which is in your version of the "Aviation.exe.manifest" file.
If I replace the .NET generated file with your file AFTER THER INSTALL it works OK.
Is there something I am doing wrong?
Is there some way to get the generated manifest file to include the missing reference?