Jump to content

How to add My Script In "Add / Remove Programs" of Windows


Recommended Posts

Hi

I Want to show my script in the tab "Add remove programs" without use any Installer creator

I Want when I click on my program its execute "MyProgram /uninstall" command

I have seen the reg Key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

but i don't Know the synthax how to create values in these keys.

Anyone can help me please ?

Link to comment
Share on other sites

I tested some and it seems that this is a minimum:

Create key with optional name

in the key create a REG_SZ value named UninstallString, this will hold the path to your uninstall program.

Create another REG_SZ named DisplayName, this holds the text that will be shown in control panel.

Remmber this is a minimum but if you look in for example the autoit uninstall info I'm sure you will figure out more options.

Good luck :)

Broken link? PM me and I'll send you the file!

Link to comment
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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...