Skip to content

Commit d203996

Browse files
Merge pull request #14141 from Mikejo5000/mikejo-br25
Clarify how to include prerequisites in ClickOnce
2 parents 1481f96 + 286a3dd commit d203996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployment/how-to-include-prerequisites-with-a-clickonce-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Include prerequisites (ClickOnce app)
33
description: Learn how to get installer packages for prerequisites to distribute for your ClickOnce application for your development computer.
4-
ms.date: 9/18/2024
4+
ms.date: 7/29/2025
55
ms.topic: how-to
66
author: mikejo5000
77
ms.author: mikejo
@@ -41,7 +41,7 @@ Before you can distribute prerequisite software with a ClickOnce application, yo
4141

4242
6. Copy the file to the root folder for the prerequisite.
4343

44-
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the *\Packages\DotNetFX472* folder.
44+
For example, for the .NET Framework 4.7.2 prerequisite, copy the file to the `%ProgramFiles(x86)%\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472* folder.
4545

4646
You can now distribute the installer package with your application.
4747

0 commit comments

Comments
 (0)