Sep 09 2020 01:16 PM
"Hello MSIX support team,
We are working on MSIX POC project in which requirement is to create a shortcut which is pointing to client home page URL.
But I am unable to create MSIX package with above requirements,
1. Application only has 1 icon file and 1 shortcut which is pointing to client home page
2. Once we complete the installation and selects "First launch task" window we are not able to find the url shortcut as entry point.
Could you please suggest is how to create entry point which is pointing to url. Let us know if you need more information on this.
Sep 16 2020 11:34 AM
It is currently not possible to create a tile (shortcut) which directly points to an URL with an MSIX package. One thing you can do is create an application which opens the URL when it is launched.
If you are creating a new application it is recommended that you package it directly when you build it, for example using a Windows Application Packaging Project in Visual Studio. The MSIX Packaging Tool is intended for packaging existing applications for which you do not have access to the source.
Sep 16 2020 11:56 AM
@Chacon The Package Support Framework PsfLauncher can be used to target a URL. You just Add PsfLauncher64.exe and PsfRuntime64.dll in your package, point your shortcut to Psflauncher, and enter the URL in the target application field in the Config.Json file's Application section..
Apr 26 2022 06:00 PM
To update this old post, there are two possibilities these days to achieve your goal:
May 02 2023 04:26 AM - edited May 02 2023 04:48 AM
Hi Tim,
Thanks for this post.
Would it be possible to pass the port numbers as well along with URL ?
Could please share the steps and sample syntax if possible.
I don't have any shortcuts, files and icons. Just have url details and port number (to pass it as a parameter)
Thanks in Advance.
May 05 2023 09:19 AM
May 05 2023 09:49 AM
May 06 2023 04:21 AM
May 24 2023 03:48 PM