Hi,
when I try to create a ClickOnce Installation with mage.exe (from WinSDK) the ABCDEF.application file should contain a tag like
<dependentAssembly dependencyType="install" codebase="ABCDEF.exe.manifest" size="20719">
but when I look at the .application file it always removes the first 4 characters of the codebase attribute-value....while the .application-filename and .exe.manifest-filename etc. are all fine.
That's the result. Any Application name I tried, the first 4 characters are always missing like below.........
<dependentAssembly dependencyType="install" codebase="EF.exe.manifest" size="20719">
By the way I tried to post this in "Setup and Deployment Projects" Forum, but didn't know how to set it there...its not available in the list.
Thanks and Best Regards