I'am I trying to migrate an old legacy click-once application, written in. Net and winforms. I (think) want to lift it to msix and.net core. But there is something in click-once that seems impossible to do with msix. The list of things that msix would need to do.
- Install from web page(check)
- Update or forced update from "web page"(check)
- Possible to uninstall from client computer (check)
- Start app from web page with arguments included (no?)
And it's the last part that give me the problem. The legacy app starts with a click on a link that contains information on which circumstances it has been started. Sure this can be entered when starting program, but it seems that going from something automatic to manual, is not a thing that will be appreciated. Is this possible to autostart app with arguments? What should look at?