Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Solved! Go to Solution.
Hi @明巫_4156481
The case is usually a different installation user then you try to update the system.
The user profile contains very important xml file that points to the Windchill installation
If the user profile files are missing then the update option is grey out.
Content of the file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE InstallInstances [
<!ELEMENT InstallInstances (Instance*)>
<!ELEMENT Instance EMPTY>
<!ATTLIST Instance id CDATA #REQUIRED>
<!ATTLIST Instance location CDATA #REQUIRED>
]>
<InstallInstances>
<!--Registries are located in '[location]\installer\instreg\[id]'-->
<Instance location="C:\Windchill_11.0\PSI" id="ii-26f8ca2f.16faeed5930.-8000"/>
</InstallInstances>
if the file is missing you can recreate it by yourself. Just point the correct location to a PSI .
PS> you can find the ID in the PSI folder in a PTCSolnInstaller-installer.properties file.
WC_PROMPTED.PSI.SELECTED_UPDATE_INSTANCE=ii-26f8ca2f.16faeed5930.-8000
PetrH
Hi @明巫_4156481
The case is usually a different installation user then you try to update the system.
The user profile contains very important xml file that points to the Windchill installation
If the user profile files are missing then the update option is grey out.
Content of the file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE InstallInstances [
<!ELEMENT InstallInstances (Instance*)>
<!ELEMENT Instance EMPTY>
<!ATTLIST Instance id CDATA #REQUIRED>
<!ATTLIST Instance location CDATA #REQUIRED>
]>
<InstallInstances>
<!--Registries are located in '[location]\installer\instreg\[id]'-->
<Instance location="C:\Windchill_11.0\PSI" id="ii-26f8ca2f.16faeed5930.-8000"/>
</InstallInstances>
if the file is missing you can recreate it by yourself. Just point the correct location to a PSI .
PS> you can find the ID in the PSI folder in a PTCSolnInstaller-installer.properties file.
WC_PROMPTED.PSI.SELECTED_UPDATE_INSTANCE=ii-26f8ca2f.16faeed5930.-8000
PetrH
Hello @明巫_4156481,
It looks like you have a response from a community champion. If it helped you solve your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.