I'm researching ClickOnce to help maintain a .Net 3.5 legacy application and I haven't really found anything that explains how a ClickOnce published app figures out what prerequisites need to be installed. The setup.exe file is downloaded from a website so that anyone can install the application. What I need to know is if the prerequisite information is baked into the setup.exe file or if it reaches out to the server and get that information from the app.manifest or something?
