Trillian Pro2
#1
Posted 01 February 2004 - 03:34 PM
#2
Posted 01 February 2004 - 04:01 PM
I've email cerulean studios
waiting for an answer
btw 2.01 is up....
#3
Posted 01 February 2004 - 04:47 PM
#4
Posted 02 February 2004 - 07:34 AM
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Trillian] "DisplayName"="Trillian" "UninstallString"="C:\\Program Files\\Trillian\\trillian.exe /uninstall"
Hope that helps you.
Matt
#5
Posted 02 February 2004 - 08:56 AM
Quote
Glenn
#6
Posted 02 February 2004 - 09:15 AM
Quote
QUOTE
There are no switches for a silent install for Trillian, although it has been requested numerous times.
Glenn
johann83, can I somehow switch the C:\ drive variable? Because I want my cd to work on all drives they want to install on.
#7
Posted 02 February 2004 - 09:37 AM
bulk.dat 12.8mb
com.dat 4.79mb files in the temp folder and it says its extracting the stuff from those to the install path. so its something like a zipped archive I guess.. I cannot really look at the registry I don't want to uninstall. (I'm lazy)
yes very nice of them. I'll try to dig up more.
#8
Posted 02 February 2004 - 09:39 AM
Chris Lee, on Feb 2 2004, 10:15 AM, said:
i think u can make some sort of if else statement (with batch vbs whatever u like)
then by doing then u can get the environment variables then have some ready made reg for them and copy accordingly.
#9
Posted 02 February 2004 - 09:48 AM
Chris Lee, on Feb 2 2004, 09:15 AM, said:
I assume you mean for the Uninstall string, since everything else I posted should work as long as they want to install Trillain to Program Files (I think it should go to wherever Program Files is, but I have never tested it). And I only use the $Progs directory because it is there, you could copy the files manually to whereever you want to "intall" them.
As far as the uninstall registry entry, I think you could use the REG command from a batch. Like so:
SET KEY="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Trillian" REG ADD %KEY% /V "DisplayName" /D "Trillian" REG ADD %KEY% /V "UninstallString" /D "%SYSTEMDRIVE%\Program Files\Trillian\trillian.exe /uninstall"
Or you can replace the %SYSTEMDRIVE% variable and the path with anything you want. So if you want to use any arbitrary directory to "install" Trillian, you could use a batch like this (replacing <PathToTrillianSource> in the .CMD file with wherever the source files are):
@ECHO OFF XCOPY <PathToTrillianSource>\Trillian %1%\Trillian /E /C /I /Q /Y SET KEY="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Trillian" REG ADD %KEY% /V "DisplayName" /D "Trillian" /F REG ADD %KEY% /V "UninstallString" /D "%1%\Trillian\trillian.exe /uninstall" /F
And you would simply call like so:
InstallTrillian.cmd <PathToTrillanInstall>
#10
Posted 02 February 2004 - 09:53 AM
try without it. It should work.
after all its uninstall reg. u'd need it after u decide to uninstall
after that u can just type in the command line trillian.exe /uninstall and it'd uninstall I guess.
#11
Posted 02 February 2004 - 10:15 AM
XtremeMaC, on Feb 2 2004, 09:53 AM, said:
try without it. It should work.
after all its uninstall reg. u'd need it after u decide to uninstall
after that u can just type in the command line trillian.exe /uninstall and it'd uninstall I guess.
No, of course you don't need it.
But if you are installing on someone else's machine who might want to uninstall Trillian later, it would be nice. Otherwise, Trillian works prefectly using this method of just copying the files from a current install. I was just trying to give the most complete answer, and using the batch file I provided, I can't see any way that the user could tell the difference between this method and an actual install of Trillian from the downloaded archive.
Of course, there is still the question of migrating user settings if you don't keep them in the Trillian program directory (which I don't). But thats a whole different issue, which I don't have time to discuss now...
Matt
#12
Posted 03 February 2004 - 06:44 PM
#13
Posted 11 February 2004 - 05:55 AM
Is there a way to preserve all the previous configuration (accounts, plugins, etc.) between installs ?!
Thanks a LOT !!!
#14
Posted 11 February 2004 - 06:28 AM
I think Trillian gives you the option of opening a profile when you first run it, but it's been a while since I've reinstalled. If not, you should be able to go to the Prefernces/Profiles page and add it. Hope this helps you.
Matt
#15
Posted 11 February 2004 - 06:33 AM
Chris Lee, on Feb 3 2004, 06:44 PM, said:
Sorry, must have missed this post last week. Yes, you can just put it in $Progs, but make sure that you make the files not read-only at the end of your install. I'm not sure what Trillian will do if files are read-only, so I always reset them just to be safe. You should be able to use something like this in a batch:
ATTRIB -R "%ProgramFiles%\Trillian" /S /D
Matt
#17
Posted 09 January 2005 - 01:02 PM
#18
Posted 09 January 2005 - 01:32 PM
|Drew|
#20
Posted 09 January 2005 - 06:00 PM
@everybody
Trillian 3 has come out, and its the same installer for both pro/basic.
Same method as always - directly copy out the previously installed files.
@Drewdatrip
Oh, I'm not sure of Trillian v2 or v3, but at a client's place with Trillian Pro v1.01 its been working just as it always was. Dunno if someone might be deleting files just to give you annoyances....
One gripe though, is that version has no voice/video chatting available - but that's perfectly fine in an office environment.



Help


Back to top









