Results 1 to 3 of 3

Thread: Inserting Serial Keys Automatically

  1. #1

    Thread Starter
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Inserting Serial Keys Automatically

    I need to automate the installation of some Antivirus applications. I can easily do it by utilizing the Process Class, but I also needed to know if there was a way to automatically input the serial key.

    I thought I remember someone mentioning a property or something that could be used for that, but I can't remember what it was or who said it.

    My searches so far have come up with nothing, so any information is appreciated.

    Thanks
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Inserting Serial Keys Automatically

    Some AV products support automation for deployment so I would look at that first. If that doesn't work, then you could probably use SendInput (not sendkeys) to send the input keys needed to type the product key. Depending on what type of control you are entering the serial into (ie just standard Win32 textbox(es) or something more complex) you could maybe use the send message API to set the text.

  3. #3

    Thread Starter
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Inserting Serial Keys Automatically

    I looked into any automation support, and it seems Symantec does not provide any. So I'll look into SendInput.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width