Link to home
Start Free TrialLog in
Avatar of opsource
opsource

asked on

How do I manually uninstall Citrix Presentation Server 4

i have a corrupted data store on a pre-production presentation server 4 farm, so i decided to uninstall and create a new farm (only 5 servers presenting ms office). however, i keep getting the following error message and cannot uninstall via the command line as suggested:

error 26515. unable to unregister the subsystem RMBillingSS.dll. To ignore this error, run the uninstall with the property CTX_MF_FORCE_SUBSYSTEM_UNINSTALL set to yes.

...how can i manually remove/wipe out all traces of ps4 and re-install to attach to a new datastore (sql 2000 enterprise)?

ASKER CERTIFIED SOLUTION
Avatar of berdt
berdt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of berdt
berdt

Why don't you just use chfarm from the commandline to change farm?
Should work, whether your datastore is unavailable / corrupt or not.

Avatar of opsource

ASKER

Of the 2 answers posted this was the better one. However, I had already tried those two approaches and they didn't work hence my need for more advanced help, however, I didn't state that in my question as I should have done. So I'll accept anyway.

Use the following command from the command prompt to uninstall:

msiexec /x YOURCITRIXINSTALLER.msi CTX_MF_FORCE_SUBSYSTEM_UNINSTALL=YES
 
Comment from berdt
Date: 09/08/2005 07:49AM PDT
 Comment  


Why don't you just use chfarm from the commandline to change farm?
Should work, whether your datastore is unavailable / corrupt or not.

 
What to do if I don't have the install.msi file?