Forum Discussion
missing .lnk shortcuts shortcut from MSIX package
- Nov 30, 2019
Archana2612Hi.
In MSIX you don't technically have shortcuts, you have Applications. These can only target .exe files, that is why you can't add you .chm or website as a shortcut.
As an alternative, in Advanced Installer, we are launching the applications via a custom stub.exe, thus making it possible to add websites or chm files.
Archana2612Hi.
In MSIX you don't technically have shortcuts, you have Applications. These can only target .exe files, that is why you can't add you .chm or website as a shortcut.
As an alternative, in Advanced Installer, we are launching the applications via a custom stub.exe, thus making it possible to add websites or chm files.
Hi alexmarin89 ,
thank you.
I believe solution you mentioned needs an licensed copy of advanced Installer . we are using MSIX Packaging Tool to convert setup to MSIX.
- Bogdan MitracheDec 18, 2019Iron Contributor
Hi Archana2612
You can use the free Express edition from Advanced Installer. It contains the functionality mentioned above.
Thi edition was launched by our team at the same time with the MSIX announcement.