(imported topic written by macook91)
Hello.
We have built a new server, different IP, different name and would like to point our clients there. We are on version 7.5.22, and will be doing the client upgrade to 8.0 at the same time. I have written the following batch…
@echo off
REM echo starting script
REM echo uninstalling bigfix
“C:\Program Files\InstallShield Installation Information{BF7023BC-319B-4FE1-B569-C854A19F81F8}\setup.exe” /s --uninstallsilent
REM echo uninstall complete
REM echo installing bigfix 8
Y:\BigFix\8.0\Client\setup.exe /s /v/qn
REM echo bigfix 8 completed
REM PAUSE
I also have a clientsettings.cfg
_BESClient_Resource_WorkIdle=500
_BESClient_Resource_SleepIdle=1
_BESClient_ActionManager_TrayMode=AlwaysTray
_BESClient_ActionManager_HasMainDialog=“1”
NewComputer=True
This all works… most of the time.
Sometimes however, the uninstall, simply wont uninstall the program. Other times the new installer will seemingly completely ignore the clientsettings.cfg and leave the tray icon hidden. Sometimes the uninstall and upgrade will work fine, but it wont point to the new server (tries to connect to an old relay with the new client).
Is there a way that I can just simply, wipe out bigfix altogether, all registry settings, all client settings, and install it clean? Would that be the best way to do this? I have tried flat out deleting the folder out of program files and it still managed to hang on to the old relay information.
Are there other people who have been forced to change server names and IP’s and have successfully migrated their clients? How did you do it?