Lucian Cain
10-25-2006, 09:43 AM
I am trying to call the Add/Remove Programs Dialog box via the appwiz.cpl file in c:\windows\system32 folder. Similar to using the above file from the command prompt in the START>> RUN dialog. This is for a "Removal of Software" button.
"ON CLICK"
File.Run("appwiz.cpl", "", "", SW_SHOWNORMAL);
Am I missing something... does it HAVE to be an EXE? Will AMS 5.0.5.0 not recognize the .cpl file extension?
"ON CLICK"
File.Run("appwiz.cpl", "", "", SW_SHOWNORMAL);
Am I missing something... does it HAVE to be an EXE? Will AMS 5.0.5.0 not recognize the .cpl file extension?