Tordex Community

Full Version: Unattended install for 7.1?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi - I saw the thread about unattended install with version 5, but how can I do the same with version 7.1? (I'd also like to add my license key during the install)
Use the /S command line parameter for installation:
Code:
truelaunchbar71.exe /S
To add the license key make a file tlb.ini:
Code:
[LICENSE]
PortableKey = <name>, <key>
Replace <name> and <key> with your license key Name and Key. Please this file into TLB installation folder C:\Program Files\TrueLaunchBar
(04-14-2015, 08:59 PM)Yuri Kobets Wrote: [ -> ]Use the /S command line parameter for installation:
Code:
truelaunchbar71.exe /S
To add the license key make a file tlb.ini:
Code:
[LICENSE]
PortableKey = <name>, <key>
Replace <name> and <key> with your license key Name and Key. Please this file into TLB installation folder C:\Program Files\TrueLaunchBar

That worked - thanks very much for your help & a great product!

Dave