Hi,
I have Crystal as a prerequisite, so if I publish using VS, several additional entries appears in the .manifest file:
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="CrystalDecisions.CrystalReports.Engine" version="10.2.3600.0" publicKeyToken="692FBEA5521E1304" language="neutral" processorArchitecture="msil" />
</dependentAssembly>
</dependency>
If I create a manifest manually, using Mage, what should I do to add the prerequisite to the manifest file
Thanks,
Leonid.

ClickOnce: How to add a prerequisite from the command line?
enric vives
I didn't find it in the tools, so I'm not sure it's there. You might need to have it in the "source" manifest.
mcaine
Thank you for the confirmation.
I ended up by using "publish" target to get the manifest file first with all prerequisites and the icon, and then updating it manually.
BTW, is there a place where I can find information about what to expect from the next versions of ClickOnce ( and when...
)
Thanks,
Leonid.
mdh.