Silent install help
Started by srgsng25


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


1 posts in this topic
srgsng25
Junior Member
**


0
12 posts 7 threads Joined: Feb 2007
01-24-2012, 09:59 PM -
#1
how would i install 5.6.3 silently i am building a self contained unattended windows 7 DVD for my home office.

i would also like to embed my registration key some how if this is possible i am thinking i could autoit script this but that is the long hard way of doing things any help would be greatly appreciated
Steve R Gay, Jr.
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
01-25-2012, 02:45 AM -
#2
(01-24-2012, 09:59 PM)srgsng25 Wrote: how would i install 5.6.3 silently i am building a self contained unattended windows 7 DVD for my home office.

For silent install run the installation with /S switch.

Code:
truelaunchbar563-beta.exe /S

You can use the same switch for all plugins.

(01-24-2012, 09:59 PM)srgsng25 Wrote: i would also like to embed my registration key some how if this is possible i am thinking i could autoit script this but that is the long hard way of doing things any help would be greatly appreciated
Make the file tlb.ini with your key in format:
Code:
[LICENSE]
PortableKey=<Name>, <Key>

(replace <Name> and <Key> with your name/key)

Copy tlb.ini into TLB installation folder (near tlb.dll)
The TORDEX Team
http://www.tordex.com


Forum Jump:


Users browsing this thread: 1 Guest(s)