You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/app-attach.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,17 +170,17 @@ Your MSIX package is now ready to be registered.
170
170
171
171
To register your MSIX package, run the following PowerShell cmdlets with the placeholder values replaced with values that apply to your environment.
172
172
173
+
The `$msixPackageFullName` parameter should be the full name of the package from the previous section, but the format should be similar to the following example: `Publisher.Application_version_Platform__HashCode`.
174
+
175
+
If you didn't retrieve the parameter after staging your app, you can also find it as the folder name for the app itself in **C:\Program Files\WindowsApps**.
The `$msixPackageFullName` parameter should be the full name of the package from the previous section, but the format should be similar to the following example: `Publisher.Application_version_Platform__HashCode`.
181
-
182
-
If you didn't retrieve the parameter after staging your app, you can also find it as the folder name for the app itself in **C:\Program Files\WindowsApps**.
183
-
184
184
Now that your MSIX package is registered, your application should be available for use in your session. You can now open the application for testing and troubleshooting.
0 commit comments