Giter VIP home page Giter VIP logo

Comments (3)

joseraeiro avatar joseraeiro commented on May 26, 2024 1

Hello @Gamabunta57,

I'm excited to share some great news: I successfully sideloaded my UWP app! 🎉 After taking a deep dive into the process and giving it a try myself, everything fell into place perfectly.

I focused on the standard sideloading procedure – building and packaging the app in Visual Studio, ensuring my device was set up for sideloading, installing the necessary certificate, and then running the PowerShell script to install the app. It was a straightforward process, and I'm thrilled with how smoothly it went.

Seeing the app launch from the Start Menu was a satisfying moment, and it's a testament to the power and flexibility of UWP development. This experience has definitely boosted my confidence and enthusiasm for working on UWP projects.

A huge thank you to you for your guidance and support. Your insights were incredibly valuable in this journey. I'm looking forward to contributing more to this community and sharing my learnings along the way!

from passbolt-windows.

Gamabunta57 avatar Gamabunta57 commented on May 26, 2024

Hello @joseraeiro!

Good to see you again 😄. Yes, .exe file doesn't run as-is, we had the same behaviour.
It seems related to the fact that it is a UWP application.

What you will see is an application in your Windows like an application installed normally (even if it's compiled from Visual Studio). You can launch it without Visual Studio by searching the application from the Start Menu

I found this answer that confirms that (https://learn.microsoft.com/en-us/answers/questions/598497/how-could-we-start-a-uwp-program-with-click-a-*-ex):

No, you could not launch a UWP app by clicking its exe file. UWP apps have an app container and it is running in the sandbox. So you can't directly run it like desktop apps via a .exe file.
The normal way to launch a UWP app is to launch it from the Start Menu after you've installed it.

from passbolt-windows.

joseraeiro avatar joseraeiro commented on May 26, 2024

Hello @Gamabunta57!

Based on the information provided, it seems that several modifications are required to implement this feature, including updating the Package.appxmanifest to register a new protocol, modifying the App.xaml.cs for protocol handling, implementing data handling in the app, and setting up the ProtocolForResultsOperation.

These steps, while clear, seem quite extensive. I'm curious to know if all these changes are absolutely essential for achieving the desired functionality. Is there perhaps a more streamlined approach or a set of minimal changes that could accomplish the same goal? My aim is to implement this feature with as little alteration to the existing codebase as possible, while still ensuring robust and efficient app-to-app communication.

Any insights or alternative suggestions would be greatly appreciated. Thank you!

from passbolt-windows.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.