Click here to Skip to main content
15,918,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: run a perticuler registry key ? Pin
imran_rafique23-Oct-02 17:01
imran_rafique23-Oct-02 17:01 
GeneralRe: run a perticuler registry key ? Pin
Christian Graus23-Oct-02 17:03
protectorChristian Graus23-Oct-02 17:03 
GeneralRe: run a perticuler registry key ? Pin
imran_rafique23-Oct-02 17:39
imran_rafique23-Oct-02 17:39 
GeneralRe: run a perticuler registry key ? Pin
Christian Graus23-Oct-02 17:52
protectorChristian Graus23-Oct-02 17:52 
GeneralRe: run a perticuler registry key ? Pin
Stephane Rodriguez.23-Oct-02 21:44
Stephane Rodriguez.23-Oct-02 21:44 
AnswerRe: run a perticuler registry key ? Pin
valikac23-Oct-02 17:36
valikac23-Oct-02 17:36 
GeneralRe: run a perticuler registry key ? Pin
imran_rafique23-Oct-02 17:54
imran_rafique23-Oct-02 17:54 
GeneralRe: run a perticuler registry key ? Pin
valikac23-Oct-02 18:02
valikac23-Oct-02 18:02 
Okay.

You cannot programmably uninstall an application if it was installed using some other vendor's installer such as InstallShield. One reason is you would have to read and understand InstallShield's logfile.

Another solution is if the registry key list some uninstall executable line "unwise.exe," then you can execute that file.

HINSTANCE ShellExecute(HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT nShowCmd)

UINT WinExec(LPCSTR lpCmdLine, UINT uCmdShow)

Kuphryn



GeneralRe: run a perticuler registry key ? Pin
Todd Smith23-Oct-02 18:12
Todd Smith23-Oct-02 18:12 
GeneralMutex problem Pin
Abin23-Oct-02 15:54
Abin23-Oct-02 15:54 
GeneralRe: Mutex problem Pin
l a u r e n23-Oct-02 17:08
l a u r e n23-Oct-02 17:08 
GeneralRe: Mutex problem Pin
includeh1024-Oct-02 6:51
includeh1024-Oct-02 6:51 
GeneralRe: Mutex problem Pin
Alvaro Mendez24-Oct-02 9:13
Alvaro Mendez24-Oct-02 9:13 
GeneralRe: Mutex problem Pin
Abin24-Oct-02 9:38
Abin24-Oct-02 9:38 
GeneralRe: Mutex problem Pin
Alvaro Mendez24-Oct-02 9:56
Alvaro Mendez24-Oct-02 9:56 
GeneralRe: Mutex problem Pin
Abin24-Oct-02 10:07
Abin24-Oct-02 10:07 
Questionis there any change in logic ? Pin
imran_rafique23-Oct-02 15:47
imran_rafique23-Oct-02 15:47 
AnswerRe: is there any change in logic ? Pin
valikac23-Oct-02 17:37
valikac23-Oct-02 17:37 
GeneralRe: is there any change in logic ? Pin
imran_rafique24-Oct-02 15:15
imran_rafique24-Oct-02 15:15 
GeneralRe: is there any change in logic ? Pin
valikac24-Oct-02 15:50
valikac24-Oct-02 15:50 
Questionhow to make? Pin
imran_rafique23-Oct-02 15:15
imran_rafique23-Oct-02 15:15 
AnswerRe: how to make? Pin
Christian Graus23-Oct-02 16:28
protectorChristian Graus23-Oct-02 16:28 
GeneralRe: how to make? Pin
imran_rafique23-Oct-02 16:47
imran_rafique23-Oct-02 16:47 
GeneralRe: how to make? Pin
Christian Graus23-Oct-02 17:00
protectorChristian Graus23-Oct-02 17:00 
GeneralRe: how to make? Pin
imran_rafique23-Oct-02 17:34
imran_rafique23-Oct-02 17:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.