Tordex Community
[solved] Unattended install for 7.1? - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: General Discussion (http://forum.tordex.com/forum-8.html)
+--- Thread: [solved] Unattended install for 7.1? (/thread-4794.html)



Unattended install for 7.1? - dlane - 04-14-2015

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)


RE: Unattended install for 7.1? - Yuri Kobets - 04-14-2015

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



RE: Unattended install for 7.1? - dlane - 04-15-2015

(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