03-21-2007, 10:34 AM -
I am currently using the trial version to test this as part of a proof of concept within my development environment.
When I use my scripting utility to call TLB for install - for example:
\\path\to\server\TLB41.EXE /s
A regular install window appears in which I need to click "Next", "I Agree", "Install", "Next", then "Finish" and of course close down the components manager (unless there is some way to set it to not have check for updates checked by default).
I also found, that using the registry key that was listed in the previous response did me no good whatsoever.
However, exporting the settings from my prototype unit under - (the entire reg key structure) and importing that - worked great!
So...what I need to know is if I am doing something wrong somehow when trying to do a silent install of TLB41.EXE and/or TLB41-mini.EXE.
While I can fudge the distribution of the product in my development environment, I won't be able to do that when this Proof of Concept is approved and we purchase all the necessary licensing. I currently have almost 200 laptops that we will want to install this to with at least 200 more on the way.
When I use my scripting utility to call TLB for install - for example:
\\path\to\server\TLB41.EXE /s
A regular install window appears in which I need to click "Next", "I Agree", "Install", "Next", then "Finish" and of course close down the components manager (unless there is some way to set it to not have check for updates checked by default).
I also found, that using the registry key that was listed in the previous response did me no good whatsoever.
However, exporting the settings from my prototype unit under -
Code:
[HKEY_CURRENT_USER\Software\True Software]
So...what I need to know is if I am doing something wrong somehow when trying to do a silent install of TLB41.EXE and/or TLB41-mini.EXE.
While I can fudge the distribution of the product in my development environment, I won't be able to do that when this Proof of Concept is approved and we purchase all the necessary licensing. I currently have almost 200 laptops that we will want to install this to with at least 200 more on the way.