2

I need to postpone the download of some prerequisite in ClickOnce to be downloaded and installed at the last of the other prerequisites?

Saw
  • 6,199
  • 11
  • 53
  • 104

1 Answers1

1

Find and edit the product.xml file for your bootstrapper package. The bootstrapper packages are located under the Microsoft SDKS folder. For example, this is the path on my machine...
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages

See this question for a little more detail.

Community
  • 1
  • 1
codeConcussion
  • 12,739
  • 8
  • 49
  • 62