Author Topic: Auto insert Serial Numbers  (Read 529 times)

Offline Flipback

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +0/-0
    • View Profile
Auto insert Serial Numbers
« on: October 01, 2005, 11:10:21 PM »
Auto Insert Serial Numbers

I want to know how I could auto insert serial numbers into software. That way I don't have to look for my serial numbers every time that I am going to install an application; it would automatically be pre filled.

For example in this web site: http://www.thetechguide.com/howto/office2kserial.html
It shows you how to auto insert the serial number for Office 2k. By modifying the Setup.ini

So, now we have established that it is possible, let me tell you about Application A

Application A does not have setup.ini; however, it does have autorun.inf

"Autorun.inf"  contains the following:

[autorun]
open=Setup.exe
icon=Setup.exe

shell\setup=Install Application A
shell\setup\command=setup.exe

How can I make it possible to have my serial number pre filled in this situation?
Thank you in advance.

Take care,
FlipBack