what is the command to uninstall CTP

 6 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Ronnie
Veteran Member Send Private Message
Posts: 152
Veteran Member

I thought it would just be the normal be in prod line, run perl %GENDIR%\bin\lawappinstall uninstall PRODLINE

 

???

Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
You're on the right track... but you need to add the CTP number after the command... eg: lawappinstall uninstall lprod PATCH77284 *Make sure you uninstall in exact reverse order..... look at your log files to determine.
Brian Allen
Veteran Member Send Private Message
Posts: 104
Veteran Member
Uninstall should work. Syntax: perl /lawappinstall update|activate|preview|uninstall|stage|unstage|validate [-a|-r AnswerFile] [-f] [-n] [-s StageDir] Productline [VersionFileDir] [DecryptKey] [ClientID] [PackageID]
Ronnie
Veteran Member Send Private Message
Posts: 152
Veteran Member
ok thanks, Ill try it out!
RidgeWalker
Basic Member Send Private Message
Posts: 4
Basic Member

Ok, so I did that.  There were no errors during the uninstall.

Now when I try to install a new patch I get: "ERROR - PATCH112397 cannot be Updated.         Staged patches were Uninstalled. (PATCH112311.28)         Completing this process with a Stage or Activate must be done prior to an Update."

What does that mean?

 

Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
I believe you just need to run the lawapppinstall again with the activate command to "activate" your uninstall.
RidgeWalker
Basic Member Send Private Message
Posts: 4
Basic Member
Thanks Greg.