문제

How could I make a batch file add a EXE file to the uninstall menu on a windows 7 pc. I have windows 7 32 bit laptop

도움이 되었습니까?

해결책

It is difficult but maybe possible.

The Registroy key of the uninstall menu:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

and there is the reg command in order to operate the Registory.

See also http://nsis.sourceforge.net/Add_uninstall_information_to_Add/Remove_Programs

and help of the reg command from cmd.exe, like this:

c:\Users\User1>reg /?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top