Jump to content

Install Folder as Program?

Go to solution Solved by Mira Yurizaki,

If you're talking about Control Panel -> Programs and Features, you're going to have to manually add it in the registry. A sample looks like this:

image.png.c1bdbaa20791d144162af83c3004a08e.png

However, I wouldn't bother with this. The only reason for an entry to exist is to call the uninstaller. If the application is standalone, then it wouldn't have an uninstaller to run. So if you add an entry, you'd be left with one in limbo that doesn't work.

 

Just put the application where you want it to live and create shortcuts to where you want to launch it from. When you want to remove the app, delete the folder.

I have a program with it's resources in a folder downloaded, but I'd like to install it. I'm sure, since there isn't an installer included, that there aren't any required registry settings or extra setup required from a setup wizard, but is there a way for Windows to recognize it and place it in the programs list? I suppose this is really just an OCD thing.

Link to comment
https://linustechtips.com/topic/935900-install-folder-as-program/
Share on other sites

Link to post
Share on other sites

If you're talking about Control Panel -> Programs and Features, you're going to have to manually add it in the registry. A sample looks like this:

image.png.c1bdbaa20791d144162af83c3004a08e.png

However, I wouldn't bother with this. The only reason for an entry to exist is to call the uninstaller. If the application is standalone, then it wouldn't have an uninstaller to run. So if you add an entry, you'd be left with one in limbo that doesn't work.

 

Just put the application where you want it to live and create shortcuts to where you want to launch it from. When you want to remove the app, delete the folder.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×