puneet.verma
1st July 2010, 13:49
Hi,
Is it possible to know the code of a program script/library contained in a standard solution prior to installing it ?
This requirement is because there are certain dependencies for that solution which we don't want to install, instead we want to retro-fit the affected component.
Thanks
JaapJD
2nd July 2010, 09:14
A good approach would be to have a separate Update VRC for this. Then you can install the solution(s) in that VRC, retro-fit your customizations and then install the standard solutions and your customizations together in the live environment.
puneet.verma
5th July 2010, 07:21
Thanks for your reply.
A new VRC would not have any of the previous solutions installed and that would create a lot of dependencies for this new solution. Will it then be possible to install this new solution as standalone in the new VRC ?
jclju1
5th July 2010, 10:37
I am not sure if it works, maybe you can to install patch with session Import patch (ttiex1284m000).
JaapJD
5th July 2010, 11:21
If you derive your new Update VRC from the existing one, you can run session ttpmc2290m000 to copy the PMC registry to the new Update VRC. Then PMC considers the dependent solutions as installed ones. See the online help of session ttpmc2290m000.
puneet.verma
6th July 2010, 06:36
Many thanks for your solution. I'll try this out and get back.