Coder Social home page Coder Social logo

Run without installer about browserpicker HOT 6 CLOSED

mortenn avatar mortenn commented on August 27, 2024
Run without installer

from browserpicker.

Comments (6)

mortenn avatar mortenn commented on August 27, 2024

For it to show up in the "set default browser" in windows, it would need to add registry keys to windows.

If you want a portable, I presume you are looking to use it without elevated privileges?
I have not done any research, but I suppose there might be a per-user way to register browsers in windows, if so it would be doable.

Are you able to elaborate a bit on your use case?

from browserpicker.

BenQoo avatar BenQoo commented on August 27, 2024

Sorry for the confusion.

I would like to let BrowserPicker not be listed in the Windows Control Panel\Programs\Programs and Features. However, the other registry and privileges are fine if need, so the installer/uninstaller feature maybe not required in my situation.

from browserpicker.

mortenn avatar mortenn commented on August 27, 2024

Can't really do that with an installer, as the list there is just windows reading the installed packages from the registry.
You could just install the msi and then remove the registry keys manually, or install it, copy the files, uninstall it, and use the executable from some custom location.

To get it to show up in the default browser selection dropdown, you will need to add some registry keys.
These are defined here in the source: https://github.com/mortenn/BrowserPicker/blob/master/Setup/Product.wxs#L46

The reason I have not coded the app to set these keys on startup, is to not require admin privileges to use it :)

from browserpicker.

mortenn avatar mortenn commented on August 27, 2024

As the application settings are stored in HKCU, a portable version shouldn't require special registry configuration.
I may as well provide a stand-alone .exe with future releases.

from browserpicker.

mortenn avatar mortenn commented on August 27, 2024

You may download Portable.7z from the v1.8.2 release and use that now :)

from browserpicker.

mortenn avatar mortenn commented on August 27, 2024

I have built a portable version of BrowserPicker which bundles the .net runtime with the executable in this build - but I did not make an msi for it at this time.

from browserpicker.

Related Issues (20)

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.