|
-
Nov 6th, 2009, 11:20 AM
#1
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
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Nov 6th, 2009, 11:32 AM
#2
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.
-
Nov 6th, 2009, 12:34 PM
#3
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
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|