potitpanda Posted May 5, 2008 Posted May 5, 2008 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 ?
monoceres Posted May 5, 2008 Posted May 5, 2008 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now